-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LIO-SAM [lio_sam_imuPreintegration-2] process has died [pid 32792, exit code -6 #455
Comments
hello,guys. how do you solve this problem?thanks |
|
I'm sitting on GTSAM 4.0.2 and I have exactly the same issue. The data is coming from IsaacSim. Ouster lidar with a default 9DoF IMU. I had to solve the ring problem first in the imageProjection.cpp (i'm calculating the ring number as proposed). IMU calibration was not very complicated, as the IMU was rotated by 90 degrees in Y-axis by default and fixing that fixed the orientation. LIO-SAM is publishing in the map topic from time to time. I can see the pointclouds in the rviz, global map and local map are appearing for a while from time to time, but they are not complete - they are more like 1/4 of the map which is strange. I thought that it could be the GTSAM issue, so I compiled the 4.0.2 version, recompiled the LIO-SAM, but still I've got the same problem. Process has died.
|
|
How didi you solve the ring problem in imupreintegration? |
refer to #452 |
Hey,buddies,I encountered this issue while using LIO-SAM。Firstly,I run the launch file,then play the bag files which are provided by official website(like west.bag/casual_walk.bag) and reported an error :
log file: /home/xmx/.ros/log/27c241f0-6976-11ee-a9fd-89b191b964e1/lio_sam_imuPreintegration-2*.log
[lio_sam_imuPreintegration-2] restarting process process[lio_sam_imuPreintegration-2]: started with pid [34642]
[ INFO] [1697166683.454453412]: ----> IMU Preintegration Started.
terminate called after throwing an instance of 'gtsam::IndeterminantLinearSystemException'
what(): Indeterminant linear system detected while working near variable 7061644215716937728 (Symbol: b0).
Thrown when a linear system is ill-posed. The most common cause for this error is having underconstrained variables. Mathematically, the system is underdetermined. See the GTSAM Doxygen documentation at http://borg.cc.gatech.edu/ on gtsam::IndeterminantLinearSystemException for more information.
Any comments will be much appreciated。
The text was updated successfully, but these errors were encountered: