Go to the documentation of this file.
14 #ifndef PARKING_PLANNER__ASTAR_PATH_PLANNER_HPP_
15 #define PARKING_PLANNER__ASTAR_PATH_PLANNER_HPP_
30 namespace parking_planner
54 std::vector<VehicleState<float64_t>>
70 #endif // PARKING_PLANNER__ASTAR_PATH_PLANNER_HPP_
static constexpr size_t MAX_NUM_EXPLORATION_NODES
Definition: astar_path_planner.hpp:37
static constexpr float64_t MY_PI
Definition: astar_path_planner.hpp:33
This file includes common type definition.
static const float64_t DELTA_HEADING
Definition: astar_path_planner.hpp:35
Class describing a polytope in two-dimensional space.
Definition: geometry.hpp:244
This file defines the lanelet2_map_provider_node class.
Definition: quick_sort.hpp:24
static constexpr float64_t MAX_EXPLORATION_RADIUS
Definition: astar_path_planner.hpp:36
Definition: astar_path_planner.hpp:39
Definition: controller_base.hpp:30
double float64_t
Definition: types.hpp:37
static constexpr float64_t DELTA_LONGITUDINAL
Definition: astar_path_planner.hpp:34