Skip to content

Commit 85f37a5

Browse files
committed
Renamed service to "GetRobotSoftwareVersion" everywhere.
Also moved the version information from being stored in the command interface to be stored in the state interface
1 parent 8f410d0 commit 85f37a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_robot_driver/test/robot_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def test_trajectory_scaled(self, tf_prefix):
250250
self.assertEqual(result.error_code, FollowJointTrajectory.Result.SUCCESSFUL)
251251

252252
def test_tool_contact(self, tf_prefix):
253-
if self._io_status_controller_interface.get_version().major < 5:
253+
if self._io_status_controller_interface.get_robot_software_version().major < 5:
254254
start_result = self._io_status_controller_interface.start_tool_contact()
255255
self.assertEqual(start_result.success, False)
256256

0 commit comments

Comments
 (0)