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

Definition at line 11 of file planning_config.hpp.
| std::string PlanningParameters::map_frame_id_ |
Definition at line 89 of file planning_config.hpp.
| double PlanningParameters::mg_maximum_cone_distance_ |
Definition at line 14 of file planning_config.hpp.
| double PlanningParameters::mg_minimum_cone_distance_ |
Definition at line 13 of file planning_config.hpp.
| double PlanningParameters::mg_sliding_window_radius_ |
Definition at line 15 of file planning_config.hpp.
| double PlanningParameters::pc_angle_exponent_ |
Definition at line 21 of file planning_config.hpp.
| double PlanningParameters::pc_angle_gain_ |
Definition at line 19 of file planning_config.hpp.
| double PlanningParameters::pc_close_cost_ |
Definition at line 30 of file planning_config.hpp.
| double PlanningParameters::pc_distance_exponent_ |
Definition at line 22 of file planning_config.hpp.
| double PlanningParameters::pc_distance_gain_ |
Definition at line 20 of file planning_config.hpp.
| int PlanningParameters::pc_lookback_points_ |
Definition at line 24 of file planning_config.hpp.
| double PlanningParameters::pc_max_cost_ |
Definition at line 23 of file planning_config.hpp.
| int PlanningParameters::pc_max_points_ |
Definition at line 26 of file planning_config.hpp.
| double PlanningParameters::pc_minimum_point_distance_ |
Definition at line 27 of file planning_config.hpp.
| int PlanningParameters::pc_reset_interval_ |
Definition at line 28 of file planning_config.hpp.
| int PlanningParameters::pc_search_depth_ |
Definition at line 25 of file planning_config.hpp.
| bool PlanningParameters::pc_use_reset_path_ |
Definition at line 29 of file planning_config.hpp.
| bool PlanningParameters::pc_use_sliding_window_ |
Definition at line 18 of file planning_config.hpp.
| std::string PlanningParameters::planning_adapter_ |
The adapter planning is currently using like Pacsim, Vehicle...
Definition at line 88 of file planning_config.hpp.
| double PlanningParameters::planning_braking_distance_acceleration_ |
Distance to start braking during acceleration mode.
Definition at line 78 of file planning_config.hpp.
| double PlanningParameters::planning_braking_distance_autocross_ |
Distance to start braking during autocross/trackdrive mode.
Definition at line 83 of file planning_config.hpp.
| bool PlanningParameters::planning_publishing_visualization_msgs_ |
Flag to enable/disable publishing of visualization messages.
Definition at line 63 of file planning_config.hpp.
| bool PlanningParameters::planning_using_full_map_ |
Flag to enable/disable using planning with the full map.
Definition at line 73 of file planning_config.hpp.
| bool PlanningParameters::planning_using_simulated_se_ |
Flag to enable/disable the use of simulated State Estimation.
Definition at line 68 of file planning_config.hpp.
| int PlanningParameters::skidpad_minimum_cones_ |
Definition at line 33 of file planning_config.hpp.
| double PlanningParameters::skidpad_tolerance_ |
Definition at line 34 of file planning_config.hpp.
| double PlanningParameters::smoothing_car_width_ |
Definition at line 43 of file planning_config.hpp.
| double PlanningParameters::smoothing_curvature_weight_ |
Definition at line 45 of file planning_config.hpp.
| int PlanningParameters::smoothing_max_iterations_ |
Definition at line 47 of file planning_config.hpp.
| float PlanningParameters::smoothing_min_path_point_distance_ |
Definition at line 40 of file planning_config.hpp.
| double PlanningParameters::smoothing_safety_margin_ |
Definition at line 44 of file planning_config.hpp.
| double PlanningParameters::smoothing_safety_weight_ |
Definition at line 46 of file planning_config.hpp.
| float PlanningParameters::smoothing_spline_coeffs_ratio_ |
Definition at line 39 of file planning_config.hpp.
| int PlanningParameters::smoothing_spline_order_ |
Definition at line 38 of file planning_config.hpp.
| int PlanningParameters::smoothing_spline_precision_ |
Definition at line 37 of file planning_config.hpp.
| double PlanningParameters::smoothing_tolerance_ |
Definition at line 48 of file planning_config.hpp.
| bool PlanningParameters::smoothing_use_optimization_ |
Definition at line 42 of file planning_config.hpp.
| bool PlanningParameters::smoothing_use_path_smoothing_ |
Definition at line 41 of file planning_config.hpp.
| double PlanningParameters::vp_acceleration_ |
Definition at line 53 of file planning_config.hpp.
| double PlanningParameters::vp_braking_acceleration_ |
Definition at line 52 of file planning_config.hpp.
| double PlanningParameters::vp_desired_velocity_ |
Definition at line 57 of file planning_config.hpp.
| double PlanningParameters::vp_lateral_acceleration_ |
Definition at line 54 of file planning_config.hpp.
| double PlanningParameters::vp_longitudinal_acceleration_ |
Definition at line 55 of file planning_config.hpp.
| double PlanningParameters::vp_minimum_velocity_ |
Definition at line 51 of file planning_config.hpp.
| bool PlanningParameters::vp_use_velocity_planning_ |
Definition at line 56 of file planning_config.hpp.