JokerJohn / LIO_SAM_6AXIS

LIO_SAM for 6-axis IMU and GNSS.
628 stars 123 forks source link

[ERROR] system need to be initialized #28

Closed sai2602 closed 2 years ago

sai2602 commented 2 years ago

Hi,

I am trying to run the the 6axis liosam for my setup (vlp16 with intel realsense for imu). The config file is updated to point to params_vlp.yaml. When I run the launch file, I get an error saying "system need to be initialized". May I know what additional initialization is expected?

JokerJohn commented 2 years ago

@sai2602 you need to set useGPS as false in your config file image

sai2602 commented 2 years ago

Sorry for the late reply. This solved the issue. Thanks for the update.