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

Implement waypoint generation #26

Open
7ayushgupta opened this issue Apr 26, 2020 · 0 comments
Open

Implement waypoint generation #26

7ayushgupta opened this issue Apr 26, 2020 · 0 comments
Assignees

Comments

@7ayushgupta
Copy link
Contributor

@shubhamkorde @KrishnaAgr
Consider that you've decided you need to go from point A to point C via point B. Now if you input these coordinates to the controller, there is a high chance it would go linearly from one point to the other with jerks. So ideally, you make up a lot of points in between and follow them.

Reading material: Learn about splines, path interpolation, uuvsimulator's codebase has this implemented, contact me.

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

3 participants