|
iCub-main
|
#include <MotorThread.h>
Public Member Functions | |
| Dragger () | |
| ~Dragger () | |
| void | init (Bottle &initializer, double thread_rate) |
Public Attributes | |
| ICartesianControl * | ctrl |
| double | extForceThresh |
| double | t0 |
| double | samplingRate |
| Vector | x0 |
| int | arm |
| Bottle | actions |
| string | actionName |
| double | min |
| double | max |
| bool | using_impedance |
| iCub::ctrl::Integrator * | I |
| double | damping |
| double | inertia |
Definition at line 73 of file MotorThread.h.
|
inline |
Definition at line 93 of file MotorThread.h.
|
inline |
Definition at line 98 of file MotorThread.h.
| void Dragger::init | ( | Bottle & | initializer, |
| double | thread_rate | ||
| ) |
Definition at line 59 of file MotorThread.cpp.
| string Dragger::actionName |
Definition at line 83 of file MotorThread.h.
| Bottle Dragger::actions |
Definition at line 82 of file MotorThread.h.
| int Dragger::arm |
Definition at line 81 of file MotorThread.h.
| ICartesianControl* Dragger::ctrl |
Definition at line 75 of file MotorThread.h.
| double Dragger::damping |
Definition at line 90 of file MotorThread.h.
| double Dragger::extForceThresh |
Definition at line 77 of file MotorThread.h.
| iCub::ctrl::Integrator* Dragger::I |
Definition at line 89 of file MotorThread.h.
| double Dragger::inertia |
Definition at line 91 of file MotorThread.h.
| double Dragger::max |
Definition at line 85 of file MotorThread.h.
| double Dragger::min |
Definition at line 84 of file MotorThread.h.
| double Dragger::samplingRate |
Definition at line 79 of file MotorThread.h.
| double Dragger::t0 |
Definition at line 78 of file MotorThread.h.
| bool Dragger::using_impedance |
Definition at line 87 of file MotorThread.h.
| Vector Dragger::x0 |
Definition at line 80 of file MotorThread.h.