std::bad_alloc process has died, exit code -6" [closed] [closed]

asked 2014-12-08 01:53:05 -0500

forinkzan gravatar image

I am trying to using laser scan data for building a map and use this map for my navigation . so i follow the wiki tutorials link text successful build the map map.yaml and map.pgm .i copy both of them to home/catkin_ws/src/rbx1/rbx1_nav/maps (where i store the map). and use abotix & rbx1 package for simulator robot navigation (i used to simulator navigation in rviz successful.with the default map test_map.yaml under the floder home/catkin_ws/src/rbx1/rbx1_nav/maps).but when i change the map to map.yaml the term report the error:std::bad_alloc process has died, exit code -6" [closed]. i can see the map(map.yaml) in rviz but can't set the 2d nav goal in rviz ,aka,the robot model doesn't move . and i find that the test_map.pgm 's size is 356kb and map.pgm 's size is about 15mb!! does anyone know how can i use the map i built for nav . help me plz .thx ~

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2017-12-20 20:30:21.151469

Comments

What are the map parameters listed in map.yaml? Is this map maybe just huge?

dornhege gravatar image dornhege  ( 2014-12-08 08:11:39 -0500 )edit

image: map.pgm resolution: 0.050000 origin: [-100.000000, -100.000000, 0.000000] negate: 0 occupied_thresh: 0.65 free_thresh: 0.196 there are the map param in map.yaml . i don't know why this map so huge...

forinkzan gravatar image forinkzan  ( 2014-12-08 19:03:39 -0500 )edit