build
This commit is contained in:
Binary file not shown.
@@ -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 @@
|
||||
DEV-34fe9e8a-DEBUG
|
||||
DEV-c30e7abe-DEBUG
|
||||
BIN
Binary file not shown.
@@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user