Setting up navigation stack on p3dx
I am trying to set up the navigation stack on p3dx. I follow the instructions in http://www.ros.org/wiki/navigation/Tu... . When the move_base node comes up, I get the following warning repeatedly and after sometime move_base node crashes
The base_scan observation buffer has not been updated for 3.05 seconds, and it should be updated every 0.20 seconds
I can see the laser readings in rviz.
The crash is due to bad_alloc() exception. The memory usage increases gradually when the warnings appear and the free memory reduces to around 100 MB at which point the crash happens.
Observations from "rosrun tf view_frames"
The tf shows map->odom->base_link->laser.
The tf publishing rates are 9.57, 10.20 and 10.19 Hz respectively.
The "Most recent transform" says 0.078 and 0.073 and -0.040 secs old respectively.