You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javasdk/NRSDK/src/com/neuronrobotics/sdk/addons/kinematics/xml/TrobotMaster.xml
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
<root>
2
2
3
3
<link>
4
-
<name>basePan</name>
5
-
<type>analog-rotory</type>
6
-
<index>14</index>
7
-
<scale>-0.2200489</scale>
8
-
<upperLimit>1024</upperLimit>
9
-
<lowerLimit>0</lowerLimit>
10
-
<isLatch>true</isLatch>
11
-
<indexLatch>614</indexLatch>
12
-
<isStopOnLatch>false</isStopOnLatch>
13
-
<homingTPS>500</homingTPS>
4
+
<name>basePan</name><!-- Name, used to regester the link with a specific location in the robot -->
5
+
<type>analog-rotory</type><!-- This is the actual type of the link as used by the kinematics to -->
6
+
<index>14</index><!-- This is the hrdware index used to map the hardware iundex to this link -->
7
+
<scale>-0.2200489</scale><!-- This is multiplied times the link units to gent engineering units -->
8
+
<upperLimit>1024</upperLimit><!-- limit in link units -->
9
+
<lowerLimit>0</lowerLimit><!-- limit in link units -->
10
+
<isLatch>true</isLatch><!-- Tells the controller to latch index pulses -->
11
+
<indexLatch>614</indexLatch><!-- Tells the controller what value to latch at index. This is also the offset value uses by the controller to calculate offsets -->
12
+
<isStopOnLatch>false</isStopOnLatch><!-- Tells the controller to stop on the latch value -->
13
+
<homingTPS>500</homingTPS><!-- Tells the controller how fast to home -->
0 commit comments