Skip to content

Commit

Permalink
fix(control_launch): add necessary parameter (#3235)
Browse files Browse the repository at this point in the history
Signed-off-by: yutaka <[email protected]>
  • Loading branch information
purewater0901 authored Mar 31, 2023
1 parent a3a5b19 commit 70cf872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launch/tier4_control_launch/launch/control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def launch_setup(context, *args, **kwargs):
parameters=[
{
"lateral_controller_mode": LaunchConfiguration("lateral_controller_mode"),
"longitudinal_controller_mode": LaunchConfiguration("longitudinal_controller_mode"),
},
nearest_search_param,
trajectory_follower_node_param,
Expand Down

0 comments on commit 70cf872

Please sign in to comment.