File tree 2 files changed +4
-16
lines changed
2 files changed +4
-16
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" >
Original file line number Diff line number Diff line change @@ -3608,22 +3608,6 @@ Visualization Manager:
3608
3608
Value : true
3609
3609
Enabled : true
3610
3610
Name : Objects Of Interest
3611
- - Class : rviz_plugins/StringStampedOverlayDisplay
3612
- Enabled : true
3613
- Font Size : 15
3614
- Left : 1024
3615
- Max Letter Num : 100
3616
- Name : StringStampedOverlayDisplay
3617
- Text Color : 25; 255; 240
3618
- Top : 128
3619
- Topic :
3620
- Depth : 5
3621
- Durability Policy : Volatile
3622
- History Policy : Keep Last
3623
- Reliability Policy : Reliable
3624
- Value : /planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/debug/internal_state
3625
- Value : true
3626
- Value height offset : 0
3627
3611
Enabled : true
3628
3612
Name : Planning
3629
3613
- Class : rviz_common/Group
You can’t perform that action at this time.
0 commit comments