Skip to content

Commit 279d3bc

Browse files
author
RoboDK
committed
Removed invalid command
1 parent f7bd0a3 commit 279d3bc

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

Visual Basic/Example/RoboDK_API.vb

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2923,36 +2923,6 @@ Public Class RoboDK
29232923
' self._check_status()
29242924
' return success
29252925

2926-
'def SignatureRobot(self, robot=0):
2927-
' """Gets the signature of the robot after calibration."""
2928-
' self._check_connection()
2929-
' command = 'G_AbsAccParam'
2930-
' self._send_line(command)
2931-
' self._send_item(robot)
2932-
' r2b = self._rec_pose()
2933-
' # get nominal kinematics
2934-
' nominal_base = self._rec_pose()
2935-
' nominal_tool = self._rec_pose()
2936-
' ndofs = self._rec_int()
2937-
' nominal_kin = []
2938-
' for i in range(ndofs):
2939-
' nominal_kin.append(self._rec_array())
2940-
2941-
' accurate_base = self._rec_pose()
2942-
' accurate_tool = self._rec_pose()
2943-
' ndofs = self._rec_int()
2944-
' accurate_kin = []
2945-
' for i in range(ndofs):
2946-
' accurate_kin.append(self._rec_array())
2947-
2948-
' coupling = self._rec_array()
2949-
' stiffness = self._rec_array()
2950-
' self._check_status()
2951-
' return r2b, nominal_base, nominal_too
2952-
2953-
2954-
2955-
29562926

29572927

29582928
''' <summary>

Visual Basic/RoboDK_API.vb

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2923,37 +2923,6 @@ Public Class RoboDK
29232923
' self._check_status()
29242924
' return success
29252925

2926-
'def SignatureRobot(self, robot=0):
2927-
' """Gets the signature of the robot after calibration."""
2928-
' self._check_connection()
2929-
' command = 'G_AbsAccParam'
2930-
' self._send_line(command)
2931-
' self._send_item(robot)
2932-
' r2b = self._rec_pose()
2933-
' # get nominal kinematics
2934-
' nominal_base = self._rec_pose()
2935-
' nominal_tool = self._rec_pose()
2936-
' ndofs = self._rec_int()
2937-
' nominal_kin = []
2938-
' for i in range(ndofs):
2939-
' nominal_kin.append(self._rec_array())
2940-
2941-
' accurate_base = self._rec_pose()
2942-
' accurate_tool = self._rec_pose()
2943-
' ndofs = self._rec_int()
2944-
' accurate_kin = []
2945-
' for i in range(ndofs):
2946-
' accurate_kin.append(self._rec_array())
2947-
2948-
' coupling = self._rec_array()
2949-
' stiffness = self._rec_array()
2950-
' self._check_status()
2951-
' return r2b, nominal_base, nominal_too
2952-
2953-
2954-
2955-
2956-
29572926

29582927
''' <summary>
29592928
''' The Item class represents an item in RoboDK station. An item can be a robot, a frame, a tool, an object, a target, ... any item visible in the station tree.

0 commit comments

Comments
 (0)