<?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=Jviszlai3</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=Jviszlai3"/>
	<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/Special:Contributions/Jviszlai3"/>
	<updated>2026-05-20T20:59:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=IGVC_Software_Installation_Instructions&amp;diff=18304</id>
		<title>IGVC Software Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=IGVC_Software_Installation_Instructions&amp;diff=18304"/>
		<updated>2019-08-28T23:30:58Z</updated>

		<summary type="html">&lt;p&gt;Jviszlai3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:IGVC]]&lt;br /&gt;
Welcome! Let's jump right in.&lt;br /&gt;
&lt;br /&gt;
Robojackets IGVC currently supports the Ubuntu 18.04 and ROS-melodic environment. If you don't know what those are, don't worry! The project may build/run in other environments, but we can't guarantee it.&lt;br /&gt;
&lt;br /&gt;
Ok, lets get down to business.&lt;br /&gt;
&lt;br /&gt;
== Step 1 - Get Terminator ==&lt;br /&gt;
&lt;br /&gt;
Forget the default Ubuntu terminal, we need both horizontal and vertical splits for productive activity. Start up the default terminal and type:&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#eee; border:1px solid #ccc; padding:5px 10px&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace&amp;quot;&amp;gt;sudo apt install terminator&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
You should now be using this from now on, it will help later,&lt;br /&gt;
&lt;br /&gt;
== Step 2 - Set up your sources.list ==&lt;br /&gt;
&lt;br /&gt;
Now for these next steps you don't need to understand what they do, only make sure they complete properly. So if you see any errors come up, tell one of us immediately. Copy this into your terminal:&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#eee; border:1px solid #ccc; padding:5px 10px&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
sudo sh -c 'echo &amp;quot;deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main&amp;quot; &amp;gt; /etc/apt/sources.list.d/ros-latest.list'&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
== Step 3 - Set up your keys ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#eee; border:1px solid #ccc; padding:5px 10px&amp;quot;&amp;gt;sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Step 4 - Update your Debian packages ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#eee; border:1px solid #ccc; padding:5px 10px&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace&amp;quot;&amp;gt;sudo apt update&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
== Step 5 - Get Ros melodic ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#eee; border:1px solid #ccc; padding:5px 10px&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt install ros-melodic-desktop-full&amp;lt;br /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
== Step 6 - Initialize rosdep ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#eee; border:1px solid #ccc; padding:5px 10px&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace&amp;quot;&amp;gt;sudo rosdep init&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;background:#eee; border:1px solid #ccc; padding:5px 10px&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace&amp;quot;&amp;gt;rosdep update&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
== Step 7 - Environment Variable Setup ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#eee; border:1px solid #ccc; padding:5px 10px&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;echo &amp;quot;source /opt/ros/melodic/setup.bash&amp;quot; &amp;gt;&amp;gt; ~/.bashrc&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;background:#eee; border:1px solid #ccc; padding:5px 10px&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;source ~/.bashrc&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
== Step 8 - Initialize catkin workspace ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;cd &amp;amp;lt;path to where you want to keep the project&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;mkdir catkin_ws&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;line-height: 20.8px;&amp;quot;&amp;gt;cd catkin_ws&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;line-height: 20.8px;&amp;quot;&amp;gt;mkdir src&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;line-height: 20.8px;&amp;quot;&amp;gt;cd src&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;line-height: 20.8px;&amp;quot;&amp;gt;catkin_init_workspace&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;line-height: 20.8px;&amp;quot;&amp;gt;cd ..&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;line-height: 20.8px;&amp;quot;&amp;gt;catkin_make&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*Command should complete and not really do anything&lt;br /&gt;
*If init_catkin_workspace failed then ROS did not install correctly and/or try &amp;quot;sudo apt-get update&amp;quot; which may fix the issue where catkin_init_workspace command can not be found&lt;br /&gt;
&lt;br /&gt;
== Step 9&amp;amp;nbsp;- Clone IGVC Repository ==&lt;br /&gt;
&lt;br /&gt;
*Fork IGVC Github Repository&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;cd src&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;line-height: 20.8px;&amp;quot;&amp;gt;git clone &amp;amp;lt;your fork&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
== Step 10&amp;amp;nbsp;- Install ROS Dependencies ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;courier new, courier, monospace&amp;quot;&amp;gt;cd ..&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;echo &amp;quot;source ~/catkin_ws/devel/setup.bash&amp;quot; &amp;gt;&amp;gt; ~/.bashrc&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;rosdep install --from-path src --ignore-src -y&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*rosdep will download and install all of the necessary ros package dependencies, type &amp;quot;y&amp;quot; whenever it asks if it is ok to continue installation&lt;br /&gt;
&lt;br /&gt;
== Step 11&amp;amp;nbsp;- Build the Code ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;catkin_make&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*If this fails the first time try running catkin_make again&lt;br /&gt;
*If it continues to fail because it could&amp;amp;nbsp;not find some of the igvc_msgs header files, run &amp;quot;catkin_make igvc_msgs_gencpp&amp;quot; and then &amp;quot;catkin_make&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Step 12&amp;amp;nbsp;- Run the Code ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;''In a separate terminal&amp;amp;nbsp;''&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;roscore&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;line-height: 20.8px; border: 1px solid rgb(204, 204, 204); padding: 5px 10px; background: rgb(238, 238, 238);&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;line-height: 20.8px;&amp;quot;&amp;gt;''In a terminal that isn't running roscore&amp;amp;nbsp;''&amp;lt;span style=&amp;quot;font-family:courier new,courier,monospace;&amp;quot;&amp;gt;roslaunch igvc igvc.launch&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
*&amp;amp;nbsp;The code should now be running and complaining about not being able to connect to various devices, this is all good and you are ready to start writing igvc code&lt;/div&gt;</summary>
		<author><name>Jviszlai3</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=TE_Sessions&amp;diff=15885</id>
		<title>TE Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=TE_Sessions&amp;diff=15885"/>
		<updated>2017-10-03T14:25:28Z</updated>

		<summary type="html">&lt;p&gt;Jviszlai3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Technology Enrichment (TE) Sessions started in 2002 with the goal of promoting STEM education for area middle and high school students. In recent years the workshop series has been tailored to foster success in both the&amp;amp;nbsp;''FIRST'' Tech Challenge (FTC) and the&amp;amp;nbsp;''FIRST''&amp;amp;nbsp;Robotics Competition (FRC), drawing heavily on strategic and technical details of both competitions. TE Sessions are conducted in the fall semester during FTC season, leading up to FRC season, and comprise one of the primary initiatives of RoboJackets' Outreach program in the fall semester. On this page you can find info relating to past and current TE Sessions. You can also find more information about TE Sessions on the [http://www.robojackets.org/te-sessions/ RoboJackets website].&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
&lt;br /&gt;
TE Sessions are held in the classroom in the 14th Street Student Competition Center (SCC).&lt;br /&gt;
&lt;br /&gt;
== Time ==&lt;br /&gt;
&lt;br /&gt;
For the 2017 season, the sessions will be held on Saturdays starting at 3pm.&lt;br /&gt;
&lt;br /&gt;
== Participating Schools ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Previous Sessions ==&lt;br /&gt;
&lt;br /&gt;
All sessions since the 2016 season are archived on the [https://www.youtube.com/user/RoboJackets/videos RoboJackets Youtube channel]&lt;br /&gt;
*[https://www.youtube.com/watch?v=rtDSXCaZQtM&amp;amp;list=PLS6PHlm6Loij7pO8JJsU3Ke_w2YnO0IMW 2017 TE Sessions]&lt;br /&gt;
*[https://www.youtube.com/watch?v=ejvdkE8C8O4&amp;amp;list=PLS6PHlm6LoijPC-QAT78wUt97611B2bLW 2016 TE Sessions]&lt;br /&gt;
*[[2009 TE Sessions]]&lt;br /&gt;
*[[2008 TE Sessions]]&lt;br /&gt;
*[[2007 TE Sessions]]&lt;br /&gt;
*[[2006 TE Sessions]]&lt;br /&gt;
[[Category:Technology Enrichment Sessions|Technology_Enrichment_Sessions]]&lt;/div&gt;</summary>
		<author><name>Jviszlai3</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=TE_Sessions&amp;diff=15777</id>
		<title>TE Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=TE_Sessions&amp;diff=15777"/>
		<updated>2017-08-22T15:27:50Z</updated>

		<summary type="html">&lt;p&gt;Jviszlai3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Technology Enrichment (TE) Sessions started in 2002 with the goal of promoting STEM education for area middle and high school students. In recent years the workshop series has been tailored to foster success in both the&amp;amp;nbsp;''FIRST'' Tech Challenge (FTC) and the&amp;amp;nbsp;''FIRST''&amp;amp;nbsp;Robotics Competition (FRC), drawing heavily on strategic and technical details of both competitions. TE Sessions are conducted in the fall semester during FTC season, leading up to FRC season, and comprise one of the primary initiatives of RoboJackets' Outreach program in the fall semester. On this page you can find info relating to past and current TE Sessions. You can also find more information about TE Sessions on the [http://www.robojackets.org/te-sessions/ RoboJackets website].&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
&lt;br /&gt;
TE Sessions are held in the classroom in the 14th Street Student Competition Center (SCC).&lt;br /&gt;
&lt;br /&gt;
== Time ==&lt;br /&gt;
&lt;br /&gt;
For the 2017 season, the sessions will be held on Saturdays starting at 3pm.&lt;br /&gt;
&lt;br /&gt;
== Participating Schools ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Previous Sessions ==&lt;br /&gt;
&lt;br /&gt;
All sessions since the 2016 season are archived on the [https://www.youtube.com/user/RoboJackets/videos RoboJackets Youtube channel]&lt;br /&gt;
*[[2009 TE Sessions]]&lt;br /&gt;
*[[2008 TE Sessions]]&lt;br /&gt;
*[[2007 TE Sessions]]&lt;br /&gt;
*[[2006 TE Sessions]]&lt;br /&gt;
[[Category:Technology Enrichment Sessions|Technology_Enrichment_Sessions]]&lt;/div&gt;</summary>
		<author><name>Jviszlai3</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=FIRST&amp;diff=15776</id>
		<title>FIRST</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=FIRST&amp;diff=15776"/>
		<updated>2017-08-22T15:16:41Z</updated>

		<summary type="html">&lt;p&gt;Jviszlai3: Redirected page to Outreach&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Outreach]]&lt;/div&gt;</summary>
		<author><name>Jviszlai3</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=FIRST_Kickoff&amp;diff=15771</id>
		<title>FIRST Kickoff</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=FIRST_Kickoff&amp;diff=15771"/>
		<updated>2017-08-18T23:57:16Z</updated>

		<summary type="html">&lt;p&gt;Jviszlai3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains outdated information about the 2010 FIRST Kickoff at Georgia Tech and will soon be updated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==By the Numbers==&lt;br /&gt;
* 42 teams for a total of 470 attendees&lt;br /&gt;
* Starts at 8am&lt;br /&gt;
&lt;br /&gt;
==Dates==&lt;br /&gt;
:Workshop Prep - TBA&lt;br /&gt;
:Setup - Friday, January 8, 2010&lt;br /&gt;
:Kickoff Event - Saturday, January 9, 2010&lt;br /&gt;
&lt;br /&gt;
==Space==&lt;br /&gt;
* Location: Ferst Center for the Arts.&lt;br /&gt;
** [http://maps.google.com/maps/ms?ie=UTF8&amp;amp;hl=en&amp;amp;msa=0&amp;amp;ll=33.776418,-84.396651&amp;amp;spn=0.013163,0.019312&amp;amp;t=h&amp;amp;z=16&amp;amp;msid=117322627303965533211.00045e23f3f2deea76766 Labeled Google Map]&lt;br /&gt;
** [http://www.ferstcenter.gatech.edu/pages/plan/directions.php Directions]&lt;br /&gt;
&lt;br /&gt;
==Food==&lt;br /&gt;
* Breakfeast&lt;br /&gt;
*: Need enough food for 350 ppl&lt;br /&gt;
*: GT Catering&lt;br /&gt;
*: Sponsored by College of Computing&lt;br /&gt;
* Lunch&lt;br /&gt;
*: Teams are on their own&lt;br /&gt;
*: See map for near by food locations&lt;br /&gt;
&lt;br /&gt;
==Basic Agenda==&lt;br /&gt;
===Friday===&lt;br /&gt;
====2:30pm - 4:00pm - Event Prep &amp;amp; Setup====&lt;br /&gt;
* KOP arrives from 2:30 to 3:30&lt;br /&gt;
*: Loading Dock Contacts Paul Cottongim (404.385.1923) [[Ferst Center Loading Dock| Ferst Center Loading Dock Directions &amp;amp; Info]]&lt;br /&gt;
*: Inventory &amp;amp; Team Loading Prep (7 People) (Andy, Stefan, Mick, )&lt;br /&gt;
* Build field (4 People &amp;amp; the Bobs) (Doug Kim, )&lt;br /&gt;
*: Should be left behind curtains&lt;br /&gt;
* Field size 26' x 26' plus&lt;br /&gt;
&lt;br /&gt;
===Saturday===&lt;br /&gt;
====6:30am - 8:00am - Event Setup====&lt;br /&gt;
* Post direction Signs (1 Person &amp;amp; SUV/Hatchback/Crossover) (Signs are provided by Ferst Center)(Eohan)&lt;br /&gt;
*: Ferst &amp;amp; Hemphill, Ferst &amp;amp; North, Ferst &amp;amp; Regents, Ferst &amp;amp; Parking Lot entrances, Ferst &amp;amp; Cherry,&lt;br /&gt;
*: 6 Signs Total&lt;br /&gt;
* Move over robots to demo gallery (4 People &amp;amp; F-350) (Stefan, Andy, Austin)&lt;br /&gt;
*: RoboJackets&lt;br /&gt;
*:: 2 RoboCup, RoboCup Prototype, IGVC, BattleBots, Last years FIRST Robot&lt;br /&gt;
*: RIM@GT&lt;br /&gt;
*:: Dr. Jun Ueda - Exo Skeleton&lt;br /&gt;
*:: DARPA Car&lt;br /&gt;
*:: UAV&lt;br /&gt;
*:: Cell Phone UAV&lt;br /&gt;
*:: Dr. Charlie Kemp - Health Care Assistant Robot&lt;br /&gt;
*: Hang banners&lt;br /&gt;
* Build Field (5 People) (Stoian, Eohan, Mitch, Austin, Stuart)&lt;br /&gt;
&lt;br /&gt;
====8:30am - 9:00am - Teams Arrive====&lt;br /&gt;
* Teams are to park in the Student Center Lot, Overflow to be provided in adjacent lot&lt;br /&gt;
&lt;br /&gt;
* Sign-in (1 people) (Ben)&lt;br /&gt;
*: Printed directions to back of Ferst center&lt;br /&gt;
*: Take consent forms&lt;br /&gt;
*: If workshop team ask if they would like us to move their kit over to Klaus (F-350)&lt;br /&gt;
*: Must collect permission forms&lt;br /&gt;
*:: FIRST, GT (abult/non adult) &lt;br /&gt;
*:: Maps are [http://maps.google.com/maps/ms?ie=UTF8&amp;amp;hl=en&amp;amp;msa=0&amp;amp;ll=33.776418,-84.396651&amp;amp;spn=0.013163,0.019312&amp;amp;t=h&amp;amp;z=16&amp;amp;msid=117322627303965533211.00045e23f3f2deea76766 Here]&lt;br /&gt;
* Breakfast&lt;br /&gt;
&lt;br /&gt;
====9:30am - 10:00am - Welcome Talks====&lt;br /&gt;
* Photograhpy (2x People) (Doug Kim, Will Barr)&lt;br /&gt;
* RoboJackets Welcome&lt;br /&gt;
*: Kit pick up process overview&lt;br /&gt;
*: Workshop overviews (Klaus #)&lt;br /&gt;
* Dr. Henrik Christensen from Robotics and Intelligent Machines @ GT&lt;br /&gt;
* Dr. Cedric Stallworth Asst. Dean of Outreach Community and Enrollment CoC&lt;br /&gt;
* Bob Stargel (Georgia FIRST Advisory Board Chair/Judge Advisor, Kimberly-Clark Corporation)&lt;br /&gt;
* Peachtree Regional Updates&lt;br /&gt;
*: Scrimmage Announcements&lt;br /&gt;
&lt;br /&gt;
====10:00am - Broadcast====&lt;br /&gt;
* Will be shown on GTCN channel 15&lt;br /&gt;
* [http://www.nasa.gov/multimedia/nasatv/digital.html#educator Information about receiving the broadcast]&lt;br /&gt;
* Move robot demos back to proper locations (x4 people &amp;amp; F-350) (Stefan, Andy, Austin, Stuart)&lt;br /&gt;
&lt;br /&gt;
====11:00am - Field Viewing====&lt;br /&gt;
* Photograhpy (2x People) (Doug Kim, Will Barr)&lt;br /&gt;
* Prior to turning loose the teams, we should go over any problem parts&lt;br /&gt;
* Field will be behind the stage&lt;br /&gt;
&lt;br /&gt;
====11:00am - Hand Out Kit of Parts====&lt;br /&gt;
* Prior to turning loose the teams, we should go over any problem parts&lt;br /&gt;
* Direct teams to back of Ferst Center ([http://maps.google.com/maps/ms?ie=UTF8&amp;amp;hl=en&amp;amp;msa=0&amp;amp;ll=33.776418,-84.396651&amp;amp;spn=0.013163,0.019312&amp;amp;t=h&amp;amp;z=16&amp;amp;msid=117322627303965533211.00045e23f3f2deea76766 Labeled Google Map])&lt;br /&gt;
* Teams given appropriate parts (x4 people) (Andy Bardagjy, Mick Roper, Elan, Stuart)&lt;br /&gt;
* Notes on Distribution&lt;br /&gt;
*: If we are short batteries give to rookie teams first.&lt;br /&gt;
*: Each team will get are red crate&lt;br /&gt;
*: The blue creates must be opened by the team in front of loading dock member. Will need a box cutter to break security seal.&lt;br /&gt;
*: Each team gets 2 plugs monnier regulator, and Main regulator they are not in the crates.&lt;br /&gt;
*: 1 medium and 1 large glove per team&lt;br /&gt;
*: FESTO and Brass are also shipped separately.&lt;br /&gt;
*: Shipping documents&lt;br /&gt;
&lt;br /&gt;
====12:00pm - 12:30pm - Lunch====&lt;br /&gt;
* Pizza for volunteers&lt;br /&gt;
* Teams find food on their own&lt;br /&gt;
&lt;br /&gt;
====12:35pm - 1:00pm - Migrate to New Location====&lt;br /&gt;
* Break-down of field (5x people)(Stuart, )&lt;br /&gt;
* Move over Kit of Parts for Workshop teams (4x people)&lt;br /&gt;
*: Use Klaus 1443 as inventory control (might move this to mech room but this room has a lager front floor space)&lt;br /&gt;
* Collect Ferst Center direction signs (1 Person &amp;amp; SUV/Hatchback/Crossover) (Eohan)&lt;br /&gt;
&lt;br /&gt;
====1:05pm - 5:30pm - Workshops====&lt;br /&gt;
* Photograhpy (2x People) (Doug Kim, Will Barr)&lt;br /&gt;
* Rooms Klaus 1443, 1447, 1456, 2456&lt;br /&gt;
* Hand out kits to appropriate teams Klaus #&lt;br /&gt;
* Split up groups to work on both parts&lt;br /&gt;
* [[FIRST Kickoff Workshop|Full Kickoff Workshop Plans]]&lt;br /&gt;
&lt;br /&gt;
==Event Sponsors==&lt;br /&gt;
* Robotics &amp;amp; Intelligent Machines @ GT&lt;br /&gt;
* College of Computing&lt;br /&gt;
* College of Engineering&lt;br /&gt;
* Kimberly-Clark&lt;br /&gt;
* Caterpillar&lt;br /&gt;
* National Instruments&lt;br /&gt;
&lt;br /&gt;
==Participating Teams==&lt;br /&gt;
*34 - Rockets - 4 people&lt;br /&gt;
*442 - Redstone Robotics - 5 people&lt;br /&gt;
*538 - Dragon Slayers - 9 people&lt;br /&gt;
*547 - F.E.A.R. - 3 people&lt;br /&gt;
*832 - Oscar - 16 people&lt;br /&gt;
*1002 - The Circuitrunners - 22 people&lt;br /&gt;
*1127 - Lotus Robotics - 20 people&lt;br /&gt;
*1261 - RoboLions - 15 people&lt;br /&gt;
*1379 - Gear Devils - 15 people&lt;br /&gt;
*1414 - iHOT - 12 people&lt;br /&gt;
*1415 - The Flying Pumpkins - 5 people&lt;br /&gt;
*1648 - Grady Gearbox Gangstaz - 15 people&lt;br /&gt;
*1683 - Techno Titans - 15 people&lt;br /&gt;
*1746 - Forsyth Alliance - 17 people&lt;br /&gt;
*1771 - Global Agenda Gamers - 4 people&lt;br /&gt;
*1788 - Ravage - 6 people&lt;br /&gt;
*1795 - SOT3 Triple Threat Technobots - 15 people&lt;br /&gt;
*1848 - SOUP - 10 people&lt;br /&gt;
*1876 - Beachbotics - 22 people&lt;br /&gt;
*1877 - Mechanical Mafia - 20 people&lt;br /&gt;
*2007 - Robots of the Round Table - 20 people&lt;br /&gt;
*2119 - SCAR (Sequoyah Computer Animation and Robotics) - 20 people&lt;br /&gt;
*2393 - Robotichauns - 8 people&lt;br /&gt;
*2415 - WiredCats - 20 people&lt;br /&gt;
*2420 - RoboTitans - 20 people&lt;br /&gt;
*2887 - Blue Bots - 2 people&lt;br /&gt;
*2918 - Gearheads - 1 people&lt;br /&gt;
*2967 - Iron Devil Robotics - 12 people&lt;br /&gt;
*2973 - Mad Rockers - 1 people&lt;br /&gt;
*2974 - Walton First - 24 people&lt;br /&gt;
*3025 - DARC - 4 people&lt;br /&gt;
*3139 - Jackets - 6 people&lt;br /&gt;
*3140 - Admirals - 22 people&lt;br /&gt;
*3174 - ROBODAWGS - 15 people&lt;br /&gt;
*3224 - Luella Hit Squad - 14 people&lt;br /&gt;
*3254 - Warriors - 10 people&lt;br /&gt;
*3265 - Indians - 5 people&lt;br /&gt;
*3287 - Falcons - 2 people&lt;br /&gt;
*3318 - RoboDragons - 4 people&lt;br /&gt;
*3319 - Virgil I. Robot - 4 people&lt;br /&gt;
*3329 - Wildcats - 6 people&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
470 Total People as of 12/1/2009&lt;/div&gt;</summary>
		<author><name>Jviszlai3</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Outreach&amp;diff=15770</id>
		<title>Outreach</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Outreach&amp;diff=15770"/>
		<updated>2017-08-18T23:55:41Z</updated>

		<summary type="html">&lt;p&gt;Jviszlai3: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
The RoboJackets Outreach team's mission is the promotion of science and engineering education in K-12 students. Working primarily though [http://http://www.usfirst.org/ USFIRST] programs, we engage students directly to facilitate hands-on learning through competitive robotics.&lt;br /&gt;
&lt;br /&gt;
We currently have four projects we work on throughout the year to achieve this mission:&lt;br /&gt;
&lt;br /&gt;
*Technology Enrichment Sessions - educational workshops leveraging the [http://www.usfirst.org/roboticsprograms/frc ''FIRST'' Robotics Competition] to teach fundamental robotics concepts to area students.&lt;br /&gt;
*FRC Kickoff - the announcement event for the [http://www.usfirst.org/roboticsprograms/frc ''FIRST'' Robotics Competition]. In 2016, over 1000 students were in attendance on campus.&lt;br /&gt;
*FRC Mentorship - working directly with an FRC team, we act as coaches and mentors to assist students throughout the academic year, including building a competition robot over an intensive six week build season. The team we are currently working with is FRC 6705, WildCat 5e.&lt;br /&gt;
*Robot In 1 Weekend - building a robot for the [http://www.usfirst.org/roboticsprograms/ftc ''FIRST'' Tech Challenge] in the span of one weekend when its build season starts. The aim of this is not to compete, but to inspire students in the competition at the start of their build season.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
'''Current Affiliation'''&lt;br /&gt;
&lt;br /&gt;
*WildCat 5e - FRC 6705&lt;br /&gt;
&lt;br /&gt;
'''Past FRC Partner Teams'''&lt;br /&gt;
&lt;br /&gt;
*Toaster Tech - FRC 5332&lt;br /&gt;
*Westlake Roarbotics - FRC 4163&lt;br /&gt;
*Reboot - FRC 4080&lt;br /&gt;
*Tech High School - FRC 2420&lt;br /&gt;
*Georgia Robotics Alliance &amp;quot;SOUP&amp;quot; - FRC 1848&lt;br /&gt;
*Wheeler High School &amp;quot;CircuitRunners&amp;quot; - FRC 1002&lt;br /&gt;
*Roswell High School &amp;quot;Chimera&amp;quot; - FRC 832&lt;br /&gt;
&lt;br /&gt;
=== Awards ===&lt;br /&gt;
&lt;br /&gt;
'''4080 - Reboot'''&lt;br /&gt;
&lt;br /&gt;
*2012 - Rookie Inspiration Award&lt;br /&gt;
*2013 - Peachtree Regional Champions&lt;br /&gt;
&lt;br /&gt;
=== Team Leaders ===&lt;br /&gt;
&lt;br /&gt;
*Jevawn Roberts (Alumni Adviser)&lt;br /&gt;
*Project Manager - [[User:Mbenben3|Michael Benben]]&lt;br /&gt;
*Assistant Project Manager - [[User:Jviszlai3|Joshua Viszlai]]&lt;br /&gt;
*Kickoff Coordinator - Erin Rodenroth&lt;br /&gt;
*PR Representative - [[User:Kqi6|Kyla Qi]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Project Dates ==&lt;br /&gt;
&lt;br /&gt;
*Technology Enrichment Sessions - Every Saturday from September 16 to October 28&lt;br /&gt;
*FRC Kickoff - January 6, 2018&lt;br /&gt;
*FRC Mentorship - Fall and Spring Semesters with an intensive build season from January 6 to February 20&lt;br /&gt;
*Robot In 1 Weekend - September 9-10&lt;br /&gt;
&lt;br /&gt;
== Resources and Detailed Project Information ==&lt;br /&gt;
&lt;br /&gt;
*[[FIRST_Resources|FIRST Resources]]&lt;br /&gt;
*[[TE_Sessions|TE Sessions]]&lt;br /&gt;
*[[FIRST_Kickoff|FIRST Kickoff]]&lt;br /&gt;
&lt;br /&gt;
=== Archived Pages / Not in use ===&lt;br /&gt;
&lt;br /&gt;
*[[FRC_Beta|Public FRC Beta information]]&lt;br /&gt;
*[[FRC_Beta_Internal|Internal FRC Beta information]]&lt;/div&gt;</summary>
		<author><name>Jviszlai3</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=TE_Sessions&amp;diff=15769</id>
		<title>TE Sessions</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=TE_Sessions&amp;diff=15769"/>
		<updated>2017-08-18T23:54:33Z</updated>

		<summary type="html">&lt;p&gt;Jviszlai3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Technology Enrichment (TE) Sessions started in 2002 with the goal of promoting STEM education for area middle and high school students. In recent years the workshop series has been tailored to foster success in both the&amp;amp;nbsp;''FIRST'' Tech Challenge (FTC) and the&amp;amp;nbsp;''FIRST''&amp;amp;nbsp;Robotics Competition (FRC), drawing heavily on strategic and technical details of both competitions. TE Sessions are conducted in the fall semester during FTC season, leading up to FRC season, and comprise one of the primary initiatives of RoboJackets' Outreach program in the fall semester. On this page you can find info relating to past and current TE Sessions. You can also find more information about TE Sessions on the [http://www.robojackets.org/te-sessions/ RoboJackets website].&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
&lt;br /&gt;
TE Sessions are held in the classroom in the 14th Street Student Competition Center (SCC).&lt;br /&gt;
&lt;br /&gt;
== Time ==&lt;br /&gt;
&lt;br /&gt;
For the 2017 season, the sessions will be held on Saturdays starting at 2pm.&lt;br /&gt;
&lt;br /&gt;
== Participating Schools ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Previous Sessions ==&lt;br /&gt;
&lt;br /&gt;
All sessions since the 2016 season are archived on the [https://www.youtube.com/user/RoboJackets/videos RoboJackets Youtube channel]&lt;br /&gt;
*[[2009 TE Sessions]]&lt;br /&gt;
*[[2008 TE Sessions]]&lt;br /&gt;
*[[2007 TE Sessions]]&lt;br /&gt;
*[[2006 TE Sessions]]&lt;br /&gt;
[[Category:Technology Enrichment Sessions|Technology_Enrichment_Sessions]]&lt;/div&gt;</summary>
		<author><name>Jviszlai3</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Main_Page&amp;diff=15768</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Main_Page&amp;diff=15768"/>
		<updated>2017-08-18T23:44:10Z</updated>

		<summary type="html">&lt;p&gt;Jviszlai3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;5&amp;quot; valign=&amp;quot;bottom&amp;quot; | &lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:xx-large;&amp;quot;&amp;gt;'''''RoboJackets Wiki'''''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Welcome to the '''[http://www.gatech.edu/ Georgia Tech]''' '''[https://robojackets.org/ RoboJackets]''' wiki! We are currently looking for both volunteers and sponsors. More info can be found on the [[How you can help]] page.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align: middle; width: 200px;&amp;quot; | &amp;lt;p style=&amp;quot;text-align: right;&amp;quot;&amp;gt;'''&amp;lt;big&amp;gt;&amp;lt;span style=&amp;quot;font-size:xx-large;&amp;quot;&amp;gt;Teams&amp;lt;/span&amp;gt;&amp;lt;/big&amp;gt;'''&amp;lt;/p&amp;gt;&lt;br /&gt;
| style=&amp;quot;vertical-align: middle; width: 200px;&amp;quot; | &amp;lt;ul style=&amp;quot;line-height: 20.7999992370605px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Outreach]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[IGVC]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[RoboRacing]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[RoboCup]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[BattleBots]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Team-Template]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;1&amp;quot; style=&amp;quot;vertical-align: middle; width: 300px;&amp;quot; | [[File:Robobuzz.svg]]&lt;br /&gt;
'''The Georgia Tech RoboJackets'''&amp;lt;br/&amp;gt;'''https://robojackets.org/'''&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;vertical-align: middle; width: 150px; text-align: right;&amp;quot; | &amp;lt;big&amp;gt;&amp;lt;span style=&amp;quot;font-size:xx-large;&amp;quot;&amp;gt;'''Resources'''&amp;lt;/span&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
| style=&amp;quot;vertical-align: middle; width: 200px;&amp;quot; | &amp;lt;ul style=&amp;quot;line-height: 20.7999992370605px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[How to Guides]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Help:Editing|Editing Help]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Resources for Learning]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Vendor_List|Vendor and Supplier List]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Current events]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[http://gtvault.sharepoint.com/sites/gww/scc SCC Sharepoint]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Shop Management]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align: middle; width: 200px;&amp;quot; | &amp;lt;p style=&amp;quot;text-align: right;&amp;quot;&amp;gt;'''&amp;lt;big&amp;gt;&amp;lt;span style=&amp;quot;font-size:xx-large;&amp;quot;&amp;gt;Info&amp;lt;/span&amp;gt;&amp;lt;/big&amp;gt;'''&amp;lt;/p&amp;gt;&lt;br /&gt;
| style=&amp;quot;vertical-align: middle; width: 200px;&amp;quot; | &amp;lt;ul style=&amp;quot;line-height: 20.7999992370605px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Policies and Best Practices]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Public Relations]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Promotional Media]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;vertical-align: middle; width: 150px;&amp;quot; | &amp;lt;p style=&amp;quot;text-align: right;&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;span style=&amp;quot;font-size:xx-large;&amp;quot;&amp;gt;'''WIP Pages'''&amp;lt;/span&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
| style=&amp;quot;vertical-align: middle; width: 200px;&amp;quot; | &amp;lt;ul style=&amp;quot;line-height: 20.7999992370605px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Info|RoboJackets Information]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[TE_Sessions_Book|TE Sessions Book]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Jviszlai3</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Outreach&amp;diff=15767</id>
		<title>Outreach</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Outreach&amp;diff=15767"/>
		<updated>2017-08-18T23:42:34Z</updated>

		<summary type="html">&lt;p&gt;Jviszlai3: Created page with &amp;quot;== Overview == The RoboJackets Outreach team's mission is the promotion of science and engineering education in K-12 students. Working primarily though [http://http://www.usfi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
The RoboJackets Outreach team's mission is the promotion of science and engineering education in K-12 students. Working primarily though [http://http://www.usfirst.org/ USFIRST] programs, we engage students directly to facilitate hands-on learning through competitive robotics.&lt;br /&gt;
&lt;br /&gt;
We currently have four projects we work on throughout the year to achieve this mission:&lt;br /&gt;
&lt;br /&gt;
*Technology Enrichment Sessions - educational workshops leveraging the [http://www.usfirst.org/roboticsprograms/frc ''FIRST'' Robotics Competition] to teach fundamental robotics concepts to area students.&lt;br /&gt;
*FRC Kickoff - the announcement event for the [http://www.usfirst.org/roboticsprograms/frc ''FIRST'' Robotics Competition]. In 2016, over 1000 students were in attendance on campus.&lt;br /&gt;
*FRC Mentorship - working directly with an FRC team, we act as coaches and mentors to assist students throughout the academic year, including building a competition robot over an intensive six week build season. The team we are currently working with is FRC 6705, WildCat 5e.&lt;br /&gt;
*Robot In 1 Weekend - building a robot for the [http://www.usfirst.org/roboticsprograms/ftc ''FIRST'' Tech Challenge] in the span of one weekend when its build season starts. The aim of this is not to compete, but to inspire students in the competition at the start of their build season.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
'''Current Affiliation'''&lt;br /&gt;
&lt;br /&gt;
*WildCat 5e - FRC 6705&lt;br /&gt;
&lt;br /&gt;
'''Past FRC Partner Teams'''&lt;br /&gt;
&lt;br /&gt;
*Toaster Tech - FRC 5332&lt;br /&gt;
*Westlake Roarbotics - FRC 4163&lt;br /&gt;
*Reboot - FRC 4080&lt;br /&gt;
*Tech High School - FRC 2420&lt;br /&gt;
*Georgia Robotics Alliance &amp;quot;SOUP&amp;quot; - FRC 1848&lt;br /&gt;
*Wheeler High School &amp;quot;CircuitRunners&amp;quot; - FRC 1002&lt;br /&gt;
*Roswell High School &amp;quot;Chimera&amp;quot; - FRC 832&lt;br /&gt;
&lt;br /&gt;
=== Awards ===&lt;br /&gt;
&lt;br /&gt;
'''4080 - Reboot'''&lt;br /&gt;
&lt;br /&gt;
*2012 - Rookie Inspiration Award&lt;br /&gt;
*2013 - Peachtree Regional Champions&lt;br /&gt;
&lt;br /&gt;
=== Team Leaders ===&lt;br /&gt;
&lt;br /&gt;
*Jevawn Roberts (Alumni Adviser)&lt;br /&gt;
*Project Manager - [[User:Mbenben3|Michael Benben]]&lt;br /&gt;
*Assistant Project Manager - [[User:Jviszlai3|Joshua Viszlai]]&lt;br /&gt;
*Kickoff Coordinator - Erin Rodenroth&lt;br /&gt;
*PR Representative - [[User:Kqi6|Kyla Qi]]&lt;br /&gt;
&lt;br /&gt;
== Meetings ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
*Technology Enrichment Sessions - Every Saturday from September 16 to October 28&lt;br /&gt;
*FRC Kickoff - January 6, 2018&lt;br /&gt;
*FRC Mentorship - Fall and Spring Semesters with an intensive build season from January 6 to February 20&lt;br /&gt;
*Robot In 1 Weekend - September 9-10&lt;br /&gt;
&lt;br /&gt;
== Resources and Detailed Project Information ==&lt;br /&gt;
&lt;br /&gt;
*[[FIRST_Resources|FIRST Resources]]&lt;br /&gt;
*[[TE_Sessions|TE Sessions]]&lt;br /&gt;
*[[FIRST_Kickoff|FIRST Kickoff]]&lt;br /&gt;
&lt;br /&gt;
=== Archived Pages / Not in use ===&lt;br /&gt;
&lt;br /&gt;
*[[FRC_Beta|Public FRC Beta information]]&lt;br /&gt;
*[[FRC_Beta_Internal|Internal FRC Beta information]]&lt;/div&gt;</summary>
		<author><name>Jviszlai3</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=FIRST&amp;diff=15606</id>
		<title>FIRST</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=FIRST&amp;diff=15606"/>
		<updated>2017-05-18T02:51:22Z</updated>

		<summary type="html">&lt;p&gt;Jviszlai3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The RoboJackets Outreach team's mission is the promotion of science and engineering education in K-12 students. Working primarily though [http://http://www.usfirst.org/ USFIRST] programs, we engage students directly to facilitate hands-on learning through competitive robotics.&lt;br /&gt;
&lt;br /&gt;
Our educational initiatives currently consist of three primary components:&lt;br /&gt;
&lt;br /&gt;
*Technology Enrichment Sessions - educational workshops leveraging the [http://www.usfirst.org/roboticsprograms/ftc ''FIRST'' Tech Challenge] to teach fundamental robotics concepts to area students.&lt;br /&gt;
*FRC Kickoff - the announcement event for the [http://www.usfirst.org/roboticsprograms/frc ''FIRST'' Robotics Competition]. In 2014, over 1000 students were in attendance on campus.&lt;br /&gt;
*FRC Competition - working directly with an FRC team, we act as coaches and mentors to assist students in fielding a competition robot over an intensive six week build season. The team we are currently working with is FRC 5332, Toaster Tech.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
'''Current Affiliation'''&lt;br /&gt;
&lt;br /&gt;
*Toaster Tech - FRC 5332&lt;br /&gt;
&lt;br /&gt;
'''Past FRC Partner Teams'''&lt;br /&gt;
&lt;br /&gt;
*Westlake Roarbotics - FRC 4163&lt;br /&gt;
*Reboot - FRC 4080&lt;br /&gt;
*Tech High School - FRC 2420&lt;br /&gt;
*Georgia Robotics Alliance &amp;quot;SOUP&amp;quot; - FRC 1848&lt;br /&gt;
*Wheeler High School &amp;quot;CircuitRunners&amp;quot; - FRC 1002&lt;br /&gt;
*Roswell High School &amp;quot;Chimera&amp;quot; - FRC 832&lt;br /&gt;
&lt;br /&gt;
== Awards ==&lt;br /&gt;
&lt;br /&gt;
'''4080 - Reboot'''&lt;br /&gt;
&lt;br /&gt;
*2012 - Rookie Inspiration Award&lt;br /&gt;
*2013 - Peachtree Regional Champions&lt;br /&gt;
&lt;br /&gt;
== Team Leaders ==&lt;br /&gt;
&lt;br /&gt;
*Jevawn Roberts (Alumni Adviser)&lt;br /&gt;
&lt;br /&gt;
=== Positions ===&lt;br /&gt;
&lt;br /&gt;
*Project Manager - [[User:Mbenben3|Michael Benben]]&lt;br /&gt;
*Assistant Project Manager - [[User:Jviszlai3|Joshua Viszlai]]&lt;br /&gt;
*Kickoff Coordinator - Erin Rodenroth&lt;br /&gt;
*PR Representative - [[User:Kqi6|Kyla Qi]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
Please use these provided resources for assistance in ''FIRST'' competitions or educational robotics:&lt;br /&gt;
&lt;br /&gt;
*[[FIRST_Resources|FIRST Resources]]&lt;br /&gt;
*[[TE_Sessions|TE Sessions]]&lt;br /&gt;
*[[FIRST_Kickoff|FIRST Kickoff]]&lt;br /&gt;
&lt;br /&gt;
== FIRST Pages ==&lt;br /&gt;
&lt;br /&gt;
*[[FRC_Beta|Public FRC Beta information]]&lt;br /&gt;
*[[FRC_Beta_Internal|Internal FRC Beta information]]&lt;br /&gt;
&lt;br /&gt;
== Meeting Minutes ==&lt;br /&gt;
&lt;br /&gt;
*[[FIRST_Meeting_01-06-2008|01-06-2008]]&lt;br /&gt;
*[[:Image:08PowerPoint.pdf|11-07-20008 PowerPoint (PDF)]]&lt;br /&gt;
*[[FIRST_Meeting_09-11-2008|09-11-2008]]&lt;/div&gt;</summary>
		<author><name>Jviszlai3</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=User:Jviszlai3&amp;diff=15605</id>
		<title>User:Jviszlai3</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=User:Jviszlai3&amp;diff=15605"/>
		<updated>2017-05-18T02:49:46Z</updated>

		<summary type="html">&lt;p&gt;Jviszlai3: Made page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joshua Viszlai&lt;br /&gt;
&lt;br /&gt;
Georgia Tech Class of 2020 - CS (and maybe Physics)&lt;br /&gt;
&lt;br /&gt;
Outreach Assistant Project Manager&lt;br /&gt;
&lt;br /&gt;
Email: viszlai@gatech.edu&lt;/div&gt;</summary>
		<author><name>Jviszlai3</name></author>
		
	</entry>
</feed>