Robotics StackExchange | Archived questions

Best way to create outdoor map

I would like to create a map of the roads of a small region. The car has imu, gps, accurate odometry msg using robot_localization pkg. There is a front-facing lidar too but it has a smaller range. So, for now, I am looking for a map without lidar if possible though a 64-layer Velodyne lidar is coming soon. I found some mapping techniques such as gmapping, and hector-slam are for indoor mapping only. Rtab map requires a depth camera that I do not have. For autonomous navigation, I think a map is essential. I am not sure whether I need a 2D map or a 3D map. I would appreciate any suggestions.

So, how can I proceed with the current resources I have? Even if it requires a 360 lidar, which approach should I employ? At least I can create a map in the gazebo simulation with the lidar for now.

Asked by zrahman on 2022-09-24 18:21:15 UTC

Comments

Answers

you can possible look into lidar odometry and mapping packages such as LEGO-LOAM or LIO-SAM. There are a few other LOAM's out there, some use IMU+GPS+Lidar, some others only Lidar.

Asked by hommsy on 2022-10-06 02:40:32 UTC

Comments

A few links to these packages (ROS Wiki/ code repositories etc.) would make this answer better

Asked by ljaniec on 2022-10-06 03:16:03 UTC