Go to the documentation of this file.
26 #ifndef HC00_REEDS_SHEPP_STATE_SPACE_HPP
27 #define HC00_REEDS_SHEPP_STATE_SPACE_HPP
50 class HC00_Reeds_Shepp_State_Space :
public HC_CC_State_Space
63 HC_CC_RS_Path*
hc00_reeds_shepp(
const State& state1,
const State& state2)
const;
66 double get_distance(
const State& state1,
const State& state2)
const;
69 std::vector<Control>
get_controls(
const State& state1,
const State& state2)
const;
HC00_Reeds_Shepp_State_Space(double kappa, double sigma, double discretization=0.1)
Constructor.
std::vector< Control > get_controls(const State &state1, const State &state2) const
Returns controls of the shortest path from state1 to state2.
std::unique_ptr< HC00_Reeds_Shepp > hc00_reeds_shepp_
Pimpl Idiom: unique pointer on class with families
HC_CC_Circle_Param rs_circle_param_
Parameter of a rs-circle.
~HC00_Reeds_Shepp_State_Space()
Destructor.
HC_CC_RS_Path * hc00_reeds_shepp(const State &state1, const State &state2) const
Returns a sequence of turns and straight lines connecting a start and an end configuration.
double get_distance(const State &state1, const State &state2) const
Returns shortest path length from state1 to state2.
HC_CC_RS_Path * hc00_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.