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

teleop_twist_keyboard doesnt move the bot? #2

Closed
cameronbergh opened this issue Mar 7, 2023 · 3 comments
Closed

teleop_twist_keyboard doesnt move the bot? #2

cameronbergh opened this issue Mar 7, 2023 · 3 comments

Comments

@cameronbergh
Copy link

cameronbergh commented Mar 7, 2023

I am very new to ROS, so perhaps i am doing it wrong. but anyway.

teleop_twist_keyboard seems to run okay but i dont get any movement out of the robot in gazebo

cameron@ubuntu-20:~/pathfinder_ws$ ros2 node list -a
/_ros2cli_daemon_65
/gazebo
/robot_state_publisher
/teleop_twist_keyboard

I was able to get the turtlesim keyboard thing to work so it would seem like the teleop_twist_keyboard should also work but i dont know

@cameronbergh
Copy link
Author

i love this project, i am trying to figure out ros as well and this project is super helpful!

@hcdiekmann
Copy link
Owner

Running $ ros2 topic list should give at least these topics:

/clock
/cmd_vel
/joint_states
/parameter_events
/robot_description
/rosout
/tf
/tf_static

For the teleop_twist_keyboard node, it is important that the terminal running the node is in focus to listen for keystrokes

@hcdiekmann
Copy link
Owner

I have tested and confirmed this works on Ubuntu 20.04 with Foxy. I will close this issue now, but feel free to keep commenting.

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