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

trajectory planning #12

Closed
bvanderveen opened this issue Oct 11, 2012 · 2 comments
Closed

trajectory planning #12

bvanderveen opened this issue Oct 11, 2012 · 2 comments
Labels

Comments

@bvanderveen
Copy link
Owner

other ideas

  • way point sequences/linger
  • save GPS location to return home/mission destination/etc
  • maintain pattern w.r.t. ground despite wind
     - transitioning between trajectories/modes
@bvanderveen
Copy link
Owner Author

So we can basically follow headings, which is pretty close to following waypoint sequences. The question becomes where to put the waypoints and how to make sense of them.

This paper describes a path-following algorithm (and also constructs optimum paths for viewing/tracking objects with pan/tilt camera):
http://www.aa.washington.edu/research/afsl/publications/rysdyk2003uav.pdf

This one deals with ground-tracking and wind and waypoint sequences:
https://www.aa.washington.edu/research/afsl/publications/osborne2005waypoint.pdf

There's also this Frenet-Serret thing people talk about.
http://www.disam.upm.es/~barrientos/Publications_files/ICRA%202010%20Backstepping_FST.pdf
http://en.wikipedia.org/wiki/Frenet%E2%80%93Serret_formulas

@bvanderveen
Copy link
Owner Author

Closed by 1e4d747.

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

No branches or pull requests

1 participant