-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Closed
Labels
PCIssues related to running openpilot on PCIssues related to running openpilot on PC
Description
Describe the bug
Running the simulator (tools/sim/launch_openpilot.sh
with tools/sim/run_bridge.py
) on my AMD FX 8350, Radeon RX 6700 XT, Ubuntu 24.04 machine results in plannerd
failing (see image below). Debugging has concluded that this is an issue with Acados on older hardware (invoked on this line).
If the team thinks bandwidth should be expended to support circa 2015 hardware then by all means let's act on it. Otherwise, I'll just leave this here for posterity and the ticket can be closed.
Reproduction steps:
run the simulator or Acados
from openpilot.selfdrive.controls.lib.longitudinal_mpc_lib.c_generated_code.acados_ocp_solver_pyx import AcadosOcpSolverCython
AcadosOcpSolverCython('long', 'SQP_RTI', 12)
Acados failure:
plannerd failure:
OS Version
Ubuntu 24.04
openpilot version or commit
Additional info
Clearly communicating the reason for plannerd
's failure is worth considering in my opinion
Metadata
Metadata
Assignees
Labels
PCIssues related to running openpilot on PCIssues related to running openpilot on PC