LIO-SAM
LIO-SAM copied to clipboard
add a simple GNSS odometer
add a simple GNSS odometer that modified based on lio_sam_6axis. I my branch, I only use GNSS for heading initialization.
add support for robosense LiDAR pointcloud which contains XYZIRT data.
I've already tested with a robosense Helios 16P LiDAR, 6-axis IMU inside CHC CGI-430/410 combined RTK-INS.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
How come the GPS data remains in the ENU frame, and isn't transformed into the lidar frame?
@juliangaal For now, I assume the position of GNSS is exactly at the position of LiDAR frame. I should added a transform between LiDAR and GPS
Why is it GNSS odometer? Are there any advantages for GNSS odometer compared GNSS original measurements?
@zhh2005757 the GNSS odometer is only the node that converts LLH coordinates to cartesian coordinates.