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 
22 
24 
25 #include <chrono>
26 #include <string>
27 
28 namespace lgsvl_interface
29 {
30 
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_
Definition: lgsvl_interface.hpp:51
#define LGSVL_INTERFACE_PUBLIC
Definition: drivers/lgsvl_interface/include/lgsvl_interface/visibility_control.hpp:46
Definition: vehicle_interface_node.hpp:67
Base class for vehicle drivers.
Visibility contorl.
Definition: lgsvl_interface_node.hpp:33