Difference between revisions of "IGVC"

From RoboJackets Wiki
Jump to navigation Jump to search
(moved resources for learning to a seperate page)
Line 44: Line 44:
  
 
MediaWiki assumes that zip files are images, so if you upload a file named "blah.zip", it will be at "Image:Blah.zip". This is not a problem. However, when linking to a file, make sure to use <nowiki>[[:Image:Blah.zip]]</nowiki> instead of <nowiki>[[Image:Blah.zip]]</nowiki>. The extra colon at the beginning makes it into a link, rather than an inline image. Some browsers don't like it if you have a 50MB unrecognizable image trying to draw in a page.
 
MediaWiki assumes that zip files are images, so if you upload a file named "blah.zip", it will be at "Image:Blah.zip". This is not a problem. However, when linking to a file, make sure to use <nowiki>[[:Image:Blah.zip]]</nowiki> instead of <nowiki>[[Image:Blah.zip]]</nowiki>. The extra colon at the beginning makes it into a link, rather than an inline image. Some browsers don't like it if you have a 50MB unrecognizable image trying to draw in a page.
 
==Resources for Learning==
 
 
=== People ===
 
* "Computational Vision" and "Robotics" sections on Floor 2 of the [http://gtalumni.org/campusmap/bldngmodel.php?id=175&navview=0 Tech Square Research Building]
 
** '''[http://www.cc.gatech.edu/~tucker/ Tucker Balch]''', Office: TSRB Room 232 - does research related to robotics
 
*** Not here on Fridays
 
 
* ECE faculty
 
** '''[http://www.ece.gatech.edu/faculty/fac_profiles/bio.php?id=101 Allen Tannenbaum]''', Office: VL E392B/WHIT 4102 - Does research related to Machine Vision (especially in biological systems)
 
*** Teaching TR 1:30-4:30 (so don't try to visit him then)
 
 
=== Research Resources ===
 
* [http://homepages.inf.ed.ac.uk/rbf/HIPR2/wksheets.htm Image Processing Operator Worksheets] - This entire site is an excellent repository of image processing algorithms.
 
* [http://www.google.com/ Google]
 
* [http://scholar.google.com/scholar Google Scholar]
 
** [http://scholar.google.com/scholar?q=machine+vision Google Scholar Machine Vision]
 
* [http://en.wikipedia.org/ Wikipedia]
 
** [http://en.wikipedia.org/wiki/Machine_vision Wikipedia Machine Vision]
 
 
== Georgia Tech Robotics Resources ==
 
* [http://www.robotics.gatech.edu/ Robotics@Gatech] - Page is a little broken, so some links to individual pages below
 
** [http://www.robotics.gatech.edu/#SEMINARS Robotics@Gatech Seminars]
 
* [http://www.cc.gatech.edu/~dellaert/ipr/html/schedule.html Gatech Robotics Seminars]
 
* [http://swiki.cc.gatech.edu:8080/rsd Gatech Robotics.Students.Discuss Group Swiki Page]
 
 
==External Links==
 
* [http://www.igvc.org/ Official IGVC Website]
 
** Rules ([[Rules|summary]])
 
*** [http://www.igvc.org/deploy/rules.htm HTML]
 
*** [http://www.igvc.org/deploy/rules.pdf PDF]
 

Revision as of 00:35, 6 December 2005

Robojackets.jpg

Welcome to the RoboJackets IGVC Wiki.

New Users - Please make a user name in the form of your first name and your last initial, as in "JackB" or "JimboW".

Important Items

Announcements

  • JAUS
    • I have recently been informed that there is a new aspect to the IGVC competition involving a new unmanned vehicle standard called JAUS. I will post more information in the news group, but please be sure to visit this website for more information. http://www.jauswg.org/index.shtml

Tools

  • ImageFilterDemo - A program for rapidly prototyping image filtering algorithms in Java.

Editing the Wiki

The "Help" page is of no use at the moment, but since this is an unmodified version MediaWiki, you can find documentation at the Wikimedia Help page if you need help editing.

Quick notes on editing

To create a page, simply go to that page (go to http://130.207.76.145/w/(articlename) ) and click "edit".

When editing, use [[linktext]] to link to another article, and use [url] to link to an external URL.

More help can be found at the MediaWiki documentation page.

A Note on Uploading

The following file types are allowed: png, gif, jpg, ogg, zip, mov, and pdf.

The maximum file size for a single upload is 100MB.

If either of these restrictions cause problems, let Michael or Spencer know, and we can change them.

Also:

MediaWiki assumes that zip files are images, so if you upload a file named "blah.zip", it will be at "Image:Blah.zip". This is not a problem. However, when linking to a file, make sure to use [[:Image:Blah.zip]] instead of [[Image:Blah.zip]]. The extra colon at the beginning makes it into a link, rather than an inline image. Some browsers don't like it if you have a 50MB unrecognizable image trying to draw in a page.