LiDARs for MRS SLAMs (A-LOAM, LIO-SAM, Octomap): What are MRS-compatible and budget-friendly options? #201
Replies: 2 comments 3 replies
-
|
Hi @MJavadZallaghi |
Beta Was this translation helpful? Give feedback.
-
depends on the task you are dealing with. For general lightweight, you may try "Airslam: An efficient and illumination-robust point-line visual slam system" which can run on jetson orin in real time. For dealing with robust depth perception, fast lio2 with basic Mid360 would work. However, if you area also dealing with smooth trajectory planning with continuous time representation, then you may try the SLICT2 or GPTR series of work. For a degenerative environment or a smoke environment, it is a bit harder to cope, MM-LINS could do For 3D map with 2D LIDAR, I also did sth b4 by using IMU + 1D LIDAR + 2D lidar and make it explore within a ship, it is achievable but i don't think it is needed as one can just buy a cheap unitree lidar for complete 360 degree x180 degree coverage. https://www.unitree.com/LiDAR |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to use MRS packages for SLAM which are LiDAR-based for indoor and outdoor settings, like Octomap mapper and planner, aloam and lio-sam. Regarding the LiDAR sensors, Ouster LiDARs like OS0-128 or OS1 are used in the simulation examples I found in the MRS packages with provided links. These are expensive 3D LiDARs, make them hard to be used with a limited budget.
Considering your experience and expertise, what are the other options as 3D LiDARs with reasonable price for running SLAM of Octomap mapper and planner, aloam and lio-sam? Even with a limited horizontal FoV and shorter range of another 3D LiDAR, we need to use these MRS SLAM packages for our research. So it would be great if you can tell me which alternatives I could have as 3D LiDAR for this purpose. Compatibility of any other 3D LiDAR with MRS System is a major requirement as I want to use MRS SLAM packages mentioned here.
Also as a cheap solution, noticed about hector, which uses a 2D LiDAR (Slamtec RPLIDAR A3 360°). From the simulation example I saw, hector SLAM of MRS generates a 2D map, not decent for path planning in 3D indoor settings. Is it possible to generate 3D map with MRS hector SLAM? Because conceptually if altitude be measurable with garmin range finder — that is the case — the implemented SLAM should be able to create map in different layers, meaning having a 3D map with minimum details, but decent for path planning and obstacle avoidance.
Generally, I really appreciate any comment and insight on SLAMs from MRS, the LiDARs I can use, the previous experiences you have had, any lessons, as my aerial robot will depend on this MRS autonomy stack. It would really a nice capability if I be able to have proper LiDAR setup to use Octomap mapper and planner, aloam and lio-sam, and hector.
Thanks in advance for your valuable answers!
Beta Was this translation helpful? Give feedback.
All reactions