Fawkes API
Fawkes Development Version
|
Storing Translation and rotation. More...
#include <types.h>
Public Attributes | |
float | x |
Translation in x-direction. More... | |
float | y |
Translation in y-direction. More... | |
float | rot |
Rotation around z-axis. More... | |
float fawkes::colli_trans_rot_t::rot |
Rotation around z-axis.
Definition at line 68 of file types.h.
Referenced by fawkes::SelectDriveMode::get_proposed_trans_y(), fawkes::AbstractDriveMode::get_proposed_trans_y(), ColliThread::init(), fawkes::BaseMotorInstruct::~BaseMotorInstruct(), fawkes::BiwardDriveModule::~BiwardDriveModule(), and fawkes::EscapeDriveModule::~EscapeDriveModule().
float fawkes::colli_trans_rot_t::x |
Translation in x-direction.
Definition at line 66 of file types.h.
Referenced by ColliThread::init(), fawkes::SelectDriveMode::set_local_trajec(), fawkes::BaseMotorInstruct::~BaseMotorInstruct(), fawkes::BiwardDriveModule::~BiwardDriveModule(), and fawkes::EscapeDriveModule::~EscapeDriveModule().
float fawkes::colli_trans_rot_t::y |
Translation in y-direction.
Definition at line 67 of file types.h.
Referenced by fawkes::SelectDriveMode::get_proposed_trans_x(), fawkes::AbstractDriveMode::get_proposed_trans_x(), ColliThread::init(), fawkes::BaseMotorInstruct::~BaseMotorInstruct(), fawkes::BiwardDriveModule::~BiwardDriveModule(), and fawkes::EscapeDriveModule::~EscapeDriveModule().