|
ROS2 Learning
|
A basic ROS2 action client node that sends as goal the number of string concatenation the action server should perform. The server will send back feedbacks and the final result. More...
#include "custom_action/action/concatenate.hpp"#include "rclcpp/rclcpp.hpp"#include "rclcpp_action/rclcpp_action.hpp"
Typedefs | |
| using | Concatenate = custom_action::action::Concatenate |
A basic ROS2 action client node that sends as goal the number of string concatenation the action server should perform. The server will send back feedbacks and the final result.