Skip to content

Commit

Permalink
fix CI error "line too long"
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Poignonec committed Sep 2, 2024
1 parent 731d7a9 commit 01fd253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fd_bringup/launch/fd.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ def generate_launch_description():
' use_clutch:=', use_clutch,
]
)
robot_description = {'robot_description': ParameterValue(robot_description_content, value_type=str)}
robot_description = \
{'robot_description': ParameterValue(robot_description_content, value_type=str)}

phi_controllers = PathJoinSubstitution(
[
Expand Down

0 comments on commit 01fd253

Please sign in to comment.