Hi ! I ’ m ROS learner
In middle of Chapter 6. Understanding ROS Service Server, generation of custom srv message.
What I did
- roscd
- cd …
- catkin_make (at catkin_ws)
- source devel/setup.bash
- rospack profile ( I saw this command another text)
- rossrv list | grep MyCustomServiceMessage
but there was nothing result . Just
$ rossrv list | grep MyCustomServiceMessage
nothing
user ~ $ rossrv list | grep MyCustomServiceMessage
my_custom_srv_msg_pkg/MyCustomServiceMessage <<This is what I want to get
Can you help me somebody?