frenet_optimal_trajectory_planner icon indicating copy to clipboard operation
frenet_optimal_trajectory_planner copied to clipboard

Caculate the tangle vec of trace

Open HandsomeDragon3 opened this issue 4 years ago • 1 comments

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 y0 = csp->calc_y(s0); double x1 = csp->calc_x(s0 + 2); double y1 = csp->calc_y(s0 + 2);

HandsomeDragon3 avatar Jun 24 '20 10:06 HandsomeDragon3