We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5720cb4 commit 82a8a5dCopy full SHA for 82a8a5d
rosbot_controller/launch/controller.launch.py
@@ -72,7 +72,7 @@ def generate_launch_description():
72
[
73
"'mecanum_drive_controller.yaml' if ",
74
mecanum,
75
- " == 'True' else 'diff_drive_controller.yaml'",
+ " else 'diff_drive_controller.yaml'",
76
]
77
)
78
0 commit comments