Skip to content

Commit

Permalink
fix mecanum controller launch
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN authored Nov 17, 2024
1 parent 5720cb4 commit 82a8a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbot_controller/launch/controller.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def generate_launch_description():
[
"'mecanum_drive_controller.yaml' if ",
mecanum,
" == 'True' else 'diff_drive_controller.yaml'",
" else 'diff_drive_controller.yaml'",
]
)

Expand Down

0 comments on commit 82a8a5d

Please sign in to comment.