Not able to get Dynamic Map loading to work in Autoware #3345
Replies: 4 comments 12 replies
-
That's an intended behavior. If you want to visualize the map loaded in |
Beta Was this translation helpful? Give feedback.
-
@kminoda Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi @kminoda, I have the file: logging_simulator.launch.xml. But, I am not able to do localization with this. When I use planning_simulator.launch.xml I am able to do localization, but I am not able to visualize this topic for dynamic map loading as pointed by you in above: /localization/pose_estimator/debug/loaded_pointcloud_map I wanted an XML file which would allow me to do both. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi @kminoda After this, I run this command: ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/split_new/ vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit and do not see the topic you mentioned in the drop down. I can see it in when I launch it with logging_simultor.launch.yaml Screencast.from.03-10-23.11.09.06.AM.IST.webmAlso, I reverted all the changed I made to the above XML file as suggested by you. |
Beta Was this translation helpful? Give feedback.
-
This discussion is continuation from : https://github.com/orgs/autowarefoundation/discussions/3328#discussioncomment-5331357
dynamic map loading is enabled by default in ndt_scan_matcher.param.yaml
I have changed the enable_partial_load and enable_differential_load to true in pointcloud_map_loader.param.yaml.
But on launching autoware all the split .pcd files are merged and loaded as a complete map in Rviz.
I am of the opinion that only the lanelet map should load and only on engaging a vehicle the required .pcd file will be loaded. I think I am wrong on how this works.
Beta Was this translation helpful? Give feedback.
All reactions