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.