My seventh major course at USNA was EW456 (Autonomous Vehicles). The course focused on the kinematics, dynamics, and control of ground and aerial vehicles, utilizing both software simulation and experimental hardware validation.
The culminating project required the programming of a generic Create3 ground vehicle to demonstrate precise waypoint control and path planning. The objective was to execute complex trajectories, visualized as a creative light display through long-exposure photography
My final implementation involved two distinct creative outputs:
"GO NAVY" Text: A single robot tracing the letters "GO NAVY".
Space Shuttle: A dual-robot coordination where two vehicles simultaneously drew a space shuttle (one drew the body and the “US”, the other drew the parachute and the "A").
To control the robot effectively, the full vehicle dynamics were analyzed in differential equation form before simplifying them for the specific implementation.