We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a5b19 commit 70cf872Copy full SHA for 70cf872
launch/tier4_control_launch/launch/control.launch.py
@@ -82,6 +82,7 @@ def launch_setup(context, *args, **kwargs):
82
parameters=[
83
{
84
"lateral_controller_mode": LaunchConfiguration("lateral_controller_mode"),
85
+ "longitudinal_controller_mode": LaunchConfiguration("longitudinal_controller_mode"),
86
},
87
nearest_search_param,
88
trajectory_follower_node_param,
0 commit comments