Parameters of the motion.
Definition at line 24 of file common.h.
|
| RobotParameters () |
| Default constructor. More...
|
|
etools::Matrix2 | getBodyBounds () const |
| Get respective bounds. More...
|
|
etools::Matrix2 | getCoPBounds () const |
| Get respective bounds. More...
|
|
etools::Matrix2 | getNominalBaseAccelerationBounds () const |
| Get respective bounds. More...
|
|
etools::Matrix2 | getNominalBaseVelocityBounds () const |
| Get respective bounds. More...
|
|
void | readConfig (t_Reader &reader, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read configuration (assuming the configuration node to be in the root). More...
|
|
void | readConfig (t_Reader &reader, const std::string &node_name, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read configuration (assuming the configuration node to be in the root). More...
|
|
void | readConfig (t_Reader &reader, const char *node_name, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read configuration (assuming the configuration node to be in the root). More...
|
|
void | readConfig (const std::string &file_name, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read configuration (assuming the configuration node to be in the root). More...
|
|
void | readConfig (const std::string &file_name, const std::string &node_name, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read configuration (assuming the configuration node to be in the root). More...
|
|
void | readConfig (const std::string &file_name, const char *node_name, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read configuration (assuming the configuration node to be in the root). More...
|
|
void | readNestedConfig (t_Reader &reader, const std::string &node_name, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read nested configuration node. More...
|
|
void | setDefaults () |
| Set members to their default values. More...
|
|
void | writeConfig (t_Writer &writer) const |
| Write configuration. More...
|
|
void | writeConfig (t_Writer &writer, const std::string &node_name) const |
| Write configuration. More...
|
|
void | writeConfig (const std::string &file_name) const |
| Write configuration. More...
|
|
void | writeConfig (const std::string &file_name, const std::string &node_name) const |
| Write configuration. More...
|
|
void | writeNestedConfig (t_Writer &writer) const |
| Write nested configuration node. More...
|
|
void | writeNestedConfig (t_Writer &writer, const std::string &node_name) const |
| Write nested configuration node. More...
|
|