How to share ros msg type between service & client
Hi
Can I share ros msg type (geometry_msgs/Point) between service & client?
thanks
Asked by Developer on 2018-06-06 13:51:11 UTC
Hi
Can I share ros msg type (geometry_msgs/Point) between service & client?
thanks
Asked by Developer on 2018-06-06 13:51:11 UTC
Comments
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
Asked by vinaykumarhs2020 on 2018-06-06 18:15:35 UTC
And may be use this to add dependency to your second node.
Asked by vinaykumarhs2020 on 2018-06-06 18:17:21 UTC