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 <motion_prediction_visualizer.hpp>
Public Member Functions | |
Node (const rclcpp::NodeOptions &) | |
Node constructor. More... | |
void | external_object_callback (const carma_perception_msgs::msg::ExternalObjectList::UniquePtr msg) |
carma_ros2_utils::CallbackReturn | handle_on_configure (const rclcpp_lifecycle::State &) |
Private Attributes | |
carma_ros2_utils::SubPtr< carma_perception_msgs::msg::ExternalObjectList > | external_object_sub_ |
carma_ros2_utils::PubPtr< geometry_msgs::msg::PoseArray > | pose_array_pub_ |
Definition at line 31 of file motion_prediction_visualizer.hpp.
|
explicit |
Node constructor.
Definition at line 25 of file motion_prediction_visualizer_node.cpp.
void motion_prediction_visualizer::Node::external_object_callback | ( | const carma_perception_msgs::msg::ExternalObjectList::UniquePtr | msg | ) |
Definition at line 31 of file motion_prediction_visualizer_node.cpp.
References pose_array_pub_.
Referenced by handle_on_configure().
carma_ros2_utils::CallbackReturn motion_prediction_visualizer::Node::handle_on_configure | ( | const rclcpp_lifecycle::State & | ) |
Definition at line 46 of file motion_prediction_visualizer_node.cpp.
References external_object_callback(), external_object_sub_, and pose_array_pub_.
|
private |
Definition at line 35 of file motion_prediction_visualizer.hpp.
Referenced by handle_on_configure().
|
private |
Definition at line 37 of file motion_prediction_visualizer.hpp.
Referenced by external_object_callback(), and handle_on_configure().