mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-20 01:02:07 +08:00
c9d77fb3fb
process_replay/migration: drop transitive dep on long_mpc/acados migrate_longitudinalPlan only needs get_accel_from_plan + CONTROL_N_T_IDX, both available from drive_helpers + ModelConstants directly. Importing from longitudinal_planner instead pulled in long_mpc -> libacados.so as an eager side-effect, which downstream log-migration consumers (e.g. commaai/xx pipeline) shouldn't pay for.