Turtlebot will not move in gazebo via commands [closed]
I am trying to get my turtlebot to move in gazebo. I've tried two different ways. One way was using keyboard teleop (i do have turtlebot apps installed) and the other way was using a C++ program to publish the commands. I've done rostopic echo /cmd_vel both times and I do see the commands are being published correctly. They are just not getting to the turtlebot I guess.
When I do rxgraph, there is an error that says "ERROR: Communication with node[http://ubuntu:32809/] failed!" from /cmd_vel to /rosout. Here is the link to the image: http://imgur.com/8bR6O
What could be the problem?
Hi, I assume you started by roslaunch turtlebot_gazebo turtlebot_empty_world.launch? after turtlebot comes up in gazebo, can you see any rostopics published by turtlebot? (e.g. rostopic hz /joint_states should return about 1kHz)
When I do rostopic hz /joint_states all it says is "subscribed to [/joint_states]"