Alice: Vehicle Control

From Murray Wiki
Jump to navigationJump to search
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