|
ROS2 Learning
|
A basic ROS2 service client node that asks the user to input two strings and gets back a capitalized full string from the server service. It's necessary to use the custom message defined in the external package "Custom msg and srv". More...
#include "custom_srv_msg/srv/capital_full_name.hpp"#include "rclcpp/rclcpp.hpp"
Functions | |
| int | main (int argc, char **argv) |
A basic ROS2 service client node that asks the user to input two strings and gets back a capitalized full string from the server service. It's necessary to use the custom message defined in the external package "Custom msg and srv".