A controller allowing different control modes for each joint.
A controller allowing different control modes for each joint.File variables
- char gainFilename[] - optionally specifies file containing gains for each of the robot's joints.
The file format for the gain file consists of a number of identical entries, one for each of the robot's joints. The order of the entries is the same as the order of the corresponding joints in the configuration's mechanism. Each entry must contain the following floating-point values specified in the order below:
kp, kv, ki, kvi, thresh, kat, kvt, maxAcc
See the singleJointController class for descriptions of these variables.Also see controller class for other file variables.
Alphabetic index HTML hierarchy of classes or Java