We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f410d0 commit 85f37a5Copy full SHA for 85f37a5
ur_robot_driver/test/robot_driver.py
@@ -250,7 +250,7 @@ def test_trajectory_scaled(self, tf_prefix):
250
self.assertEqual(result.error_code, FollowJointTrajectory.Result.SUCCESSFUL)
251
252
def test_tool_contact(self, tf_prefix):
253
- if self._io_status_controller_interface.get_version().major < 5:
+ if self._io_status_controller_interface.get_robot_software_version().major < 5:
254
start_result = self._io_status_controller_interface.start_tool_contact()
255
self.assertEqual(start_result.success, False)
256
0 commit comments