Simple PointCloud Mapping Algorithm (PointCloud / Odom given)
Hey,
does anybody know how i can generate a 3D Map from Pointclouds with my Livox Lidar and the Odometry i am getting from my Realsense T265?
I tried loam_livox package just with PointCloud Data but the results are garbage. The Odometry generation doesnt work. The odometry of the realsense is much better.
Is there any package providing the functions i need? Otherwise i try to feed my Odom into the loam_livox node.
Asked by TobiMiller on 2019-10-24 04:28:07 UTC
Answers
Trying to achieve the same thing, T265 for odom on top of the Mid 40 dumping clouds in to point cloud assembler or similar. No idea how to link the odom topics / frames and generally find ROS more trouble to understand than putting more effort into coding the solution myself. I did get rtabmap working with the mid 40 and ICP matching but its not suited due to the narrow FoV, also couldn't export the cloud it created which didn't help. Livox_mapper didn't work in Noetic without hacking in opencv headers and after that it shows a blank map in rviz.
Did you make any progress?
Asked by MikeR on 2020-11-11 08:19:19 UTC
Comments