|
#include <RobotComponents/components/Feedforward/GazeStabInputOutput.hh>
Public Member Functions | |
GazeStabInput (int n_LB_joints, int n_UB_joints) | |
~GazeStabInput () | |
Public Attributes | |
Eigen::Vector3d | pos_target |
std::vector< double > | q_LB |
std::vector< double > | q_UB |
std::vector< double > | qd_LB |
Eigen::VectorXd | qd_LB_des |
std::vector< double > | qd_UB |
double | tsim |
Definition at line 6 of file GazeStabInputOutput.hh.
GazeStabInput | ( | int | n_LB_joints, |
int | n_UB_joints | ||
) |
Definition at line 7 of file GazeStabInputOutput.cc.
|
default |
Eigen::Vector3d pos_target |
Definition at line 22 of file GazeStabInputOutput.hh.
std::vector<double> q_LB |
Definition at line 14 of file GazeStabInputOutput.hh.
std::vector<double> q_UB |
Definition at line 15 of file GazeStabInputOutput.hh.
std::vector<double> qd_LB |
Definition at line 17 of file GazeStabInputOutput.hh.
Eigen::VectorXd qd_LB_des |
Definition at line 20 of file GazeStabInputOutput.hh.
std::vector<double> qd_UB |
Definition at line 18 of file GazeStabInputOutput.hh.
double tsim |
Definition at line 13 of file GazeStabInputOutput.hh.