Skip to content

Commit

Permalink
feat(aeb): set global param to override autoware state check (autowar…
Browse files Browse the repository at this point in the history
…efoundation#9263)

* set global param to override autoware state check

Signed-off-by: Daniel Sanchez <[email protected]>

* change variable to be more general

Signed-off-by: Daniel Sanchez <[email protected]>

* add comment

Signed-off-by: Daniel Sanchez <[email protected]>

* move param to control component launch

Signed-off-by: Daniel Sanchez <[email protected]>

* change param name to be more straightforward

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran committed Nov 15, 2024
1 parent 0a881f3 commit d7bcf17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launch/tier4_control_launch/launch/control.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<arg name="lateral_controller_mode"/>
<arg name="longitudinal_controller_mode"/>
<arg name="enable_autonomous_emergency_braking"/>
<arg name="use_aeb_autoware_state_check"/>
<arg name="check_external_emergency_heartbeat"/>
<arg name="trajectory_follower_mode" default="trajectory_follower_node"/>

Expand Down Expand Up @@ -195,6 +196,7 @@
<remap from="~/input/objects" to="/perception/obstacle_segmentation/objects"/>
<remap from="~/input/predicted_trajectory" to="/control/trajectory_follower/lateral/predicted_trajectory"/>
<param from="$(var aeb_param_path)"/>
<param name="check_autoware_state" value="$(var use_aeb_autoware_state_check)"/>
<extra_arg name="use_intra_process_comms" value="$(var use_intra_process)"/>
</composable_node>
</load_composable_node>
Expand Down

0 comments on commit d7bcf17

Please sign in to comment.