|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <planning_config.hpp>

Public Member Functions | |
| PlanningConfig ()=default | |
| PlanningConfig (const PlanningParameters ¶ms) | |
Public Attributes | |
| PathCalculationConfig | path_calculation_ |
| PathSmoothingConfig | smoothing_ |
| VelocityPlanningConfig | velocity_planning_ |
| SkidpadConfig | skidpad_ |
| bool | publishing_visualization_msgs_ |
| bool | using_simulated_se_ |
| bool | using_full_map_ |
| double | braking_distance_acceleration_ |
| double | braking_distance_autocross_ |
| std::string | adapter_ |
Definition at line 92 of file planning_config.hpp.
|
default |
|
inlineexplicit |
Definition at line 106 of file planning_config.hpp.
| std::string PlanningConfig::adapter_ |
Definition at line 102 of file planning_config.hpp.
| double PlanningConfig::braking_distance_acceleration_ |
Definition at line 100 of file planning_config.hpp.
| double PlanningConfig::braking_distance_autocross_ |
Definition at line 101 of file planning_config.hpp.
| PathCalculationConfig PlanningConfig::path_calculation_ |
Definition at line 93 of file planning_config.hpp.
| bool PlanningConfig::publishing_visualization_msgs_ |
Definition at line 97 of file planning_config.hpp.
| SkidpadConfig PlanningConfig::skidpad_ |
Definition at line 96 of file planning_config.hpp.
| PathSmoothingConfig PlanningConfig::smoothing_ |
Definition at line 94 of file planning_config.hpp.
| bool PlanningConfig::using_full_map_ |
Definition at line 99 of file planning_config.hpp.
| bool PlanningConfig::using_simulated_se_ |
Definition at line 98 of file planning_config.hpp.
| VelocityPlanningConfig PlanningConfig::velocity_planning_ |
Definition at line 95 of file planning_config.hpp.