-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Using maps in multiple nodes #7
Comments
Hey, thanks for your interest in Lanelet2 - and sorry for the late reply! Lanelet2 uses the ROS ecosystem (mainly Catkin) for building and testing because we also use it internally for our software. Apart from that, Lanelet2 itself is independent of ROS. However, we are currently working on packages that make it easier to use within ROS (messages, interfaces, Rviz plugins and so on) and will release them later this year. |
@poggenhans |
Hello, |
Hi @fkthi, we offer a work-in-progress version here: https://github.com/coincar-sim/lanelet2_interface_ros. Note that this is not the final version and it might still change a lot. We still plan to launch it this year, however. |
Thank you very much. |
Since there is rosdoc.yaml in the repository, I assume Lanelet2 can be used for ROS systems.
If we are to use the map information in multiple ros nodes, how should the map be shared?
I don't see any ROS messages defined so are you using other framework.
If you have any experience on using map across multiple nodes, could you tell me how you did it?
Thank you in advance.
The text was updated successfully, but these errors were encountered: