d0688eb122
1. LSLiDAR driver: - Fixed packet header check in serial parser - Updated angle compensation for M10 series - Fixed angle discontinuity bug - Added optional PointCloud2 publishing - Added optional LaserScan publishing - Added support for ROS 2 Humble - Added support for dual-echo LiDARs - Added TXT-based config loading 2. RViz: - Updated gmapping.rviz file for SLAM display 3. AGV bringup: - Modified launch file for LSN10P integration
13 lines
206 B
Plaintext
Executable File
13 lines
206 B
Plaintext
Executable File
# Time when the point is captured
|
|
float32 time
|
|
|
|
# Converted distance in the sensor frame
|
|
float64 x
|
|
float64 y
|
|
float64 z
|
|
|
|
# Raw measurement from Leishen M10
|
|
float64 azimuth
|
|
float64 distance
|
|
float64 intensity
|