Closed h-utkuunlu closed 2 years ago
The arguments for rostopic pub command are out of order, resulting in the error ERROR: invalid topic type: /red/challenge_started
rostopic pub
ERROR: invalid topic type: /red/challenge_started
Simply swapping the positions to fix the command
Oops! Thanks for the fix :+1:
The arguments for
rostopic pub
command are out of order, resulting in the errorERROR: invalid topic type: /red/challenge_started
Simply swapping the positions to fix the command