LIO-SAM icon indicating copy to clipboard operation
LIO-SAM copied to clipboard

add a simple GNSS odometer

Open ahuazuipiaoliang opened this issue 1 year ago • 7 comments

add a simple GNSS odometer that modified based on lio_sam_6axis. I my branch, I only use GNSS for heading initialization.

ahuazuipiaoliang avatar May 25 '23 08:05 ahuazuipiaoliang

add support for robosense LiDAR pointcloud which contains XYZIRT data.

ahuazuipiaoliang avatar May 25 '23 08:05 ahuazuipiaoliang

I've already tested with a robosense Helios 16P LiDAR, 6-axis IMU inside CHC CGI-430/410 combined RTK-INS.

ahuazuipiaoliang avatar May 25 '23 08:05 ahuazuipiaoliang

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.

stale[bot] avatar Jun 18 '23 11:06 stale[bot]

How come the GPS data remains in the ENU frame, and isn't transformed into the lidar frame?

juliangaal avatar Jul 10 '23 12:07 juliangaal

@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

ahuazuipiaoliang avatar Jul 11 '23 01:07 ahuazuipiaoliang

Why is it GNSS odometer? Are there any advantages for GNSS odometer compared GNSS original measurements?

zhh2005757 avatar Feb 15 '24 16:02 zhh2005757

@zhh2005757 the GNSS odometer is only the node that converts LLH coordinates to cartesian coordinates.

ahuazuipiaoliang avatar Feb 18 '24 03:02 ahuazuipiaoliang