File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 6
6
<arg name =" vehicle_model" default =" sample_vehicle" description =" vehicle model name" />
7
7
<arg name =" sensor_model" default =" sample_sensor_kit" description =" sensor model name" />
8
8
<arg name =" data_path" default =" $(env HOME)/autoware_data" description =" packages data and artifacts directory path" />
9
+ <arg name =" simulator_type" default =" awsim" description =" select the simulator type ('awsim' or 'carla')" />
9
10
10
11
<!-- launch module preset -->
11
12
<arg name =" planning_module_preset" default =" default" description =" planning module preset" />
39
40
<!-- Tools -->
40
41
<arg name =" rviz" default =" true" description =" launch rviz" />
41
42
<arg name =" rviz_config" default =" $(find-pkg-share autoware_launch)/rviz/autoware.rviz" description =" rviz config" />
43
+ <group scoped =" false" if =" $(eval '\'$(var simulator_type)\' == \'carla\'')" >
44
+ <include file =" $(find-pkg-share carla_autoware)/carla_autoware.launch.xml" />
45
+ </group >
42
46
43
47
<group scoped =" false" >
44
48
<include file =" $(find-pkg-share autoware_launch)/launch/autoware.launch.xml" >
You can’t perform that action at this time.
0 commit comments