discretization_ | steering::Dubins_State_Space | private |
dubins(const State &state1, const State &state2) const | steering::Dubins_State_Space | |
DUBINS_LEFT enum value | steering::Dubins_State_Space | |
Dubins_Path_Segment_Type enum name | steering::Dubins_State_Space | |
dubins_path_type | steering::Dubins_State_Space | static |
DUBINS_RIGHT enum value | steering::Dubins_State_Space | |
Dubins_State_Space(double kappa, double discretization=0.1, bool forwards=true) | steering::Dubins_State_Space | inline |
DUBINS_STRAIGHT enum value | steering::Dubins_State_Space | |
ekf_ | steering::Dubins_State_Space | private |
forwards_ | steering::Dubins_State_Space | private |
get_controls(const State &state1, const State &state2) const | steering::Dubins_State_Space | |
get_distance(const State &state1, const State &state2) const | steering::Dubins_State_Space | |
get_path(const State &state1, const State &state2) const | steering::Dubins_State_Space | |
get_path_with_covariance(const State_With_Covariance &state1, const State &state2) const | steering::Dubins_State_Space | |
integrate(const State &state, const std::vector< Control > &controls) const | steering::Dubins_State_Space | |
integrate_ODE(const State &state, const Control &control, double integration_step) const | steering::Dubins_State_Space | inline |
integrate_with_covariance(const State_With_Covariance &state, const std::vector< Control > &controls) const | steering::Dubins_State_Space | |
interpolate(const State &state, const std::vector< Control > &controls, double t) const | steering::Dubins_State_Space | |
kappa_ | steering::Dubins_State_Space | private |
kappa_inv_ | steering::Dubins_State_Space | private |
set_filter_parameters(const Motion_Noise &motion_noise, const Measurement_Noise &measurement_noise, const Controller &controller) | steering::Dubins_State_Space | |