Skip to content

Commit 6923f25

Browse files
authored
Merge pull request #2526 from petterreinholdtsen/2.8-motion-man-pin-names
Corrected pin names and formatting of motion(9) man page
2 parents f6c36b9 + 7645507 commit 6923f25

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/man/man9/motion.9

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ The velocity limit for the teleop planner
276276
and are subject to change or removal at any time.)
277277

278278
.TP
279-
\fBjoint.\fIN\fB.joint\-acc\-cmd\fR OUT FLOAT \fB(DEBUG)\fR
280-
The joint's commanded acceleration
279+
\fBjoint.\fIN\fB.acc\-cmd\fR OUT FLOAT \fB(DEBUG)\fR
280+
The joint's commanded acceleration.
281281

282282
.TP
283283
\fBjoint.\fIN\fB.active\fR OUT BIT \fB(DEBUG)\fR
@@ -362,7 +362,7 @@ TRUE if the joint is using the "free planner" and has come to a stop
362362
Should be attached to the index\-enable pin of the joint's encoder to enable homing to index pulse
363363

364364
.TQ
365-
\fBjoint.N.is\-unlocked\fR IN BIT
365+
\fBjoint.\fIN\fB.is\-unlocked\fR IN BIT
366366
Indicates joint is unlocked (see JOINT UNLOCK PINS).
367367

368368
.TP
@@ -432,8 +432,8 @@ TRUE if the axis is a locked joint (typically a rotary) and a move
432432
is commanded (see JOINT UNLOCK PINS).
433433

434434
.TP
435-
\fBjoint.\fIN\fB.joint\-vel\-cmd\fR OUT FLOAT \fB(DEBUG)\fR
436-
The joint's commanded velocity
435+
\fBjoint.\fIN\fB.vel\-cmd\fR OUT FLOAT \fB(DEBUG)\fR
436+
The joint's commanded velocity.
437437

438438
.TP
439439
\fBjoint.\fIN\fB.wheel\-jog\-active\fR OUT BIT \fB(DEBUG)\fR

0 commit comments

Comments
 (0)