Hello,
I have a car like robot system . I'm using a kinematic bicycle model for my controller. My control inputs are the acceleration and the derivative of the steering angle of the front wheels. My physical constraints are on acceleration,velocity,steering angle,etc.. In order to get a reference for my controller I want to compute the best discretized trajectory from an initial state (x0,y0) to a specified target (xf,yf) which minimizes the final time (as quick as possible).There's no obstacles. I don't need an exact solution , an approximate one is fine but the algorithm must be robust (at least always a feasible trajectory!). Which method will be the best for my problem?
Thanks