Skip to content

Commit 4de31dd

Browse files
committed
Added comments to the Trobot xml
1 parent f98b0c2 commit 4de31dd

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

javasdk/NRSDK/src/com/neuronrobotics/sdk/addons/kinematics/xml/TrobotMaster.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<root>
22

33
<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 -->
1414
<DHParameters>
15-
<Delta>13</Delta>
16-
<Theta>180</Theta>
17-
<Radius>32</Radius>
18-
<Alpha>-90</Alpha>
15+
<Delta>13</Delta><!-- DH paremeter values -->
16+
<Theta>180</Theta><!-- DH paremeter values -->
17+
<Radius>32</Radius><!--DH paremeter values -->
18+
<Alpha>-90</Alpha><!-- DH paremeter values -->
1919
</DHParameters>
2020
</link>
2121
<link>

0 commit comments

Comments
 (0)