Commit 24d5e21 1 parent 726210f commit 24d5e21 Copy full SHA for 24d5e21
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
<launch >
3
3
<!-- Essential parameters -->
4
4
<arg name =" map_path" description =" point cloud and lanelet2 map directory path" />
5
- <arg name =" vehicle_model" description =" vehicle model name" />
6
- <arg name =" sensor_model" description =" sensor model name" />
5
+ <arg name =" vehicle_model" default = " sample_vehicle " description =" vehicle model name" />
6
+ <arg name =" sensor_model" default = " sample_sensor_kit " description =" sensor model name" />
7
7
<arg name =" use_pointcloud_container" default =" true" description =" launch pointcloud container" />
8
8
<arg name =" pointcloud_container_name" default =" pointcloud_container" />
9
9
<arg name =" data_path" default =" $(env HOME)/autoware_data" description =" packages data and artifacts directory path" />
Original file line number Diff line number Diff line change 2
2
<launch >
3
3
<!-- Essential parameters -->
4
4
<arg name =" map_path" description =" point cloud and lanelet2 map directory path" />
5
- <arg name =" vehicle_model" description =" vehicle model name" />
6
- <arg name =" sensor_model" description =" sensor model name" />
5
+ <arg name =" vehicle_model" default = " sample_vehicle " description =" vehicle model name" />
6
+ <arg name =" sensor_model" default = " sample_sensor_kit " description =" sensor model name" />
7
7
<arg name =" data_path" default =" $(env HOME)/autoware_data" description =" packages data and artifacts directory path" />
8
8
9
9
<!-- launch module preset -->
Original file line number Diff line number Diff line change 2
2
<launch >
3
3
<!-- Essential parameters -->
4
4
<arg name =" map_path" description =" point cloud and lanelet2 map directory path" />
5
- <arg name =" vehicle_model" description =" vehicle model name" />
6
- <arg name =" sensor_model" description =" sensor model name" />
5
+ <arg name =" vehicle_model" default = " sample_vehicle " description =" vehicle model name" />
6
+ <arg name =" sensor_model" default = " sample_sensor_kit " description =" sensor model name" />
7
7
<arg name =" vehicle_id" default =" $(env VEHICLE_ID default)" description =" vehicle specific ID" />
8
8
<arg name =" data_path" default =" $(env HOME)/autoware_data" description =" packages data and artifacts directory path" />
9
9
Original file line number Diff line number Diff line change 2
2
<launch >
3
3
<!-- Essential parameters -->
4
4
<arg name =" map_path" description =" point cloud and lanelet2 map directory path" />
5
- <arg name =" vehicle_model" description =" vehicle model name" />
6
- <arg name =" sensor_model" description =" sensor model name" />
5
+ <arg name =" vehicle_model" default = " sample_vehicle " description =" vehicle model name" />
6
+ <arg name =" sensor_model" default = " sample_sensor_kit " description =" sensor model name" />
7
7
<arg name =" data_path" default =" $(env HOME)/autoware_data" description =" packages data and artifacts directory path" />
8
8
9
9
<!-- launch module preset -->
You can’t perform that action at this time.
0 commit comments