We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14e7ff commit 6157255Copy full SHA for 6157255
ur_robot_driver/test/integration_test.py
@@ -279,11 +279,11 @@ def test_set_io(self):
279
self.assertEqual(pin_state, 1)
280
281
def test_tool_contact(self):
282
- start_response = self.start_tool_contact.call()
283
- self.assertEqual(start_response.success,True)
+ start_response = self.start_tool_contact.call()
+ self.assertEqual(start_response.success,True)
284
285
- end_response = self.end_tool_contact.call()
286
- self.assertEqual(end_response.success, True)
+ end_response = self.end_tool_contact.call()
+ self.assertEqual(end_response.success, True)
287
288
def test_cartesian_passthrough(self):
289
#### Power cycle the robot in order to make sure it is running correctly####
0 commit comments