kinematics-dynamics
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
roboticslab::ConfigurationSelector::Configuration Class Reference

Helper class to store a specific robot configuration.

#include <ConfigurationSelector.hpp>

Public Member Functions

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.
 

Private Attributes

const KDL::JntArray * q {nullptr}
 
bool valid {true}
 

The documentation for this class was generated from the following file: