HKUST-Aerial-Robotics / A-LOAM

Advanced implementation of LOAM
Other
2.14k stars 805 forks source link

How to use ouster 64 line lidar? #22

Open LeisureLei opened 4 years ago

LeisureLei commented 4 years ago

I want to run A-LOAM with ouster OS1 64 ,but I am confused with mapping_line_resolution and mapping_plane_resolution. How can I set these parameters?

mar-watt commented 4 years ago

I'm using an os1-64 as well, all I did was remap the os1 laserscan topic to /velodyne_points and used the velodyne64 launch file included in a-loam. Results seem good thus far.

gisbi-kim commented 4 years ago

@LeisureLei This would be help. https://youtu.be/Ea2sDqXf6ZY

JzHuai0108 commented 1 year ago

The scanID is simply the ring number which is always provided by modern lidars, e.g., VLP16, Hesai Pandar, Ouster OS1 from our experience.

G12311231 commented 5 hours ago

我也在使用 os1-64,我所做的就是将 os1 laserscan 主题重新映射到 /velodyne_points,并使用 a-loam 中包含的 velodyne64 启动文件。到目前为止,结果似乎不错。

I used the remap method to run Ouster64 data, but in RViz, the point cloud frame and the map are vertical. Do you know what the problem is?

mar-watt commented 4 hours ago

我也在使用 os1-64,我所做的就是将 os1 laserscan 主题重新映射到 /velodyne_points,并使用 a-loam 中包含的 velodyne64 启动文件。到目前为止,结果似乎不错。

I used the remap method to run Ouster64 data, but in RViz, the point cloud frame and the map are vertical. Do you know what the problem is?

Haven't had that issue myself, maybe a static transform adding rotation to the points?