Uanble to move turtlebot 3 using teleop

148 Views Asked by At

I am unable to move my turtlebot3 using teleop and keyboard. I am able to change the linear and angular velocity but the bot is not moving. enter image description here

This is what my rqt graph looks like. I think the reason is that gazebo gui is not subscribed to cmd_vel. How do i make gazebo_gui subscribe to cmd_vel ?

1

There are 1 best solutions below

0
Niescte On

I was able to solve it by running this

sudo apt-get install ros-noetic-gazebo-ros-pkgs ros-noetic-gazebo-ros-control

This makes gazebo subscribe to cmd_vel. Rqt graph now looks like this enter image description here