Project

- Project Duration: 09/29/2024-12/19/2024
- Competition: 22nd F1tenth Autonomous Grand Prix, 2024 IEEE Conference Decision and Contrl (CDC 2024)
- Team Member: Sewon Kim (Lead., Software), Jinwoo Lee, Seungsub Lee

Our team participated to compete in the 22nd F1TENTH Autonomous Grand Prix at CDC Milan 2024! In the time-trial, our team recorded a fastest lap of 8.46 seconds, earning 5th place out of 12 teams. While we were knocked out midway through the head-to-head tournament, the experience was truly invaluable.

Although we are big fans of Model Predictive Control (MPC), we used the Model Predictive Path Integral (MPPI) controller for this competition. We believed that solving a nonlinear kinematic bicycle model within a 50ms control sampling time on our Intel NUC processor would be challenging for MPC. In contrast, MPPI, with its sampling-based approach and parallelization (multi-threading), seems more practical.

Looking back, I have two regrets regarding our algorithm. First, we controlled the vehicle’s velocity and steering angle using kinematics, but I think that controlling acceleration and steering angular velocity might have led to more stable vehicle movements. Second, collisions frequently occurred when the vehicle’s initial position was far from the global plan, likely due to the controller aggressively following the global plan. We should have taken this into account.

The competition was so much fun and I was glad to compete alongside so many talented researchers and engineers!