NMBURobotics / vox_nav

A navigation system for outdoor robotics in rough uneven terrains.
https://nmburobotics.github.io/vox_nav/
Apache License 2.0
213 stars 41 forks source link

OptimalElevationPlanner, In large planning queries, randomly getting bad_alloc, coming from boost graph #9

Closed jediofgever closed 2 years ago

jediofgever commented 2 years ago

Runs out of memory but strange. Boost and STL containers calls new operators allocate memory, when no enough memory is available to allocate requested amount , this is thrown. No further debugging planned. But will wrap a try catch block to prevent from crashing planner