Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robot not stopping even after stop command is issued #20

Open
grx45 opened this issue Mar 12, 2020 · 1 comment
Open

Robot not stopping even after stop command is issued #20

grx45 opened this issue Mar 12, 2020 · 1 comment

Comments

@grx45
Copy link

grx45 commented Mar 12, 2020

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?

@trainman419
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants