Parameters of the motion.
Definition at line 176 of file common.h.
|
| | MotionParameters () |
| | Default constructor. More...
|
| |
| void | finalize () |
| | Finalize & check. More...
|
| |
| double | getBaseAngularVelocity () const |
| | Get theta increment. More...
|
| |
| etools::Vector2 | getBasePosition () const |
| | Get base reference position. More...
|
| |
| etools::Vector2 | getBaseVelocity () const |
| | Get base reference velocity. 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 () |
| | Default parameters of the walk. More...
|
| |
| void | setIdle () |
| | Idle parameters of the motion. 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...
|
| |