Skip to content

Commit

Permalink
fix: disable fitness_score for not-map_based user
Browse files Browse the repository at this point in the history
Signed-off-by: Yuma Nihei <[email protected]>
  • Loading branch information
yn-mrse committed Sep 29, 2023
1 parent 75589e3 commit 24ca8b9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<!-- interactive only -->
<arg name="interactive_use_concatenated" default="true"/>

<!-- map_based only -->
<arg name="fitness_score_threshold" />

<!-- logging simulator -->
<include if="$(var logging_simulator)" file="$(find-pkg-share autoware_launch)/launch/logging_simulator.launch.xml">
<arg name="sensor_model" value="$(var sensor_model)" />
Expand Down Expand Up @@ -57,6 +54,7 @@
</group>

<group if="$(eval &quot;'$(var mode)' == 'map_based' &quot;)">
<arg name="fitness_score_threshold" />
<include file="$(find-pkg-share extrinsic_calibration_manager)/launch/$(var sensor_model)/map_based.launch.xml">
<arg name="vehicle_id" value="$(var vehicle_id)" />
<arg name="map_path" value="$(var map_path)" />
Expand Down

0 comments on commit 24ca8b9

Please sign in to comment.