Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
v2x_controller_node.cpp
Go to the documentation of this file.
1
2/*
3 * Copyright (C) 2021 LEIDOS.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
19
21{
22 V2XControllerNode::V2XControllerNode(const rclcpp::NodeOptions &options)
24 {
25 }
26
27} // namespace subsystem_controllers
28
29#include "rclcpp_components/register_node_macro.hpp"
30
31// Register the component with class_loader
32RCLCPP_COMPONENTS_REGISTER_NODE(subsystem_controllers::V2XControllerNode)
A base class for all subsystem_controllers which provides default lifecycle behavior for subsystems.