Go to the documentation of this file.
14 #ifndef PARKING_PLANNER__CONFIGURATION_HPP_
15 #define PARKING_PLANNER__CONFIGURATION_HPP_
29 namespace parking_planner
55 #endif // PARKING_PLANNER__CONFIGURATION_HPP_
This file includes common type definition.
constexpr float64_t INTEGRATION_STEP_SIZE
Step size (in seconds) for the RK4 integration.
Definition: configuration.hpp:45
constexpr std::size_t NUMBER_OF_INTEGRATION_STEPS
Number of (sub-)steps performed INTEGRATION_STEP_SIZE for the RK4 integration.
Definition: configuration.hpp:48
This file defines the lanelet2_map_provider_node class.
Definition: quick_sort.hpp:24
constexpr std::size_t MAX_NUMBER_OF_OBSTACLES
Maximum number of obstacles supported by the NLP planner.
Definition: configuration.hpp:36
constexpr std::size_t MAX_EGO_HYPERPLANES
Maximum number of ego vehicle hyperplanes supported by the NLP planner.
Definition: configuration.hpp:42
constexpr std::size_t MAX_HYPERPLANES_PER_OBSTACLE
Maximum number of hyperplanes per obstacle supported by the NLP planner.
Definition: configuration.hpp:39
Definition: controller_base.hpp:30
double float64_t
Definition: types.hpp:37
constexpr std::size_t HORIZON_LENGTH
NLP horizon length, roughly proportional to the maximum useful trajectory length.
Definition: configuration.hpp:33