mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-03-01 10:18:23 +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>
old-commit-hash: 89d0a52d16
48 lines
759 BLFS
JSON
48 lines
759 BLFS
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"
|
|
]
|
|
}
|
|
}
|