Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: xtk8532704 <[email protected]>
  • Loading branch information
xtk8532704 committed Nov 18, 2024
1 parent af55c97 commit 1d7f5d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions launch/tier4_control_launch/launch/control.launch.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<!-- controler -->
<!-- controller -->
<arg name="trajectory_follower_mode" default="trajectory_follower_node"/>
<arg name="lateral_controller_mode"/>
<arg name="longitudinal_controller_mode"/>
Expand Down Expand Up @@ -127,7 +127,7 @@

<!-- trajectory_follower_node -->
<group if="$(eval &quot;'$(var trajectory_follower_mode)' == 'trajectory_follower_node'&quot;)">
<load_composable_node target="/control/control_container" >
<load_composable_node target="/control/control_container">
<composable_node pkg="autoware_trajectory_follower_node" plugin="autoware::motion::control::trajectory_follower_node::Controller" name="controller_node_exe" namespace="trajectory_follower">
<remap from="~/input/reference_trajectory" to="/planning/scenario_planning/trajectory"/>
<remap from="~/input/current_odometry" to="/localization/kinematic_state"/>
Expand Down Expand Up @@ -212,7 +212,7 @@

<!-- autonomous emergency braking -->
<group if="$(var launch_autonomous_emergency_braking)">
<load_composable_node target="/control/control_check_container" >
<load_composable_node target="/control/control_check_container">
<composable_node pkg="autoware_autonomous_emergency_braking" plugin="autoware::motion::control::autonomous_emergency_braking::AEB" name="autonomous_emergency_braking">
<remap from="~/input/pointcloud" to="/perception/obstacle_segmentation/pointcloud"/>
<remap from="~/input/velocity" to="/vehicle/status/velocity_status"/>
Expand Down

0 comments on commit 1d7f5d2

Please sign in to comment.