Aruna
|
#include <ActuatorSet.h>
Public Attributes | |
Actuator * | driver |
pointer to driver More... | |
axis_mask_t | transform_to |
axis this driver can transform to More... | |
bool | flip_direction |
flip direction on transform? More... | |
axis_mask_t | axis |
axis to be set on driver to accomplish transform More... | |
float | speed_percentage |
speed percentage More... | |
Definition at line 17 of file ActuatorSet.h.
axis_mask_t aruna::movement::ActuatorSet::transform_t::axis |
axis to be set on driver to accomplish transform
Definition at line 36 of file ActuatorSet.h.
Actuator* aruna::movement::ActuatorSet::transform_t::driver |
pointer to driver
Definition at line 21 of file ActuatorSet.h.
bool aruna::movement::ActuatorSet::transform_t::flip_direction |
flip direction on transform?
Definition at line 31 of file ActuatorSet.h.
float aruna::movement::ActuatorSet::transform_t::speed_percentage |
speed percentage
Definition at line 41 of file ActuatorSet.h.
axis_mask_t aruna::movement::ActuatorSet::transform_t::transform_to |
axis this driver can transform to
Definition at line 26 of file ActuatorSet.h.