Go to the documentation of this file. 1 #ifndef AIKIDO_CONSTRAINT_UNIFORM_RNCONSTANTSAMPLER_HPP_
2 #define AIKIDO_CONSTRAINT_UNIFORM_RNCONSTANTSAMPLER_HPP_
36 std::shared_ptr<const statespace::R<N>>
mSpace;
40 EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF(VectorNd::NeedsToAlign)
56 #endif // AIKIDO_CONSTRAINT_UNIFORM_RNCONSTANTSAMPLER_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
std::shared_ptr< const StateSpace > ConstStateSpacePtr
Definition: StateSpace.hpp:15
Constraint that may be sampled from.
Definition: Sampleable.hpp:27