|
Robowflex
v0.1
Making MoveIt Easy
|
State type for the robowflex::darts::StateSpace. More...
#include <space.h>
Inheritance diagram for robowflex::darts::StateSpace::StateType:Public Member Functions | |
| StateType (std::size_t n) | |
| Constructor. More... | |
Public Attributes | |
| Eigen::VectorXd | data |
| Vector for configuration. More... | |
State type for the robowflex::darts::StateSpace.
| StateSpace::StateType::StateType | ( | std::size_t | n | ) |
Constructor.
| [in] | n | Dimension of state. |
Definition at line 47 of file space.cpp.
| Eigen::VectorXd robowflex::darts::StateSpace::StateType::data |