How to share ros msg type between service & client
Hi
Can I share ros msg type (geometry_msgs/Point) between service & client?
thanks
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-06-06 13:51:11 -0600
Seen: 154 times
Last updated: Jun 06 '18
How to send a vector with Service Client Communication?
ros1_bridge fails to generate service when custom message from the same package is used
Service with thread-safe request queue
ROS_PACKAGE_PATH dont include kinetic/stacks
Skeleton tracking using PointCloud2
Source for downloading rosbag files containing pointclouds
how to use Twist with Duration()
Running ROS and its gui tools through a docker image
Can you elaborate a bit more? - You can publish any message type from service and subscribe on the other node - You can define the custom message type in one package and use it from other package.
For the second case, follow this tutorial
And may be use this to add dependency to your second node.