32 template <
class POSE,
class MOTIONS>
mrpt::poses::CPose2D start_pose
void setup()
Setup operation befor the planner start.
void plan()
Planning using RRT Algorithm as expressed in karaman-frazzoli 2011.
void setLength(double maxLength)
Set the max length of edges for RRT algorithm.
double goalBias_
The goalBias_ is the probability to pick the target as the next random state.
mrpt::poses::CPose2D goal_pose
double getGoalBias()
Get the goal bias.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
double getLength()
Get the goal bias.
This class implement an header-only RRT algorithm for hybrid navigation.
A class used to store a 2D pose.
void setGoalBias(double goalBias)
Constr.
double maxLength_
The max leght of edges.