This was the best we could come up with. I have "full" answers located where they will print on the executive summary page. We tried to make text fields, but we couldn't figure it out that way.
I used Times New Roman 10, "format" "paragraph" line spacing exactly 10 ...
We can't yet submit it online, but we wrote this ahead of time to be prepared to submit it online. This yearbook page is part of the mandatory chairman's award interview. We've prepared it in advance to have time to tweak it and add to it. We'll probably have to shorten answers when it comes time to...
This is the compiled dll containing a VB .NET custom control that reads data from the dashboard port.
Instructions:
1. Extract dashreader.dll
2. In your VB .NET project, right click on "Windows Forms" in the Toolbox
3. Select "Customize Toolbox"
4. Click on the ".NE...
This is team 159's code for this years robot. It includes a fully functioning translational drive code with inverse trig approximations. It also includes the code for moving an arm. This code is a 1.0 beta version, since it has not been tested on any robot, and roboemu currently doesn't support ...
This is the documentation included with the latest Stamp Editor from Parallax for PBASIC v2.5. This new version includes features such as if-then-else statements, do-while loops, and much more. Examples have been included that fully illustrate the usage of these commands.
A quick scoring program for Pocket PC 2002. unZip the file to your PC and then run the Setup.exe program under the CD1 directory. I hope this works better.
This may be useful to some. I wrote a program that will control 3 seperate loops using a PID algorithm while still having enough room left in RAM to run the rest of the robot. I have tested it using Rob's emulator program but not in a real bot.
RoboTools is a collection of (currently) two programs I have written to assist programmers. (For full details of each, check out my website: http://www.robbayer.com/software.html)
The first is RoboGUI, a graphical program generator that requires absolutely no knowledge of programming ...
Attached is the Powerpoint presentation and source code from my seminar at the 2003 Novi FIRST Kickoff.
This code demonstrates a single axis feedback controller and allows for push button positioning of a robotic arm or similar device. Code includes a subroutine for angle dependent bias drive for ...
This is a short two page description of Team 811's Custom Circuit for the CY2002 competition. This describes the measurement of motor current by measuring voltage across the circuit breakers.
This technique does NOT require any special circuit elements, or custom wire lengths. (that others use as...
This file describes the current differences between PBASIC v2.5 and PBASIC v2. It only goes into commands, but will change when the IDE/Compiler/Editor is released.
Additions/Changes:
- Changed incorrect descriptions and code (thanks rbayer)
- Added new info about the functions
A clean and intuiative interface to simulate the scoring of Stack Attack. Fully functional, and includes a built-in "help". (So click the "Instructions" button when you first try it.)
A clean and intuiative interface to simulate the scoring of Stack Attack. Fully functional, and includes a built-in "help". (So click the "Instructions" button when you first try it.)
* Fixed a small robot-tracking bug, and changed the scoring equation to the Team-Update #1 ve...