<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.robojackets.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ChrisM</id>
	<title>RoboJackets Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.robojackets.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ChrisM"/>
	<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/Special:Contributions/ChrisM"/>
	<updated>2026-04-20T19:57:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=IGVC&amp;diff=7059</id>
		<title>IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=IGVC&amp;diff=7059"/>
		<updated>2008-10-01T22:46:38Z</updated>

		<summary type="html">&lt;p&gt;ChrisM: /* 2009 Competition */ Add a new robot guide page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:OfficiialPic.jpg|thumb|400px|right|[[Candi Robot Guide|Candi]], our robot for the 2007 IGVC competition.]]&lt;br /&gt;
&lt;br /&gt;
Welcome to the RoboJackets IGVC Wiki.&lt;br /&gt;
&lt;br /&gt;
The [http://www.gatech.edu/ Georgia Tech] [http://www.robojackets.org/ RoboJackets] [http://www.igvc.org IGVC] team will compete for the fifth time in the intelligent ground vehicle competition. This year's competition will be held at Oakland University from May 30 - June 2, 2008. &lt;br /&gt;
&lt;br /&gt;
==Meeting Times==&lt;br /&gt;
&lt;br /&gt;
We meet in the Tin Building (Mechanical Engineering Research Building) and can be reached at 404-385-4067.&lt;br /&gt;
&lt;br /&gt;
* '''IGVC Planning Day''' - Wednesday 6:00 pm to 7:00 pm&lt;br /&gt;
* '''IGVC Work Day''' - Saturday 1:00 pm to 5:00 pm&lt;br /&gt;
&lt;br /&gt;
==Announcements==&lt;br /&gt;
''Please sign announcements with &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;-~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* We have a new meeting time. -[[User:PaulV|PaulV]] 13:57, 1 September 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Important Items==&lt;br /&gt;
=====2009 Competition=====&lt;br /&gt;
* [[Candiii Robot Guide|Robot Guide]]&lt;br /&gt;
* [[IGVC 2009 Meeting Notes|Meeting Notes]]&lt;br /&gt;
* [[IGVC 2009 TODO|TODO]]&lt;br /&gt;
* [https://lists.gatech.edu/sympa/info/robojackets-igvc IGVC Mailing List]&lt;br /&gt;
&lt;br /&gt;
=====Reference=====&lt;br /&gt;
* [http://www.igvc.org/ Official IGVC Website]&lt;br /&gt;
* [[IGVC Rules]]&lt;br /&gt;
* [[IGVC Coding Conventions|Coding Conventions]]&lt;br /&gt;
* [[Resources for Learning]]&lt;br /&gt;
* [[IGVC Parts Sampling List]]&lt;br /&gt;
&lt;br /&gt;
=====History=====&lt;br /&gt;
* [[Competitions]]&lt;br /&gt;
* [[Misc. IGVC Archives]] - needs to be moved somewhere else&lt;br /&gt;
&lt;br /&gt;
[[Category: IGVC]]&lt;/div&gt;</summary>
		<author><name>ChrisM</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Data_Acquisition&amp;diff=6229</id>
		<title>Data Acquisition</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Data_Acquisition&amp;diff=6229"/>
		<updated>2008-02-10T22:07:45Z</updated>

		<summary type="html">&lt;p&gt;ChrisM: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Mission==&lt;br /&gt;
Abstracting hardware sensors into quality data that can be accessed over a software interface&lt;br /&gt;
&lt;br /&gt;
==Sensors==&lt;br /&gt;
===[[GPS]]===&lt;br /&gt;
====Hardware====&lt;br /&gt;
[[Image:Cf-md.jpg|right|thumb|A Hockey Puck]]&lt;br /&gt;
For our first semester prototype, [[User:AlexTheGreat|Alex]] selected the:&lt;br /&gt;
[https://buy.garmin.com/shop/shop.do?cID=158&amp;amp;pID=8631 Garmin GPS 18 5Hz] ($200)&lt;br /&gt;
&lt;br /&gt;
*Updates every 200ms&lt;br /&gt;
*Accurate to at least 3.5m, expected accuracy of ~1m&lt;br /&gt;
*12 parallel satellite tracking, [http://en.wikipedia.org/wiki/Wide_Area_Augmentation_System WAAS] enabled&lt;br /&gt;
*Does not require a subscription to any service&lt;br /&gt;
*Voltage Requirement: 4.0-5.5V&lt;br /&gt;
&lt;br /&gt;
====Software====&lt;br /&gt;
The GPS is attached to COM2 (RS232, /dev/ttyS1, 19200 8N1) on the TS-7800.&lt;br /&gt;
The GPS outputs a rising edge signal to allow precise time keeping,&lt;br /&gt;
gpsd interfaces with ntpd and reads the DCD line on COM2 to provide time information via network interface.&lt;br /&gt;
&lt;br /&gt;
====Status====&lt;br /&gt;
gpsd trys to automatically determine the baud rate for serial communication,&lt;br /&gt;
needs to be recompiled so that the baud rate is fixed or a command line option.&lt;br /&gt;
ntpd should be trivial to have running as soon as gpsd is working reliably.&lt;br /&gt;
The default player NMEA driver may need to be modified to make use of the 5Hz update rate,&lt;br /&gt;
and to be aware of the precision time signal.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Gyro and Accelerometer===&lt;br /&gt;
[[Image:Main-IMU-v3-0.jpg|thumb|right|150px|25&amp;amp;cent;]]&lt;br /&gt;
The gyro and accelerometer are a combo system created by [http://www.sparkfun.com SparkFun]. It incorporates both the ADXL330 and IDG300 to enable measurements of acceleration along the x, y, and z axes and of angular rate about the x and y axes. For more information, please visit SparkFun's page on the IMU 5 Degrees of Freedom.&lt;br /&gt;
&lt;br /&gt;
*[http://www.sparkfun.com/commerce/product_info.php?products_id=741 IMU 5 Degrees of Freedom]&lt;br /&gt;
*Voltage Requirement: 3.3V&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Compass===&lt;br /&gt;
[[Image:Main-PNI-V2Xe.jpg|thumb|Now in Green!]]&lt;br /&gt;
*[http://www.sparkfun.com/commerce/product_info.php?products_id=236 PNI Vector 2Xe Compass Module]&lt;br /&gt;
*SPI Interface&lt;br /&gt;
*Accuracy: Max: 2&amp;amp;deg; RMS; Typical: 1&amp;amp;deg; RMS&lt;br /&gt;
*Power Requirement: 2mA @ 3.3V&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Wheel Encoders===&lt;br /&gt;
Current Wheel Encoders: [http://www.photocraftencoders.com/PDF_files/SR12%20SPEC.PDF SR12 Absolute Shaft Encoder]&lt;br /&gt;
&lt;br /&gt;
We may be able to connect the encoder to the back of the motor instead of near the wheel.  There is a recessed shaft (under a cover) at the back of the motor that is hexagonal (~0.79&amp;quot; diameter x ~0.17&amp;quot; long).  As for mounting, there are four screw holes (size 8-32) equally spaced around the outside of the motor (~3.5&amp;quot; apart longways) and two recessed screw holes (size 8-32) inline with the outer holes (~2.7&amp;quot; apart longways). The inner holes don't have very much clearance to the motor wall near the outside (~0.15&amp;quot;).&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Laser Range Finder===&lt;br /&gt;
Current LIDAR: [http://www.acroname.com/robotics/parts/R283-HOKUYO-LASER1.html Hokuyo URG-04LX]&lt;br /&gt;
*Indoor model, not suitable to our needs&lt;br /&gt;
&lt;br /&gt;
Next Semester LIDAR: SICK LMS&lt;br /&gt;
*Currently hoping to borrow one of these units from the Urban DARPA project&lt;br /&gt;
*Outdoor model, used by all serious competitors&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Camera===&lt;br /&gt;
Need to buy:&lt;br /&gt;
*AVT GUPPY F-036 COLOR CCD CAMERA [http://www.1stvision.com/cameras/AVT/avtg036.htm LINK]&lt;br /&gt;
*  [http://www.goelectronic.com/Merchant2/merchant.mvc?Screen=PROD&amp;amp;Store_Code=GE&amp;amp;Product_Code=TAMRON+23FM65&amp;amp;Category_Code= wide angle 1/2&amp;quot; c mount lens]&lt;/div&gt;</summary>
		<author><name>ChrisM</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=File:ChrisMcClanahan.jpg&amp;diff=6124</id>
		<title>File:ChrisMcClanahan.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=File:ChrisMcClanahan.jpg&amp;diff=6124"/>
		<updated>2008-01-22T21:01:00Z</updated>

		<summary type="html">&lt;p&gt;ChrisM: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ChrisM</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=User:ChrisM&amp;diff=6110</id>
		<title>User:ChrisM</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=User:ChrisM&amp;diff=6110"/>
		<updated>2008-01-20T19:33:57Z</updated>

		<summary type="html">&lt;p&gt;ChrisM: created basic user page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:ChrisMcClanahan.jpg|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
'''Name:''' Chris McClanahan&lt;br /&gt;
&lt;br /&gt;
'''E-mail:''' [mailto:c.mcclanahan@gatech.edu c.mcclanahan@gatech.edu]&lt;br /&gt;
&lt;br /&gt;
'''Phone:''' 404-545-3571 (Cell)&lt;br /&gt;
&lt;br /&gt;
'''Major:''' Computer Science&lt;br /&gt;
&lt;br /&gt;
'''Position:''' [[IGVC]], Vision Specialist&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>ChrisM</name></author>
		
	</entry>
</feed>