Alice: Vehicle Control: Difference between revisions
From Murray Wiki
Jump to navigationJump to search
(first cut at lecture page) |
|||
Line 4: | Line 4: | ||
== Lecture Materials == | == Lecture Materials == | ||
* [[Media:L2-2_follow.pdf|Lecture: Vehicle Control for Alice]] | * [[Media:L2-2_follow.pdf|Lecture: Vehicle Control for Alice]] | ||
== Reading == | == Reading == | ||
== Additional Resources == | == Additional Resources == |
Revision as of 19:44, 2 April 2006
Prev: Pthreads | Course Home | Next: NTG |
This lecture provides a detailed description of the vehicle control system for Alice, emphasizing the messaging interfaces and multi-threaded control architecture. We describe in detail the code for Follow, a simple control system used in CDS 110b. Key aspects of follow include the user interface (implemented with Sparrow), the interfaces to the state estimator, path planner and actuation subsystem (implemented with Skynet and DGCutils) and the trajectory tracking control itself (implemented with Falcon).