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
Binary file not shown.
+1 -1
View File
@@ -1,2 +1,2 @@
extern const uint8_t gitversion[19];
const uint8_t gitversion[19] = "DEV-34fe9e8a-DEBUG";
const uint8_t gitversion[19] = "DEV-c30e7abe-DEBUG";
+1 -1
View File
@@ -1 +1 @@
DEV-34fe9e8a-DEBUG
DEV-c30e7abe-DEBUG
@@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.