Hi everyone,
I currently work on the minimum lap time problem (time-optimal trajectory) for an autonomous electric race car. (using a single-track car model)
There are several papers about this topic. The authors use GPOPS-II, ICLOCS2, PINS or Falcon.m in order to solve the OCP.
Unfortunately, these tools have no interface to python, which I need!
1) Do you know if there is an suitable optimal control software for python, which can handle this kind of problem (pyomo, gekko...)?
2) Can you recommend casADi for this task?
3) What's about the speed and robustness in comparison to other free/commercial Optimal Control Softwares?
4) Do you recommend multiple shooting or direct collocation for this problem?
5) Is there an example for casADi with lookup tables oder complex path constraints?
Thank’s a lot for your help!