rosservice call /my_service [TAB]+[TAB]
File “”, line 1
rosservice call /my_service [TAB]+[TAB]
^
SyntaxError: invalid syntax
rosservice call /my_service [TAB]+[TAB]
File “”, line 1
rosservice call /my_service [TAB]+[TAB]
^
SyntaxError: invalid syntax
Hi @shrirangsp,
Welcome to the commuity
This is not meant to be executed directly. You are supposed to type:
rosservice call /my_service
in the Terminal and then press [TAB] on your keyboard twice to autofill the rest of the command.
can you post a screenshot?
I cannot see /my_service anymore
But /move_bb8_in_circle that i tried worked perfectly.
Make sure that your service server is running.