Public Member Functions | |
| action_class () | |
| void | clear () |
| void | print () |
| bool | openFile (std::string filename, size_t njoints, double timestep=-1) |
| size_t | get_njoints () |
| void | interpolate_action_frames (double timestep) |
Public Attributes | |
| std::string | action_name |
| std::string | controller_name |
| size_t | current_frame |
| bool | forever |
| double | speed_factor = 1.0 |
| std::deque< action_frame > | action_frames_vector |
Definition at line 45 of file robotAction.h.
| action_class::action_class | ( | ) |
Definition at line 61 of file robotAction.cpp.
| void action_class::clear | ( | ) |
Definition at line 53 of file robotAction.cpp.
| size_t action_class::get_njoints | ( | ) |
Definition at line 46 of file robotAction.cpp.
Definition at line 222 of file robotAction.cpp.
Definition at line 95 of file robotAction.cpp.
| void action_class::print | ( | ) |
Definition at line 66 of file robotAction.cpp.
| std::deque<action_frame> action_class::action_frames_vector |
Definition at line 53 of file robotAction.h.
| std::string action_class::action_name |
Definition at line 48 of file robotAction.h.
| std::string action_class::controller_name |
Definition at line 49 of file robotAction.h.
| size_t action_class::current_frame |
Definition at line 50 of file robotAction.h.
| bool action_class::forever |
Definition at line 51 of file robotAction.h.
| double action_class::speed_factor = 1.0 |
Definition at line 52 of file robotAction.h.