introlab / rtabmap_ros

RTAB-Map's ROS package.
http://wiki.ros.org/rtabmap_ros
BSD 3-Clause "New" or "Revised" License
986 stars 555 forks source link

Recommendations for 3D Outdoor Mapping with RTAB-Map #1219

Open csvicbot-7 opened 1 week ago

csvicbot-7 commented 1 week ago

Hi @matlabbe

I usually use RTAB-Map with a 3D LiDAR and wheel odometry to build indoor maps. However, I am starting a new project to build an outdoor map, similar to the video published by RTAB-Map in 2022: "Car Mapping with RTAB-Map on CAT Vehicle Simulator (CitySim)" link

Here’s a summary of the project specifications:

Which 3D LiDAR sensor and cameras would you recommend for optimal use with RTAB-Map?

matlabbe commented 1 week ago

Most 3D spinning LiDARs would work (with range > 50 meters). For stereo cameras, on a vehicle, a large baseline seems to be better as good features to track are generally >>> 15 meters away. If you use a LiDAR, an IMU for deskewing is required (that was not required in the simulator because the simulated LiDAR is not actually rotating and all points are taken at the same time for "one full rotation").

Not that if you rely only on LiDAR/IMU for motion estimation, you could have also only monocular cameras instead to color the laser scans and loop closures.