Hi ,
- I am using python interface in C++, want to achieve reference trajectory tracking of differential drive, in one of the github code for the differential drive , link : ocp_solver_benchmark/experiments/actuator_diff_drive.py at main · FreyJo/ocp_solver_benchmark · GitHub the author has set the cost type to convex over non linear, so does anyone know what is the reason behind this?
- Another question is, the C generated code has a function , ocp_nlp_cost_model_set(nlp_config, nlp_dims, nlp_in, i, “scaling”, &new_time_steps[i]); whose one of the parameter is related to scaling, can anyone tell me the information on this parameter, and what is the best value for it or how to figure what it should be set to , since its information is not available even in the acados official documentation, or maybe i am not able to find it.
Thanks,
Megha