Skip to content

Commit 82a8a5d

Browse files
authored
fix mecanum controller launch
1 parent 5720cb4 commit 82a8a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosbot_controller/launch/controller.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def generate_launch_description():
7272
[
7373
"'mecanum_drive_controller.yaml' if ",
7474
mecanum,
75-
" == 'True' else 'diff_drive_controller.yaml'",
75+
" else 'diff_drive_controller.yaml'",
7676
]
7777
)
7878

0 commit comments

Comments
 (0)