mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-22 01:13:54 +08:00
* cython wrapper for acados * fix building * sconscript cleanup * no cython numpy * cleanup * upgrade build script * try without slices * new acados commit * c3 update acados libs * c2 libs * make faster * undo profiling * fix build * somewhat faster * tryout cost_set_slice * Revert "tryout cost_set_slice" This reverts commit d358d93a133270e4edab9e7c07ffb6f577c52bd6. * cleanup * undo t_renderer change Co-authored-by: Comma Device <device@comma.ai>
48 lines
759 B
JSON
48 lines
759 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"
|
|
]
|
|
}
|
|
}
|