Difference between revisions of "Trixxie"

From RoboJackets Wiki
Jump to navigation Jump to search
(Electrical Issues & Improvements)
m (Trixxie)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="wikitable" align="right"
+
{{Infobox IGVC
|-
+
| robot_name        = Trixxie
! scope="row" colspan="2" style="background-color:#FFFF99" | Trixxie
+
| image_path        = Trixxie.png
|-
+
| image_alt_text    = Trixxie alt text
! scope="row" colspan="2" align="center" |
+
| year_start        = 2005
|-
+
| year_end          = 2006
! scope="row" style="text-align:left" | Year Of Creation
+
| current_version  = deprecated
| {{{year|2005-2006}}}
+
| update_year_start = NA
|-
+
| update_year_end  = NA
! scope="row" colspan="2" style="background-color:#FFFF99" | Versions
+
| farthest_distance = NA
|-
+
| fastest_time      = NA
! scope="row" style="text-align:left" | Current Version
+
| highest_finish_autonav = NA
| {{{currver|deprecated}}}
+
| highest_finish_design  = NA
|-
+
| last_robot            = Buzzbot
! scope="row" style="text-align:left" | Update Year
+
| next_robot            = Candi
| {{{updyr|n/a}}}
+
}}
|-
 
! scope="row" colspan="2" style="background-color:#FFFF99" | Information and Statistics
 
|-
 
! scope="row" style="text-align:left" | Farthest Distance
 
| {{{mat| 0 feet}}}
 
|-
 
! scope="row" style="text-align:left" | Fastest Time
 
| {{{mat| n/a}}}
 
|-
 
! scope="row" style="text-align:left" | Highest Placement AutoNav
 
| {{{hfin| 28th}}}
 
|-
 
! scope="row" style="text-align:left" | Highest Placement Design
 
| {{{hfin| 13th}}}
 
|}
 
 
 
 
= Competitions =
 
= Competitions =
  
Line 43: Line 27:
 
== Trixxie ==
 
== Trixxie ==
  
==== At Competition ====
+
=== At Competition ===
  
==== Mechanical Issues & Improvements ====
+
=== 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.
 
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 Issues & Improvements ====
+
 
 +
=== 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.  
 
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.  
  
[[:Image:igvc_block.pdf|View a schematic diagram of the modules, power distribution, and code.]]
+
[[Media:igvc_block.pdf|View a schematic diagram of the modules, power distribution, and code.]]
 
 
==Laptop Hardware Specifications==
 
  
===Internal Access===
+
'''Laptop Hardware Specs'''
  
 +
Internal Access:
 
*Processor
 
*Processor
 
**Intel Pentium 4 CPU 2.40GHz
 
**Intel Pentium 4 CPU 2.40GHz
Line 70: Line 54:
  
  
===External Access===
+
External Access:
 
 
 
The inputs and outputs of the laptop are described by which physical side of the laptop on which they occur.
 
The inputs and outputs of the laptop are described by which physical side of the laptop on which they occur.
  
====Rear====
+
* Rear
 
 
 
#DC-in Jack
 
#DC-in Jack
 
#Parallel Port  
 
#Parallel Port  
Line 86: Line 68:
 
#PS/2 Port
 
#PS/2 Port
  
====Left====
+
* Left
 
 
 
#Security Keylock
 
#Security Keylock
 
#Firewire Port (IEEE 1394)
 
#Firewire Port (IEEE 1394)
Line 95: Line 76:
 
#3.5 Inch Floppy Drive
 
#3.5 Inch Floppy Drive
  
====Right====
+
*Right
 
+
**PC Card Slot - Accepts one Type III PC card or two Type I/II PC cards
*PC Card Slot - Accepts one Type III PC card or two Type I/II PC cards
 
 
 
====Front====
 
  
*IDE Slave
+
* Front
 +
** IDE Slave
 
**DVD/CDRW-
 
**DVD/CDRW-
  
==Laptop Software==
+
'''Laptop Software'''
  
 
Under Construction - To add a how-to for using the GUI, descriptions of the files, and additional software development tools.   
 
Under Construction - To add a how-to for using the GUI, descriptions of the files, and additional software development tools.   
  
===OS===
+
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.  
 
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===
+
GUI:
 
 
 
To activate the GUI, open a UNIX terminal, navitage to laptop_svn, and type ./IGVC.
 
To activate the GUI, open a UNIX terminal, navitage to laptop_svn, and type ./IGVC.
  
===Software Development===
+
How-Tos:
 +
#[[Capture video data through IEEE 1394]]
  
* Laptop Code - also see the [[Software]] page
 
** [[GUI Code]]
 
** [[Hardware Code]]
 
** [[Control Code]]
 
*[[QT Designer]]
 
 
====How-to====
 
 
#[[Capture video data through IEEE 1394]]
 
  
==== Software Issues & Improvements ====
+
=== 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]].
 
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]].
Line 167: Line 136:
 
Image:DSC00690.JPG | Measuring the wheels
 
Image:DSC00690.JPG | Measuring the wheels
 
Image:DSC00691.JPG | Working in the tent
 
Image:DSC00691.JPG | Working in the tent
Image:DSC00692.JPG
+
Image:DSC00692.JPG | Working in the tent
Image:DSC00693.JPG
+
Image:DSC00693.JPG | Tent
Image:DSC00693.JPG
+
Image:DSC00694.JPG | Robot in the tent
Image:DSC00694.JPG
 
Image:DSC00695.JPG
 
Image:DSC00696.JPG
 
Image:DSC00698.JPG
 
Image:DSC00699.JPG
 
Image:DSC00700.JPG
 
Image:DSC00701.JPG
 
 
Image:DSC00702.JPG
 
Image:DSC00702.JPG
 
Image:DSC00705.JPG
 
Image:DSC00705.JPG

Latest revision as of 18: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


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
  1. DC-in Jack
  2. Parallel Port
  3. External Display Port (AGP)
  4. Video Out Port (S-Video)
  5. Serial Port
  6. Two USB Ports - Each supports USB 1.0 and 2.0
  7. Modem Jack
  8. Network Jack
  9. PS/2 Port
  • Left
  1. Security Keylock
  2. Firewire Port (IEEE 1394)
  3. Audio Line-in Jack
  4. Audio Line-out Jack
  5. Volume Control Knob
  6. 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:

  1. Capture video data through IEEE 1394


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.

2005 Class Diagram

The following image sequences were taken on 10/08/2005 as test footage for creating vision algorithms.

  1. IGVCclip1.zip - IGVCclip1movie.mov
  2. IGVCclip2.zip - IGVCclip2movie.mov
  3. IGVCclip3.zip - IGVCclip3movie.mov
  4. IGVCclip4.zip - IGVCclip4movie.mov
  5. IGVCclip5.zip - IGVCclip5movie.mov
  6. IGVCclip6.zip - IGVCclip6movie.mov

Animations were assembled and uploaded by David, using the ConcatenateMovieSegments program.

Additional Information

Team Members

Gallery