Node that converts Action Feedback topics to Custom Messages. More...
#include <pdla_feedback_repub.hpp>
Inheritance diagram for planner::pdla_planner::PDLAFeedbackRepub:
Collaboration diagram for planner::pdla_planner::PDLAFeedbackRepub:Public Types | |
| using | PDLA = planner_msgs::action::PDLA |
| using | ActionFeedbackMsg = PDLA::Impl::FeedbackMessage |
| using | CustomFeedbackMsg = planner_msgs::msg::PDLAFeedback |
Public Member Functions | |
| PDLAFeedbackRepub (const rclcpp::NodeOptions &options=rclcpp::NodeOptions()) | |
| Construct a new PDLAFeedbackRepub object. | |
| virtual | ~PDLAFeedbackRepub () |
Node that converts Action Feedback topics to Custom Messages.
| using planner::pdla_planner::PDLAFeedbackRepub::ActionFeedbackMsg = PDLA::Impl::FeedbackMessage |
| using planner::pdla_planner::PDLAFeedbackRepub::CustomFeedbackMsg = planner_msgs::msg::PDLAFeedback |
| using planner::pdla_planner::PDLAFeedbackRepub::PDLA = planner_msgs::action::PDLA |
|
explicit |
Construct a new PDLAFeedbackRepub object.
| options | Node options. |
|
virtual |