26 #ifndef HC0PM_REEDS_SHEPP_STATE_SPACE_HPP 27 #define HC0PM_REEDS_SHEPP_STATE_SPACE_HPP
std::unique_ptr< HC0pm_Reeds_Shepp > hc0pm_reeds_shepp_
Pimpl Idiom: unique pointer on class with families.
HC_CC_Circle_Param rs_circle_param_
Parameter of a rs-circle.
double get_distance(const State &state1, const State &state2) const
Returns shortest path length from state1 to state2.
std::vector< Control > get_controls(const State &state1, const State &state2) const
Returns controls of the shortest path from state1 to state2.
double radius_
Outer radius of a hc-/cc-circle.
Description of a kinematic car's state.
HC0pm_Reeds_Shepp_State_Space(double kappa, double sigma, double discretization=0.1)
Constructor.
HC_CC_RS_Path * hc0pm_reeds_shepp(const State &state1, const State &state2) const
Returns a sequence of turns and straight lines connecting a start and an end configuration.
HC_CC_RS_Path * hc0pm_circles_rs_path(const HC_CC_Circle &c1, const HC_CC_Circle &c2) const
Returns a sequence of turns and straight lines connecting the two circles c1 and c2.
double mu_
Angle between a configuration on the hc-/cc-circle and the tangent to the circle at that position...
~HC0pm_Reeds_Shepp_State_Space()
Destructor.
An implementation of hybrid curvature (HC) steer with zero curvature at the start configuration and e...