Skip to content

Commit

Permalink
feat(map_loader): update loading path for multiple pcd files
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda committed Nov 7, 2023
1 parent a71571b commit 2370755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<arg name="check_external_emergency_heartbeat" default="false"/>
<!-- Map -->
<arg name="lanelet2_map_file" default="lanelet2_map.osm" description="lanelet2 map file name"/>
<arg name="pointcloud_map_file" default="pointcloud_map.pcd" description="pointcloud map file name"/>
<arg name="pointcloud_map_file" default="pointcloud_map" description="pointcloud map file name ({FILE}.pcd file will be searched first, pcd files under {FILE} directory will be searched next)"/>
<!-- System -->
<arg name="system_run_mode" default="online" description="run mode in system"/>
<arg name="launch_system_monitor" default="true" description="launch system monitor"/>
Expand Down

0 comments on commit 2370755

Please sign in to comment.