koide3 / hdl_localization

Real-time 3D localization using a (velodyne) 3D LIDAR
BSD 2-Clause "Simplified" License
775 stars 309 forks source link

Error, which causes the process to die #72

Open kubs0ne opened 3 years ago

kubs0ne commented 3 years ago

Hello, I tried to initialize the localization node from your repository. I added a pcl pointcloud and the node visualizes it correctly in rviz. However, when I play my recorded bag file, the process dies. Right before dying it says:

terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc

What could be the source of the problem?

Regards, Kuba