Skip to content

Commit

Permalink
fix aeb predicted object input
Browse files Browse the repository at this point in the history
Signed-off-by: ismetatabay <[email protected]>
  • Loading branch information
ismetatabay committed Aug 23, 2024
1 parent 178bbe9 commit d2081c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/tier4_control_launch/launch/control.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<remap from="~/input/pointcloud" to="/perception/obstacle_segmentation/pointcloud"/>
<remap from="~/input/velocity" to="/vehicle/status/velocity_status"/>
<remap from="~/input/imu" to="/sensing/imu/imu_data"/>
<remap from="~/input/objects" to="/perception/obstacle_segmentation/objects"/>
<remap from="~/input/objects" to="/perception/object_recognition/objects"/>
<remap from="~/input/predicted_trajectory" to="/control/trajectory_follower/lateral/predicted_trajectory"/>
<param from="$(var aeb_param_path)"/>
<extra_arg name="use_intra_process_comms" value="$(var use_intra_process)"/>
Expand Down

0 comments on commit d2081c2

Please sign in to comment.