Skip to content
New issue

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

I have some confusion about using Taylor Series to expand at L/2 arclength #1

Open
jiankang-star opened this issue May 15, 2023 · 0 comments

Comments

@jiankang-star
Copy link

Thank your great work about ROAD_MODEL_FUSION, because it contains a lot of new methods about lane line fusion that worth to study.

But when I study the Taylor approximation, I have some confusion about using Taylor Series to expand at L/2 arclength.
The equation of $x(s)$ is below (page 19 in Road_Model_Fusion_version1.pdf)
$$x(s) = x_0 + \int_0^s cos(\varphi_0 + k_0 l + \frac{1}{2}\dot k l^2) dl$$
so the first term of Taylor Series should be
$$x(s_0) = x_0 + \int_0^{s_0} cos(\varphi_0 + k_0 l + \frac{1}{2}\dot k l^2) dl$$
and if let $s_0 = \frac{L}{2}$, the first term is
$$x(s_0) = x_0 + \int_0^{\frac{L}{2}} cos(\varphi_0 + k_0 l + \frac{1}{2}\dot k l^2) dl$$
and it can not be solved.
So, how to get the result $x(s) = x_0 + (...)s + (...)s^2 + (...)s^3 + (...)s^4$?

Looking forward to your reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant