Skip to content

Commit aa0f098

Browse files
committed
Add effort controller to controller switch test
1 parent 31f1c80 commit aa0f098

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ur_robot_driver/test/integration_test_controller_switch.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,14 @@ def test_activating_controller_with_running_position_controller_fails(self):
227227
],
228228
).ok
229229
)
230+
self.assertFalse(
231+
self._controller_manager_interface.switch_controller(
232+
strictness=SwitchController.Request.STRICT,
233+
activate_controllers=[
234+
"forward_effort_controller",
235+
],
236+
).ok
237+
)
230238
self.assertFalse(
231239
self._controller_manager_interface.switch_controller(
232240
strictness=SwitchController.Request.STRICT,

0 commit comments

Comments
 (0)