Autoware.Auto
lgsvl_interface_node.hpp
Go to the documentation of this file.
1
// Copyright 2020 the Autoware Foundation
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
//
15
// Co-developed by Tier IV, Inc. and Apex.AI, Inc.
18
#ifndef LGSVL_INTERFACE__LGSVL_INTERFACE_NODE_HPP_
19
#define LGSVL_INTERFACE__LGSVL_INTERFACE_NODE_HPP_
20
21
#include <
lgsvl_interface/visibility_control.hpp
>
22
23
#include <
vehicle_interface/vehicle_interface_node.hpp
>
24
25
#include <chrono>
26
#include <string>
27
28
namespace
lgsvl_interface
29
{
30
33
class
LGSVL_INTERFACE_PUBLIC
LgsvlInterfaceNode
34
:
public
::autoware::drivers::vehicle_interface::VehicleInterfaceNode
35
{
36
public
:
39
explicit
LgsvlInterfaceNode
(
const
rclcpp::NodeOptions & options);
40
};
// class LgsvlInterfaceNode
41
}
// namespace lgsvl_interface
42
43
#endif // LGSVL_INTERFACE__LGSVL_INTERFACE_NODE_HPP_
autoware::drivers::vehicle_interface::VehicleInterfaceNode
Definition:
vehicle_interface_node.hpp:67
lgsvl_interface
Definition:
lgsvl_interface.hpp:51
lgsvl_interface::LgsvlInterfaceNode
Definition:
lgsvl_interface_node.hpp:33
LGSVL_INTERFACE_PUBLIC
#define LGSVL_INTERFACE_PUBLIC
Definition:
drivers/lgsvl_interface/include/lgsvl_interface/visibility_control.hpp:46
visibility_control.hpp
Visibility contorl.
vehicle_interface_node.hpp
Base class for vehicle drivers.