mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-12 03:03:41 +08:00
df3502d8c8
* use 0.2.2 * Add mac binaries * Replace libqpOASES with symlink on larch64 * Add comment to build script --------- Co-authored-by: Kacper Rączy <gfw.kra@gmail.com> old-commit-hash: 4c1b8b71d096e7658fe56598944e3f8bd3e347f0
54 lines
889 B
JSON
54 lines
889 B
JSON
{
|
|
"acados_include_path": [
|
|
"str"
|
|
],
|
|
"model": {
|
|
"name" : [
|
|
"str"
|
|
]
|
|
},
|
|
"acados_lib_path": [
|
|
"str"
|
|
],
|
|
"dims": {
|
|
"np": [
|
|
"int"
|
|
],
|
|
"nu": [
|
|
"int"
|
|
],
|
|
"nx": [
|
|
"int"
|
|
],
|
|
"nz": [
|
|
"int"
|
|
]
|
|
},
|
|
"solver_options": {
|
|
"integrator_type": [
|
|
"str"
|
|
],
|
|
"collocation_type": [
|
|
"str"
|
|
],
|
|
"Tsim": [
|
|
"float"
|
|
],
|
|
"sim_method_num_stages": [
|
|
"int"
|
|
],
|
|
"sim_method_num_steps": [
|
|
"int"
|
|
],
|
|
"sim_method_newton_iter": [
|
|
"int"
|
|
],
|
|
"sim_method_newton_tol": [
|
|
"float"
|
|
],
|
|
"ext_fun_compile_flags": [
|
|
"str"
|
|
]
|
|
}
|
|
}
|