You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi im using teleop to control my robot but i have a problem. The problem is the robot not stopping even after i pressed the key that isnt assosiated with any commands like the H key and to check i used rostopic echo i see that cmd_vel is receiving commands to stop. Do you have any suggestions as to whats causing this?
The text was updated successfully, but these errors were encountered:
It sounds like teleop_twist_keyboard is correctly publishing a zero velocity command on the cmd_vel topic, but the ROS node that subscribes to that topic isn't correctly translating it into a stop or brake command.
Hi im using teleop to control my robot but i have a problem. The problem is the robot not stopping even after i pressed the key that isnt assosiated with any commands like the H key and to check i used rostopic echo i see that cmd_vel is receiving commands to stop. Do you have any suggestions as to whats causing this?
The text was updated successfully, but these errors were encountered: