-
Hi everyone, I want to make tests using my own map, however I am having problems with loading of a different lanelet2 map in the simulator. I also tried parking_lot map from Autoware.Auto, and I can only see the point cloud data. lanelet2_map.osm could not be loaded in the simulation. The command I am using is
name of the lanelet2 map and pcd map is: lanelet2_map.osm, pointcloud_map.pcd. I tried two different maps, you can find the folders of those maps in my drive. How can I load a custom lanelet2 map in the simulator and set it to make planning tests using autoware? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 22 replies
-
You can find a general description of the vector map for Autoware in Documentation or ReadMe. Among the two files you've shared,
It should be something like this:
Hope this helps. (I am kind of new to lanelet2, so any additional comments to both of us are welcome!) |
Beta Was this translation helpful? Give feedback.
-
Without pcd, curently we cannot launch planning_simulator, which means
@koraykoca |
Beta Was this translation helpful? Give feedback.
-
@koraykoca |
Beta Was this translation helpful? Give feedback.
@koraykoca
With this PR, you can try your custom vector map without pcd map as for
planning_simulator.launch.xml
(The PR is currently draft but already works properly.)