We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d01db42 + 8b7c061 commit 1c421b3Copy full SHA for 1c421b3
1 file changed
src/hal/components/joint_axis_mapper.comp
@@ -1,4 +1,19 @@
1
-component joint_axis_mapper """Translate from Joint to Axis""";
+component joint_axis_mapper "Translate faults from Joint to Axis";
2
+
3
+description """
4
+When a joint has a Fault, is shows as Joint 0.
5
6
+This is a translation layer that shows an Axis associated with a joint.
7
8
9
+Usage:
10
+loadrt joint_axis_mapper coord=[TRAJ]COORDINATES
11
12
+net x-fault joint.0.amp-fault-in => translate.X-fault
13
14
+Replacing axis letter and joint number appropriate for your machine
15
16
+""";
17
18
license "GPL";
19
0 commit comments