0

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 ?

Niescte
  • 37
  • 6

1 Answers1

0

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

Niescte
  • 37
  • 6