Skip to content

Commit

Permalink
fix: e2e launcher (autowarefoundation#804)
Browse files Browse the repository at this point in the history
* fix e2e launcher

* Update autoware_launch/launch/e2e_simulator.launch.xml

Co-authored-by: Shumpei Wakabayashi <[email protected]>

---------

Co-authored-by: Shumpei Wakabayashi <[email protected]>
  • Loading branch information
SSSyoshida and shmpwk authored Mar 13, 2024
1 parent 7ddbc6f commit 2227492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoware_launch/launch/e2e_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
<!-- Sensing -->
<arg name="launch_sensing_driver" value="false"/>
<!-- Perception-->
<arg name="perception_mode" value="lidar"/>
<arg name="perception_mode" value="camera_lidar_radar_fusion"/>
<arg name="use_traffic_light_recognition" value="true"/>
<arg name="traffic_light_recognition/enable_fine_detection" value="false"/>
<arg name="traffic_light_recognition/fusion_only" value="false"/>
<arg name="lidar_detection_model" value="centerpoint"/>
<arg name="lidar_detection_model" value="pointpainting"/>
<!-- Tools -->
<arg name="rviz" value="$(var rviz)"/>
<arg name="rviz_config" value="$(var rviz_config)"/>
Expand Down

0 comments on commit 2227492

Please sign in to comment.