Skip to content

Commit

Permalink
Add missing description of command_joint (#467)
Browse files Browse the repository at this point in the history
This is arguably the most important parameter of the controller...
  • Loading branch information
v4hn authored Mar 16, 2020
1 parent 6fec204 commit 02a14eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The parameters are:
* *type*: The type of action being used (here GripperCommand).
* *default*: The default controller is the primary controller chosen by MoveIt for communicating with a particular set of joints.
* *joints*: Names of all the joints that are being addressed by this interface.
* *command_joint*: The single joint, controlling the actual state of the gripper. This is the only value that is sent to the controller. Has to be one of the joints above. If not specified, the first entry in *joints* will be used instead.
* *parallel*: When this is set, *joints* should be of size 2, and the command will be the sum of the two joints.

Optional Allowed Trajectory Execution Duration Parameters
Expand Down

0 comments on commit 02a14eb

Please sign in to comment.