|
MCU
|


Go to the source code of this file.
Functions | |
| constexpr DrivetrainDynamicReport_s | create_drive_report (float speed_fl, float speed_fr, float speed_rl, float speed_rr) |
| constexpr PedalsSystemData_s | create_pedals_data (float accel_percent, float brake_percent) |
| TEST (LaunchIntergationTesting, test_simple_launch_controller) | |
| TEST (LaunchIntergationTesting, test_slip_launch_controller) | |
Variables | |
| constexpr float | slow_speed = (TC_MUX_DEFAULT_PARAMS::MAX_SPEED_FOR_MODE_CHANGE - 0.1f) * METERS_PER_SECOND_TO_RPM |
| constexpr auto | simulated_slow_drivetrain_dynamics = create_drive_report(slow_speed, slow_speed, slow_speed, slow_speed) |
| constexpr auto | simulated_barely_launch_drivetrain_dynamics = create_drive_report(0, 2785.86, 0, 0) |
| constexpr auto | simulated_no_launch_drivetrain_dynamics = create_drive_report(0, 2786.86, 0, 0) |
| constexpr float | fast_speed = (TC_MUX_DEFAULT_PARAMS::MAX_SPEED_FOR_MODE_CHANGE + 0.1f) * METERS_PER_SECOND_TO_RPM |
| constexpr auto | simulated_fast_drivetrain_dynamics = create_drive_report(fast_speed, fast_speed, fast_speed, fast_speed) |
| constexpr auto | simulated_full_accel_press = create_pedals_data(1.0, 0) |
| constexpr auto | simulated_no_accel_press = create_pedals_data(0, 0) |
| constexpr auto | simulated_accel_and_brake_press = create_pedals_data(1.0, 0.3) |
|
constexpr |
Definition at line 7 of file launch_controller_integration_testing.h.
|
constexpr |
Definition at line 22 of file launch_controller_integration_testing.h.
| TEST | ( | LaunchIntergationTesting | , |
| test_simple_launch_controller | |||
| ) |
Definition at line 45 of file launch_controller_integration_testing.h.
| TEST | ( | LaunchIntergationTesting | , |
| test_slip_launch_controller | |||
| ) |
Definition at line 109 of file launch_controller_integration_testing.h.
|
constexpr |
Definition at line 39 of file launch_controller_integration_testing.h.
|
constexpr |
Definition at line 43 of file launch_controller_integration_testing.h.
|
constexpr |
Definition at line 37 of file launch_controller_integration_testing.h.
|
constexpr |
Definition at line 40 of file launch_controller_integration_testing.h.
|
constexpr |
Definition at line 41 of file launch_controller_integration_testing.h.
|
constexpr |
Definition at line 42 of file launch_controller_integration_testing.h.
|
constexpr |
Definition at line 38 of file launch_controller_integration_testing.h.
|
constexpr |
Definition at line 36 of file launch_controller_integration_testing.h.
|
constexpr |
Definition at line 35 of file launch_controller_integration_testing.h.