|
void | SetPositionControlledGains (double pid_frequency, double Ieff, Eigen::VectorXd *Kp, Eigen::VectorXd *Ki, Eigen::VectorXd *Kd) |
| Set the feedback gains for the simulated position control. More...
|
|
void | GetControlPortMapping (const multibody::MultibodyPlant< double > &plant, MatrixX< double > *Sx, MatrixX< double > *Sy) |
| Creates selector matrices which extract state xₛ in a known order from the plant's full x (xₛ = Sx⋅x ) and promote the controller's ordered yₛ into the full plant's input actuation (u = Su⋅uₛ ). More...
|
|
std::vector< std::string > | GetPreferredJointOrdering () |
| Defines the desired ordering of the finger joints by name. More...
|
|