StateHandle for a Rn.
More...
#include <Rn-impl.hpp>
|
|
using | VectorNd = typename R< DimensionAtCompileTime >::VectorNd |
| |
|
using | ValueType = std::conditional< std::is_const< QualifiedState >::value, const VectorNd, VectorNd > |
| |
|
|
static constexpr int | DimensionAtCompileTime = _QualifiedState::DimensionAtCompileTime |
| |
template<class _QualifiedState>
class aikido::statespace::RStateHandle< _QualifiedState >
StateHandle for a Rn.
The template parameter is necessary to support both const and non-const states.
- Template Parameters
-
| _QualifiedState | type of State being wrapped |
§ RStateHandle()
template<class _QualifiedState >
Construct a handle for _state in _space.
- Parameters
-
| _space | state space that created _state |
| _state | state created by _space |
§ getValue()
template<class _QualifiedState >
Gets the real vector stored in this state.
- Returns
- real vector stored in this state
§ setValue()
template<class _QualifiedState >
Sets the real vector stored in this state.
- Parameters
-
| _value | real vector to store in _state |
The documentation for this class was generated from the following file: