Skip to content

Commit ff453e3

Browse files
authored
Fix wrong strict arg of switch_controllers method (#2410) (#2411)
1 parent 099cec1 commit ff453e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rqt_controller_manager/rqt_controller_manager/controller_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def _switch_controllers(self, activate, deactivate):
444444
controller_manager_name=self._cm_name,
445445
activate_controllers=activate,
446446
deactivate_controllers=deactivate,
447-
strict=SwitchController.Request.STRICT,
447+
strictness=SwitchController.Request.STRICT,
448448
activate_asap=False,
449449
timeout=0.3,
450450
)

0 commit comments

Comments
 (0)