Robot is not moving, Please check my rqt_graph

asked 2016-07-21 05:07:44 -0500

Oper gravatar image

Hello everyone, i'm trying to create a map for my robot, i'm following this guide:

http://wiki.ros.org/slam_gmapping/Tut...

So, i launch my_robot_configuration.launch and move_base.launch from the navigation stack.

i'm giving the following commands from the previous guide:

rosrun gmapping slam_gmapping scan:=sonar_laser_scan
rosbag record -O sonarscan /sonar_laser_scan /tf

Everything seems okay, so now i open rviz to lookup what is going on:

rosrun rviz rviz

and set up a static map on topic /map to see the results.

The maps shows up, but the robot is stuck in start position. I would like to let my robot move avoiding obstacles in order to create a map. I tried to set up 2d nav goal, but nothing is happening.

Here is my rqt_graph:

C:\fakepath\Immagine.png

Here is my rviz:

C:\fakepath\Immagine1.png

How can i move my robot in order to create the map? is there something wrong with my rqt_graph? Thank u so much!

edit retag flag offensive close merge delete

Comments

move_base is not publishing to any topics. There are no planners being executed when you give a goal, hence your robot is not moving. Did you rectify this? It has been some time since you posted this. Regards

pk99 gravatar image pk99  ( 2021-04-24 12:12:54 -0500 )edit