This commit is contained in:
firestar5683
2026-04-02 00:57:23 -05:00
parent b0817dacef
commit 5a91f3f1ca
11 changed files with 6 additions and 2 deletions
@@ -647,4 +647,8 @@ class LongitudinalMpc:
if __name__ == "__main__":
ocp = gen_long_ocp()
AcadosOcpSolver.generate(ocp, json_file=JSON_FILE)
# CasADi/acados teardown can segfault on the containerized Linux arm64 build
# after generation has already completed successfully. Exit immediately so
# SCons can continue with the generated artifacts we just wrote.
os._exit(0)
# AcadosOcpSolver.build(ocp.code_export_directory, with_cython=True)
Binary file not shown.
BIN
View File
Binary file not shown.