-
Hello,I have an issue with it,and I am looking forward for your reply.I catkin_make succeeded,but when I input command "roslaunch lanelet_rviz_plugin_ros sample_lanelet_viz.launch",the error occurs,"…
-
In the document https://github.com/fzi-forschungszentrum-informatik/Lanelet2/tree/master/lanelet2_maps/README.md, it is described that lanelet2 uses the OSM XML format. However, the "OSM XML format" i…
-
Catkin builds using ROS Melodic are fine, but earlier versions fail due to the default C++ standard not being C++14.
Adding the flag in `CMakeLists.txt` would fix this.