Difference between revisions of "Trixxie"
(Created page with "{| class="wikitable" align="right" |- ! scope="row" colspan="2" style="background-color:#FFFF99" | Buzzbot II |- ! scope="row" colspan="2" align="center" |File:Buzzbot.png|r...") |
m (→Trixxie) |
||
(31 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | { | + | {{Infobox IGVC |
− | | | + | | robot_name = Trixxie |
− | + | | image_path = Trixxie.png | |
− | | | + | | image_alt_text = Trixxie alt text |
− | + | | year_start = 2005 | |
− | | | + | | year_end = 2006 |
− | + | | current_version = deprecated | |
− | | | + | | update_year_start = NA |
− | | | + | | update_year_end = NA |
− | + | | farthest_distance = NA | |
− | | | + | | fastest_time = NA |
− | + | | highest_finish_autonav = NA | |
− | + | | highest_finish_design = NA | |
− | | | + | | last_robot = Buzzbot |
− | + | | next_robot = Candi | |
− | | | + | }} |
− | | | ||
− | |||
− | | | ||
− | |||
− | | | ||
− | | | ||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
= Competitions = | = Competitions = | ||
− | === IGVC | + | === IGVC 2006 === |
− | |||
*Results | *Results | ||
− | ** Distance: | + | ** Distance: 0 feet |
− | ** Design Competition Placement: | + | ** Design Competition Placement: 13th in design group (454 / 800 points) |
− | ** AutoNav Competition Placement: | + | ** AutoNav Competition Placement: 28th (last) |
+ | |||
+ | = Versions = | ||
+ | |||
+ | == Trixxie == | ||
+ | |||
+ | === At Competition === | ||
+ | |||
+ | === Mechanical Design & Issues === | ||
+ | |||
+ | Trixxie is a basic cube-shaped robot with two motors mounted on the front. The base has three layers in ascending order: a level for holding Trixxie's heavy batteries, a mid level for holding electronics and the laptop, and a top level on which a payload may sit. | ||
+ | |||
+ | |||
+ | === Electrical Design & Issues === | ||
+ | |||
+ | The electronic hardware of the IGVC robot is built around a central laptop. The laptop provides a central processing unit for all data aquired from the modules. | ||
+ | |||
+ | [[Media:igvc_block.pdf|View a schematic diagram of the modules, power distribution, and code.]] | ||
+ | |||
+ | '''Laptop Hardware Specs''' | ||
+ | |||
+ | Internal Access: | ||
+ | *Processor | ||
+ | **Intel Pentium 4 CPU 2.40GHz | ||
+ | |||
+ | *Physical Memory | ||
+ | **512 MB RAM | ||
+ | |||
+ | *IDE Master | ||
+ | **30GB ATA-5 4200RPM HD | ||
+ | **File system partition = dev/hda2 18GB | ||
− | + | External Access: | |
− | + | The inputs and outputs of the laptop are described by which physical side of the laptop on which they occur. | |
− | |||
− | |||
− | |||
− | |||
− | + | * Rear | |
+ | #DC-in Jack | ||
+ | #Parallel Port | ||
+ | #External Display Port (AGP) | ||
+ | #Video Out Port (S-Video) | ||
+ | #Serial Port | ||
+ | #Two USB Ports - Each supports USB 1.0 and 2.0 | ||
+ | #Modem Jack | ||
+ | #Network Jack | ||
+ | #PS/2 Port | ||
+ | |||
+ | * Left | ||
+ | #Security Keylock | ||
+ | #Firewire Port (IEEE 1394) | ||
+ | #Audio Line-in Jack | ||
+ | #Audio Line-out Jack | ||
+ | #Volume Control Knob | ||
+ | #3.5 Inch Floppy Drive | ||
+ | |||
+ | *Right | ||
+ | **PC Card Slot - Accepts one Type III PC card or two Type I/II PC cards | ||
+ | |||
+ | * Front | ||
+ | ** IDE Slave | ||
+ | **DVD/CDRW- | ||
+ | |||
+ | '''Laptop Software''' | ||
+ | |||
+ | Under Construction - To add a how-to for using the GUI, descriptions of the files, and additional software development tools. | ||
− | + | OS: | |
+ | The IGVC laptop is running Debian Linux kernel v.2.6.8.1. The KDE v.3.3 desktop environment is also running on the machine. | ||
− | + | GUI: | |
+ | To activate the GUI, open a UNIX terminal, navitage to laptop_svn, and type ./IGVC. | ||
− | + | How-Tos: | |
+ | #[[Capture video data through IEEE 1394]] | ||
− | |||
− | + | === Software Design & Issues === | |
− | + | Most of the code this year was written by [[User:BenJ|Ben]], [[User:DavidF|David]], or [[User:SpencerC|Spencer]]. Much of this code was also inherited from the 2004-2005 year. There are notes on that code here: [[File:Notes_on_Ben's_Code.pdf]]. | |
+ | The code is stored in an [http://subversion.tigris.org/ SVN] repository: | ||
− | + | '''URL:''' <tt>svn://130.207.76.145/igvc</tt><br> | |
+ | '''Username/Password:''' Talk to [[User:DavidF|David]], [[User:SpencerC|Spencer]], or [[User:MichaelG|Michael]] to get one. | ||
− | + | [[Image:IGVC 2005-2006 Code - Class Diagram.png | 1000px | 2005 Class Diagram]] | |
− | + | The following image sequences were taken on 10/08/2005 as test footage for creating vision algorithms. | |
− | + | #[[:Image:IGVCclip1.zip|IGVCclip1.zip]] - [[:Image:IGVCclip1movie.mov|IGVCclip1movie.mov]] | |
+ | #[[:Image:IGVCclip2.zip|IGVCclip2.zip]] - [[:Image:IGVCclip2movie.mov|IGVCclip2movie.mov]] | ||
+ | #[[:Image:IGVCclip3.zip|IGVCclip3.zip]] - [[:Image:IGVCclip3movie.mov|IGVCclip3movie.mov]] | ||
+ | #[[:Image:IGVCclip4.zip|IGVCclip4.zip]] - [[:Image:IGVCclip4movie.mov|IGVCclip4movie.mov]] | ||
+ | #[[:Image:IGVCclip5.zip|IGVCclip5.zip]] - [[:Image:IGVCclip5movie.mov|IGVCclip5movie.mov]] | ||
+ | #[[:Image:IGVCclip6.zip|IGVCclip6.zip]] - [[:Image:IGVCclip6movie.mov|IGVCclip6movie.mov]] | ||
+ | Animations were assembled and uploaded by [[User:DavidF|David]], using the [[ConcatenateMovieSegments]] program. | ||
= Additional Information = | = Additional Information = | ||
Line 77: | Line 124: | ||
=== Gallery === | === Gallery === | ||
+ | |||
+ | <gallery mode="packed-hover"> | ||
+ | Image:DSC00682.JPG | Competition track | ||
+ | Image:DSC00683.JPG | Competition track | ||
+ | Image:DSC00684.JPG | Tree obstacle | ||
+ | Image:DSC00685.JPG | Unloading the robot | ||
+ | Image:DSC00686.JPG | Preparing for a run | ||
+ | Image:DSC00687.JPG | Robot chassis | ||
+ | Image:DSC00688.JPG | Robot drive train | ||
+ | Image:DSC00689.JPG | Measuring the drive train | ||
+ | Image:DSC00690.JPG | Measuring the wheels | ||
+ | Image:DSC00691.JPG | Working in the tent | ||
+ | Image:DSC00692.JPG | Working in the tent | ||
+ | Image:DSC00693.JPG | Tent | ||
+ | Image:DSC00694.JPG | Robot in the tent | ||
+ | Image:DSC00702.JPG | ||
+ | Image:DSC00705.JPG | ||
+ | Image:DSC00706.JPG | ||
+ | Image:DSC00707.JPG | ||
+ | Image:DSC00708.JPG | ||
+ | Image:DSC00709.JPG | ||
+ | Image:DSC00710.JPG | ||
+ | Image:DSC00711.JPG | ||
+ | Image:DSC00712.JPG | ||
+ | Image:DSC00713.JPG | ||
+ | Image:DSC00720.JPG | ||
+ | Image:DSC00726.JPG | ||
+ | Image:DSC00736.JPG | ||
+ | Image:DSC00737.JPG | ||
+ | Image:DSC00740.JPG | ||
+ | Image:DSC00741.JPG | ||
+ | Image:DSC00742.JPG | ||
+ | Image:DSC00744.JPG | ||
+ | Image:DSC00748.JPG | ||
+ | Image:DSC00749.JPG | ||
+ | Image:DSC00753.JPG | ||
+ | Image:DSC00754.JPG | ||
+ | Image:DSC00757.JPG | ||
+ | </gallery> |
Latest revision as of 17:53, 30 June 2019
Trixxie | |
---|---|
Year Of Creation | 2005-2006 |
Versions | |
Latest Revision | deprecated |
Revision Years | NA-NA |
Information and Statistics | |
Farthest Distance | NA |
Fastest Time | NA |
Highest Finish AutoNav | NA |
Highest Finish Design | NA |
← Buzzbot Candi → |
Contents
Competitions
IGVC 2006
- Results
- Distance: 0 feet
- Design Competition Placement: 13th in design group (454 / 800 points)
- AutoNav Competition Placement: 28th (last)
Versions
Trixxie
At Competition
Mechanical Design & Issues
Trixxie is a basic cube-shaped robot with two motors mounted on the front. The base has three layers in ascending order: a level for holding Trixxie's heavy batteries, a mid level for holding electronics and the laptop, and a top level on which a payload may sit.
Electrical Design & Issues
The electronic hardware of the IGVC robot is built around a central laptop. The laptop provides a central processing unit for all data aquired from the modules.
View a schematic diagram of the modules, power distribution, and code.
Laptop Hardware Specs
Internal Access:
- Processor
- Intel Pentium 4 CPU 2.40GHz
- Physical Memory
- 512 MB RAM
- IDE Master
- 30GB ATA-5 4200RPM HD
- File system partition = dev/hda2 18GB
External Access:
The inputs and outputs of the laptop are described by which physical side of the laptop on which they occur.
- Rear
- DC-in Jack
- Parallel Port
- External Display Port (AGP)
- Video Out Port (S-Video)
- Serial Port
- Two USB Ports - Each supports USB 1.0 and 2.0
- Modem Jack
- Network Jack
- PS/2 Port
- Left
- Security Keylock
- Firewire Port (IEEE 1394)
- Audio Line-in Jack
- Audio Line-out Jack
- Volume Control Knob
- 3.5 Inch Floppy Drive
- Right
- PC Card Slot - Accepts one Type III PC card or two Type I/II PC cards
- Front
- IDE Slave
- DVD/CDRW-
Laptop Software
Under Construction - To add a how-to for using the GUI, descriptions of the files, and additional software development tools.
OS: The IGVC laptop is running Debian Linux kernel v.2.6.8.1. The KDE v.3.3 desktop environment is also running on the machine.
GUI: To activate the GUI, open a UNIX terminal, navitage to laptop_svn, and type ./IGVC.
How-Tos:
Software Design & Issues
Most of the code this year was written by Ben, David, or Spencer. Much of this code was also inherited from the 2004-2005 year. There are notes on that code here: File:Notes on Ben's Code.pdf.
The code is stored in an SVN repository:
URL: svn://130.207.76.145/igvc
Username/Password: Talk to David, Spencer, or Michael to get one.
The following image sequences were taken on 10/08/2005 as test footage for creating vision algorithms.
- IGVCclip1.zip - IGVCclip1movie.mov
- IGVCclip2.zip - IGVCclip2movie.mov
- IGVCclip3.zip - IGVCclip3movie.mov
- IGVCclip4.zip - IGVCclip4movie.mov
- IGVCclip5.zip - IGVCclip5movie.mov
- IGVCclip6.zip - IGVCclip6movie.mov
Animations were assembled and uploaded by David, using the ConcatenateMovieSegments program.