Go to the documentation of this file. 1 #ifndef AIKIDO_STATESPACE_DART_REALVECTORJOINTSTATESPACE_HPP_
2 #define AIKIDO_STATESPACE_DART_REALVECTORJOINTSTATESPACE_HPP_
24 ,
public std::enable_shared_from_this<RJoint<N>>
42 const Eigen::VectorXd& positions,
48 Eigen::VectorXd& positions)
const override;
63 #endif // ifndef AIKIDO_STATESPACE_REALVECTORJOINTSTATESPACE_HPP_
Represents a N-dimensional real vector space with vector addition as the group operation.
Definition: Rn.hpp:18
Format of serialized trajectory in YAML.
Definition: algorithm.hpp:4
::dart::dynamics::GenericJoint<::dart::math::RealVectorSpace< N > > DartJoint
Definition: RnJointTraits.hpp:16
void convertStateToPositions(const StateSpace::State *state, Eigen::VectorXd &positions) const override
Converts a State in this state space to DART Joint positions, e.g.
Definition: RnJoint-impl.hpp:38
void convertPositionsToState(const Eigen::VectorXd &positions, StateSpace::State *state) const override
Converts DART Joint positions, e.g.
Definition: RnJoint-impl.hpp:30
static constexpr int DimensionAtCompileTime
Definition: RnJoint.hpp:27
typename detail::RJointTraits< N >::DartJoint DartJoint
Definition: RnJoint.hpp:33
Rn for an arbitrary type of DART Joint with an arbitrary number of DegreeOfFreedoms.
Definition: RnJoint.hpp:21
Point in a R<N>.
Definition: Rn.hpp:22
Definition: StateSpace.hpp:167
StateSpace of a DART Joint.
Definition: JointStateSpace.hpp:20
Definition: FrameMarker.hpp:11
Eigen::Matrix< double, N, 1 > VectorNd
Definition: Rn.hpp:37
RJoint(const DartJoint *joint)
Create a real vector state space for _joint.
Definition: RnJoint-impl.hpp:20
typename R< DimensionAtCompileTime >::VectorNd VectorNd
Definition: RnJoint.hpp:31