HKUST-Aerial-Robotics / A-LOAM

Advanced implementation of LOAM
Other
2.11k stars 795 forks source link

Quanergy M8 #31

Open danbo2 opened 4 years ago

danbo2 commented 4 years ago

Hi, if I want to use the data collected from Quanergy M8 Lidar, what should I do? I find the map can not be generated when I play the data collected with Quanergy M8. Thanks

cristianrubioa commented 3 years ago

Hi @danbo2 have you found a way to do it with the Quanergy M8 Lidar?

danbo2 commented 3 years ago

Yes, you can use node transition method in ROS and I encourage you to learn more about ROS. I just add one line 'rosrun topic_tools throttle messages /Sensor/points 10 /velodyne_points'. It means I convert /Sensor/point 10 to /velodyne points.

cristianrubioa commented 3 years ago

Thanks @danbo2 I can already generate the map. I can ask you what additional parameters you set for this Lidar in the algorithm?

danbo2 commented 3 years ago

I don't think I changed any parameters.

cristianrubioa commented 3 years ago

I mean adapt-> https://github.com/HKUST-Aerial-Robotics/A-LOAM/blob/devel/src/scanRegistration.cpp for this specific QM8 Lidar

danbo2 commented 3 years ago

No, I didn't make any change of the original source code.