Helper class to store a specific robot configuration.
#include <ConfigurationSelector.hpp>
|
|
void | store (const KDL::JntArray *q) |
| | Initialize joint values.
|
| |
|
const KDL::JntArray * | retrievePose () const |
| | Retrieve stored joint values.
|
| |
|
bool | isValid () const |
| | Whether this configuration is attainable or not.
|
| |
|
void | invalidate () |
| | Mark this configuration as invalid.
|
| |
|
|
const KDL::JntArray * | q {nullptr} |
| |
|
bool | valid {true} |
| |
The documentation for this class was generated from the following file: