Revision 87b50988 examples/yarp_icub/include/icub_jointinterface.h
examples/yarp_icub/include/icub_jointinterface.h | ||
---|---|---|
86 | 86 |
yarp::dev::IAmplifierControl *amp; |
87 | 87 |
yarp::dev::IPidControl *pid; |
88 | 88 |
yarp::dev::IControlMode *icontrol; |
89 |
std::vector<double> last_position_error; |
|
90 |
std::vector<double> PID_P; |
|
91 |
std::vector<double> PID_D; |
|
89 | 92 |
|
90 | 93 |
void store_min_max(yarp::dev::IControlLimits *ilimits, int id, int e); |
91 | 94 |
|
... | ... | |
95 | 98 |
float last_vel_eye_pan; |
96 | 99 |
|
97 | 100 |
void store_joint(int id, float value); |
98 |
void set_target_in_positionmode(int id, double value);
|
|
99 |
void set_target_in_velocitymode(int id, double value);
|
|
101 |
void set_target_in_positionmode(int id); |
|
102 |
void set_target_in_velocitymode(int id); |
|
100 | 103 |
|
101 | 104 |
|
102 | 105 |
int convert_enum_to_motorid(int e); |
Also available in: Unified diff