Unable to move robot using 2d nav goal

asked 2018-06-25 09:23:41 -0500

Rik1234 gravatar image

I will list all my steps clearly, including my git repo. If anyone needs anything, feel free to tell me.

1)Run RosAria on the robot pc. Connects well, publishes odom->base_link transforms well and good.

2) On the piggyback laptop, roslaunch freenect_launch freenect.launch depth_registration:=true. For my kinect, of course

3)rosrun depthimage_to_laserscan depthimage_to_laserscan image:=/camera/depth_registered/image_raw. For fake laser data

4)roslaunch rtabmap_ros rtabmap.launch rtabmap_args:="--delete-dbs-on-start" rviz:=true rtabviz:=false, gives me map->odom transform.

5) Run teleop in the remote pc. I generate a 2-d map in rtabmap, save it on map_server

6)Roslaunch p3dx_navigation move_base_rosaria.launch. open rviz, 2d point estimate works well. Not perfect, but not too bad either.

7)Set a goal using 2d Nav goal. Here i get all sorts of errors as follows

If anyone can help me it would be a godsend.

Here is the link to my github repo.

https://github.com/RiddhimanRaut/NewRepo

edit retag flag offensive close merge delete

Comments

You don't indicate what errors you see in step #7. Can you show the output?

Mark Rose gravatar image Mark Rose  ( 2018-06-28 13:52:17 -0500 )edit