-
Hi, we want map for autoware planning simulation. We know osm is a Lanelet2 Format and it is made from Vector Map Builder Environment: Ubuntu20.04, ROS2 galactic |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 7 replies
-
Any open source |
Beta Was this translation helpful? Give feedback.
-
Hello. |
Beta Was this translation helpful? Give feedback.
Hello.
You have an interesting discussion.
The feature-based slams proposed by loam (lego-loam, lio-sam, etc.) are very fast and good for real-time mapping, but I would not recommend using them for map matching because the maps are very blurry.
If you can use ROS1, I suggest you use hdl_graph_slam or interactive_slam.
For ROS2, I have used lidarslam_ros2(https://github.com/rsasaki0109/lidarslam_ros2), which is also good
(There was talk that it would also be used in navigation2, but it appears that work has now stopped.
ros-navigation/navigation2#1757
)