Go to the documentation of this file. 1 #ifndef AIKIDO_CONSTRAINT_UNIFORM_SO3UNIFORMSAMPLER_HPP_
2 #define AIKIDO_CONSTRAINT_UNIFORM_SO3UNIFORMSAMPLER_HPP_
22 std::shared_ptr<const statespace::SO3> _space,
23 std::unique_ptr<common::RNG> _rng);
33 std::shared_ptr<const statespace::SO3>
mSpace;
34 std::unique_ptr<common::RNG>
mRng;
41 #endif // AIKIDO_CONSTRAINT_UNIFORM_SO3UNIFORMSAMPLER_HPP_
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