1 #include "aikido/statespace/dart/RnJoint.hpp" 8 extern template class RJoint<0>;
10 extern template class RJoint<1>;
12 extern template class RJoint<2>;
14 extern template class RJoint<3>;
16 extern template class RJoint<6>;
25 "Invalid dimension. Dynamic size dimension is not supported by RnJoint");
RJoint(const DartJoint *joint)
Create a real vector state space for _joint.
Definition: RnJoint-impl.hpp:20
Definition: FrameMarker.hpp:11
Format of serialized trajectory in YAML.
Definition: algorithm.hpp:4
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
A tuple of states where the i-th state is from the i-th subspace.
Definition: CartesianProduct.hpp:162
Eigen::Map< const VectorNd > getValue(const State *_state) const
Gets the real vector stored in a State.
Definition: Rn-impl.hpp:147
StateSpace of a DART Joint.
Definition: JointStateSpace.hpp:20
void setValue(State *_state, const VectorNd &_value) const
Sets the real vector stored in a State.
Definition: Rn-impl.hpp:157
Represents a N-dimensional real vector space with vector addition as the group operation.
Definition: Rn.hpp:18
void convertPositionsToState(const Eigen::VectorXd &positions, StateSpace::State *state) const override
Converts DART Joint positions, e.g.
Definition: RnJoint-impl.hpp:30
Point in a R<N>.
Definition: Rn.hpp:22