frenet_optimal_trajectory_planner
frenet_optimal_trajectory_planner copied to clipboard
There are many initial conditions and hyper params but without any description, it's hard to understand this planner ....
``` vector outline; outline.push_back(tail_l); outline.push_back(tail_r); outline.push_back(head_r); outline.push_back(head_l); outline.push_back(tail_l); return outline; ```
I find that there is no limitation to my curvature, making useless of Maxcurvature in Hyperparams. Then I focus on the function : is_valid_path. Is the code following here no...
Would the scenarios of following, merging and stopping be taken into consideration? Look forward to that , HAHA ~!
hi,when I run your code, the value of the variable iyaw is always zero, this should be a problem, how can I correct it?
Is it a mistake that s0 is used rather than s? Can you explain it simply, thank you ~ @fangedward ~ // normal spline vector double x0 = csp->calc_x(s0); double...