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.
|
#include <gtest/gtest_prod.h>
#include <rclcpp/rclcpp.hpp>
#include <carma_planning_msgs/msg/plugin.hpp>
#include <carma_wm/WMListener.hpp>
#include <carma_wm/WorldModel.hpp>
#include <carma_ros2_utils/carma_lifecycle_node.hpp>
Go to the source code of this file.
Classes | |
class | carma_guidance_plugins::PluginBaseNode |
PluginBaseNode provides default functionality for all carma guidance plugins. This includes basic state machine management (largely delegated to ROS2 lifecycle behavior), required interfaces, and plugin discovery. More... | |
Namespaces | |
namespace | carma_guidance_plugins |