Welcome to the LAAE Autonomous Vehicle Team Project web site
Submitted by Will on Tue, 2006-09-12 15:49.Bookmarks for Linux-related Pages
Submitted by Will on Sat, 2007-06-09 10:33.1. How To Look Like A UNIX Guru
4. Download and install ubuntu
Video Story Board
Submitted by Will on Wed, 2007-02-28 10:56.Story board of the demo video. Demo video is due 4/13/07. Shooting starts in the week of 3/20/07.
RNDF Files
Submitted by Will on Sat, 2007-02-24 16:12.RNDF for LAHS:
RNDF_name LosAltosYard
num_segments 7
num_zones 0
segment 1
num_lanes 2
segment_name RightMost_NS
lane 1.1
num_waypoints 4
lane_width 13
1.1.1 34.008183 -117.975550
1.1.2 34.008323 -117.975466
1.1.3 34.008456 -117.975388
1.1.4 34.008556 -117.975329
exit 1.1.4 2.1.1
end_lane
lane 1.2
num_waypoints 4
lane_width 13
1.2.1 34.008199 -117.975589
1.2.2 34.008339 -117.975506
1.2.3 34.008472 -117.975427
1.2.4 34.008571 -117.975368
exit 1.2.4 2.2.1
end_lane
end_segment
Raw coordinates from GPS:
SE Corner
N34 00.491 W117 58.533
Wiring diagram
Submitted by Will on Tue, 2007-02-20 19:30.FPGA Functions
Submitted by Will on Sat, 2007-02-03 21:18.There are currently 3 functions that the FPGA will serve:
1. Timing and synchronization. It puts out 5 bits of an 8Hz count plus a signal that goes to the parallel port pin 10 of each computer, which should generate CPU interrupts on rising edges. We will use this for timing among the 3 computers to keep them in synch.
2. Sonar control. Our sonars are 10ns TTL triggered, and responds with a short pulse. The time between the 10ns trigger and the response pulse tells us how far an object is from the sonar. The FPGA will conduct this at 8Hz or 16Hz and interface with a computer by sending the computer the measured time difference.
Inter-Computer Timing and Synchronization
Submitted by Will on Thu, 2007-02-01 08:03.Project Zeus will utilize 3 different computers for navigation, sensor and actuator I/O, and user interaction. One challenge to a computer network like this in a real time operation is the issue of timing and synchronization.
Imagine the sensor computer receiving real time data from a camera, updated at 30fps and processed to provide offset information every 1/8 of a second. How does another computer who is controlling the actuator utilize this information on a timely basis?
This paper will discuss the different solutions of synchronizing operation among a group of networked computers.
Software developers (or if you want to be one) please read
Submitted by Will on Sun, 2007-01-21 14:15.A guide to Makefiles:
http://tlug.up.ac.za/old/csslug/writing_makefiles.html
Announcement for 1/20/2007 Meeting
Submitted by Will on Thu, 2007-01-18 17:33.Software developers please be prepared to talk about your IDDs. This means you, Richard, Jeff, and Phil.

