You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
759 B
48 lines
759 B
2 years ago
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|