Alice: Vehicle Control: Difference between revisions

From Murray Wiki
Jump to navigationJump to search
Line 12: Line 12:


== Additional Resources ==
== Additional Resources ==
* <p>Alice source code: [http://gc.caltech.edu/viewcvs/trunk/projects/cds110b/ follow], [http://gc.caltech.edu/viewcvs/trunk/util/moduleHelpers moduleHelpers] (DGCutil, StateClient, trajTalker)</p>

Revision as of 05:06, 5 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).

Lecture Materials

Reading

  • Follow Documentation, Jeremy Gillula. 2006. This page describes the interface to the Follow program.

Additional Resources