Ros Service-Part2 Example 3.8 Problem

user:~/catkin_ws$ rosservice call /my_service
ERROR: Unable to load type [my_custom_srv_msg_pkg/MyCustomServiceMessage].
Have you typed ‘make’ in [my_custom_srv_msg_pkg]?

I make publish code and wanna call it with rosservice call /myservice TAB+TAB but when I TAB+TAB it giving nothing not {} or something maybe I did wrong somewhere

@bulutenesemre, It seems your custom message is not ready yet. Please have a look at post below and let me know if it solves your problem.

2 Likes

had the same issue, source devel/setup.bash dit the trick!

1 Like