Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 21, 2022
1 parent ed7193d commit 5ea90cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions launch/tier4_control_launch/launch/control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def launch_setup(context, *args, **kwargs):
# condition=LaunchConfigurationEquals("lateral_controller_mode", "mpc"),
)


group = GroupAction(
[
PushRosNamespace("control"),
Expand Down Expand Up @@ -298,8 +297,11 @@ def add_launch_arg(name: str, default_value=None, description=None):
# "lateral controller mode: `mpc_follower` or `pure_pursuit`",
# )

add_launch_arg("lateral_controller_mode", "mpc_follower", "lateral controller mode: `mpc_follower` or `pure_pursuit`")

add_launch_arg(
"lateral_controller_mode",
"mpc_follower",
"lateral controller mode: `mpc_follower` or `pure_pursuit`",
)

add_launch_arg(
"vehicle_info_param_file",
Expand Down

0 comments on commit 5ea90cb

Please sign in to comment.