The Fockers Fire Focker Mechanical Engineering: Seth McDowell, Chyle McMahon Electrical Engineering: Tom Sterbis Computer Science: Mike Grim
State Diagram
Mechanical Goals ● Primary Robot: – Gearing – Accuracy – Turret ● Secondary Robot: – Torque
Engineering Overview Handy Board Breadboard With ● K eep ● Sonar Tone Sensors Digital 300Hz ● Touch port 8 ● I t Digital 1000Hz ● Camera port 9 ● S imple 5000Hz Digital Power wire and port 10 ground ● S tupid
Custom Sensor
Path Planner/Compression Best-first-search. ● 100 bits instead of 100 integers to represent maps. ● Resulting compression per map is a 93.75% savings. ● Tours are still full-length 1-D arrays: gives us an order in which to traverse map. ● 4x4 Grid: ● {{ 0, 0, 0, 0 }, { V, B, B, 0 }, {0, B, V, 0 }, { 0, 0, 0, 0 }} <-- 32 bytes 1-D Array: ● { 0,0,0,0,V,B,B,0,0,B,V,0,0,0,0,0 } <-- 32 bytes 1-D Bitset of Obstacles: ● 0000 0110 0100 0000 <-- 2 bytes 1-D Bitset of Victims: ● 0000 1000 0010 0000 <-- 2 bytes Savings: 4 bytes / 32 bytes = 87.5% Compression ●
Questions?
Recommend
More recommend