Closed Ramune6110 closed 3 years ago
I misunderstood, you are applying a function that takes the target value and deviation on the CLF side, and you are considering the constraints you want to protect on the CBF side.
Correct, so the left plot is with params.xd = 12, params.yd = 0, and the right plot is with params.xd=14, params.yd = 6, and they are giving different results. Note that for the Dubins car system, because of its nonholonomic dynamics, it does not always converge to the exact target point. You can also play around with different clf and cbf rates.
Thanks for the thoughtful response!
Regarding run_cbf_clf_simulation_dubins_car.m, there is no change even if I change the Desired target point params.xd and params.yd. Is there a bug in the program that does not take the Desired target point into account?