rpng / MINS

An efficient and robust multisensor-aided inertial navigation system with online calibration that is capable of fusing IMU, camera, LiDAR, GPS/GNSS, and wheel sensors. Use cases: VINS/VIO, GPS-INS, LINS/LIO, multi-sensor fusion for localization and mapping (SLAM). This repository also provides multi-sensor simulation and data.
GNU General Public License v3.0
427 stars 74 forks source link

double free or corruption (out) #4

Closed leomessi999 closed 11 months ago

leomessi999 commented 11 months ago

roslaunch mins simulation.launch cam_enabled:=true lidar_enabled:=true When I run the above command, the error shown below will appear。 double free or corruption (out)

leomessi999 commented 11 months ago

But if I set lidar_enabled:=false, it works normally