Skip to content

Commit

Permalink
Reformat launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Jun 21, 2024
1 parent a5ed356 commit d7742b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions leo_docking/launch/dock_rover.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ def generate_launch_description():
parameters=[
os.path.join(params_dir, "aruco_tracker.yaml"),
{
"board_descriptions_path": os.path.join(params_dir, "board_descriptions.yaml"),
"board_descriptions_path": os.path.join(
params_dir, "board_descriptions.yaml"
),
},
],

)

launch_list += [
Expand Down

0 comments on commit d7742b9

Please sign in to comment.