topological_navigation USAGE
Hi I am trying to use topological navigation demo of ICRA2011 Navigation using topological maps paper on Ubuntu 10.04, ROS Diamondback (installed from repository using debs). I am able to setup code and launch as mentioned in ICRA2011 link .
I am not able to find how to move robot around or is there any usage file? Video on ICRA2011 link is pretty impressive and I believe is in rviz.
Log file can be found at link. Terminal output can be found at link.
Update 1:
I had finally able to setup stack. Current teleoperation is by using erratic_teleop package and I can move robot around. A couple of questions:
- I believe, in backgroup, topological mapping is happening but how do i legally stop the task. If I just terminate the launch (Ctr-C), how do I access map for reuse.
There are errors on console. Some of them are:
[ WARN] [1331911029.473383296, 31.400000000]: The base_scan observation buffer has not been updated for 0.50 seconds, and it should be updated every 0.40 seconds. [ERROR] [1331911029.634849561, 31.500000000]: You requested a transform that is 0.800 seconds in the past, but the tf buffer only has a history of 0.000 seconds. When trying to transform between /grid1 and /grid6.
[ERROR] [1331911029.695031327, 31.600000000]: Connectivity Error: Could not find a common time /base_link and /grid6.
[ERROR] [1331911029.695191357, 31.600000000]: TF Exception that should never happen for sensor frame: , cloud frame: base_laser_link, You requested a transform that is 0.800 seconds in the past, but the tf buffer only has a history of 0.100 seconds. When trying to transform between /base_laser_link and /grid6.
[ WARN] [1331911095.812461695, 94.400000000]: Costmap2DROS transform timeout. Current time: 94.4000, global_pose stamp: 93.3000, tolerance: 0.8000
[ WARN] [1331911096.016113185, 94.600000000]: The base_scan observation buffer has not been updated for 1.20 seconds, and it should be updated every 0.40 seconds.
[ WARN] [1331911116.738728504, 114.400000000]: The origin for the sensor at (1.77, -7.73, 0.15) is out of map bounds. So, the costmap cannot raytrace for it.
Complete log is here . Any help regarding these errors will be great.
nitin