We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frenet/python/src/cubic_spline_planner.py
Line 167 in a7e8dd5
It seems that the divisor should be $(x'**2 + y'**2)^{3/2}$?
The text was updated successfully, but these errors were encountered:
You are correct, thanks for spotting this error. Feel free to open a PR to fix this mistake.
Sorry, something went wrong.
No branches or pull requests
frenet/python/src/cubic_spline_planner.py
Line 167 in a7e8dd5
It seems that the divisor should be$(x'**2 + y'**2)^{3/2}$ ?
The text was updated successfully, but these errors were encountered: