#include <motion_model.h>
Public Attributes | |
std::vector< std::string > | joints_ |
PrintMeta | meta_ |
std::vector< PrintPoint > | points_ |
Static Public Attributes | |
static const std::string | JOINTS_KEY = "joints" |
static const std::string | POINTS_KEY = "points" |
Definition at line 34 of file motion_model.h.
std::vector<std::string> pal::PrintMotion::joints_ |
Definition at line 39 of file motion_model.h.
|
static |
Definition at line 36 of file motion_model.h.
PrintMeta pal::PrintMotion::meta_ |
Definition at line 41 of file motion_model.h.
std::vector<PrintPoint> pal::PrintMotion::points_ |
Definition at line 40 of file motion_model.h.
|
static |
Definition at line 37 of file motion_model.h.