Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 12, 2023
1 parent d0dcbfa commit a53c5a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion launch/tier4_control_launch/launch/control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@ def launch_setup(context, *args, **kwargs):
remappings=[
("~/input/kinematics", "/localization/kinematic_state"),
("~/input/reference_trajectory", "/planning/scenario_planning/trajectory"),
("~/input/predicted_trajectory", "/control/trajectory_follower/lateral/predicted_trajectory"),
(
"~/input/predicted_trajectory",
"/control/trajectory_follower/lateral/predicted_trajectory",
),
("~/output/validation_status", "~/validation_status"),
],
parameters=[control_validator_param],
Expand Down

0 comments on commit a53c5a3

Please sign in to comment.