PlanarManipulatorIKGoal.h
60 PlanarManipulatorIKGoal(const ompl::base::SpaceInformationPtr &si, const Eigen::Affine2d &goalPose,
63 si, [this](const ompl::base::GoalLazySamples *, ompl::base::State *st) { return sampleGoalThread(st); },
Random number generation. An instance of this class cannot be used by multiple threads at once (membe...
Definition: RandomNumbers.h:89
A shared pointer wrapper for ompl::base::SpaceInformation.
Definition of a goal region that can be sampled, but the sampling process can be slow....
Definition: GoalLazySamples.h:134
Definition: PlanarManipulator.h:43
The definition of a state in Rn
Definition: RealVectorStateSpace.h:141
double uniformReal(double lower_bound, double upper_bound)
Generate a random real within given bounds: [lower_bound, upper_bound)
Definition: RandomNumbers.h:137
virtual double distanceGoal(const ompl::base::State *st) const
Compute the distance to the goal (heuristic). This function is the one used in computing the distance...
Definition: PlanarManipulatorIKGoal.h:71