BryanYu
BryanYu
Fix segment fault and add CMakeLists.txt for compiling.
Hello, I cannot find the exact detail to make sure we have a fix-time loop when computing future road points in Project 11 (Path Planning). Could you please tell me...
I don't know the rule for choosing infeasible or feasible points in DP process as shown in function 'graphSearchDp(PathOptimizationNS::ReferencePath *)' of file named **reference_path_smoother.cpp**. ```cpp if ((ref_curvature < 0 &&...
Combine belief update, and then delete some redundant computation.