Skip to main content

simulate_motor_race

Function simulate_motor_race 

Source
pub fn simulate_motor_race(
    config: MotorMppiConfig,
    params: MotorQuadParams,
    lap: &RacingGateLap3D,
    start: MotorQuadState,
    max_steps: usize,
    target_laps: usize,
) -> RoboticsResult<MotorRacingLapReport>
Expand description

Drive the motor-level racing MPPI controller around a lap and report metrics.