-
Notifications
You must be signed in to change notification settings - Fork 47
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
Runtime Error [sample_nodelet_manager-2] process has died
#8
Comments
It seems nothing wrong with FASTLIO, but loop detection. You can try disabling loop detection in launch file. First line: "Key Frame:0, cloud size:78". I guess the problem is that cloud points are too few for loop detection triggering runtime error. |
I am using a MID360 |
in the launch config file point filter num was 5, and downsample was 0.3, I've changed it to point filter 1, and downsample 0.05, but still the cloud_size is 60-70 points only. |
When i use Mid360 to output /livox/lidar topic, the msgs's format are by default livox_ros_driver2/CustomMsg,I got the same problem as yours, When i change MID 360 /livox/lidar topc msg type to sensor_msgs/PointCloud2,the problem is sovled (I guess) |
Also , you can use mid360 with livox_ros_driver2/CustomMsg format, just need to make some changes in preprocess.cpp at line 147 and line 160 as hinted |
I am trying to run on my bag files,
For some reason the fastlio node dies after a few seconds, what could be the reason?
Is there something wrong in the modified FASTLIO in LTAOM?
The text was updated successfully, but these errors were encountered: