|
ROS2 Learning
|
A basic ROS2 action server node that concatenates a string based on the number of string concatenation sent by a client within a goal request. More...
#include "custom_action/action/concatenate.hpp"#include "rclcpp/rclcpp.hpp"#include "rclcpp_action/rclcpp_action.hpp"
Typedefs | |
| using | Concatenate = custom_action::action::Concatenate |
| using | GoalHandleConcatenate = rclcpp_action::ServerGoalHandle< Concatenate > |
A basic ROS2 action server node that concatenates a string based on the number of string concatenation sent by a client within a goal request.