<?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=Oso6</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=Oso6"/>
	<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/Special:Contributions/Oso6"/>
	<updated>2026-05-01T21:10:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18362</id>
		<title>Jessi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18362"/>
		<updated>2019-09-10T02:04:40Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessii.jpg&lt;br /&gt;
| image_alt_text    = Jessii alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = n/a&lt;br /&gt;
| highest_finish_autonav = n/a&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2018 ===&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 5 ft&lt;br /&gt;
** Design Competition Placement: 2nd (401.33 / 480 points in finalist round; 1299/1400 points in group stages)&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2019 ===&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 16 ft&lt;br /&gt;
** Design Competition Placement: 1st&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jessi ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Issues ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Issues ===&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC Electrical Overview.png | 300px | thumb | Jessi Electrical Overview]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Issues ===&lt;br /&gt;
&lt;br /&gt;
== Jessii ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
Though the team was well-prepared going into 2019 IGVC, several issues came up during competition. On the first day, the mbed was experiencing issues and causing the computer to brownout. The mbed was fried while attempts were being made to fix the problem. Eventually this was solved with a new mbed and a large capacitor, which prevented brownouts from happening, though the whole process of fixing the robot took up the first day of the competition. During the second day, major progress was made; the team was 4th to qualify, which was the earliest Georgia Tech has ever qualified in IGVC. Additionally, the robot had a few successful runs on the course. Most notably, the great backwards run tragedy of 2019 happened. During this run, the robot turned itself around and went BACKWARDS on the course, though it went extremely far. This ended up being (absolute-value) the second longest run achieved by any robot in the competition this year, though it didn't count towards our score since it was backwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Issues ===&lt;br /&gt;
We tried to make Jessii a more modular and accessible version of Jessi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Issues ===&lt;br /&gt;
For Jessii, the electrical team focused on iterating on several components of Jessi's system to improve weaknesses seen at the prior competition. &lt;br /&gt;
*Custom Computer and Improved Sensors&lt;br /&gt;
**To improve computational capabilities and performance we upgraded our computer and other sensors&lt;br /&gt;
***Intel i7-8700 3.2GHz 6 Core Processor, Nvidia GTX 1060 GPU, 32GB RAM&lt;br /&gt;
****GPU was chosen for CUDA support&lt;br /&gt;
****Hotswap capability was brought using a PCB though not implemented before competition&lt;br /&gt;
***Velodyne Puck VLP-16 3D LiDAR&lt;br /&gt;
***YostLabs 3-Space Micro USB IMU&lt;br /&gt;
*E-Stop&lt;br /&gt;
**E-Stop circuitry was consolidated onto E-Stop PCB&lt;br /&gt;
**Relay was used instead of a transistor used in version 1.0&lt;br /&gt;
*Ethernet Communication Protocol &lt;br /&gt;
**The logic board, the custom PCB which handles motor control switched from a virtual serial interface from MBed to a custom Ethernet communication protocol for robustness&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Issues ===&lt;br /&gt;
==== Design &amp;amp; Improvements ====&lt;br /&gt;
The software team performed a large overhaul of the codebase, focusing primarily on increasing the robustness of various algorithms used.&lt;br /&gt;
* Perception&lt;br /&gt;
** We used the [https://velodynelidar.com/vlp-16.html VLP-16] 3D Lidar this year. We tried both RANSAC plane detection and Progressive Morphological Filters, but ended up using RANSAC for competition as it was more tested.&lt;br /&gt;
** We switched from the FCN-8 architcture to the U-net architecture for the neural net for image segmentation.&lt;br /&gt;
* Localization&lt;br /&gt;
** We used the same [https://github.com/cra-ros-pkg/robot_localization Robot Localization] package as last year for localization.&lt;br /&gt;
* Mapping&lt;br /&gt;
** We kept with the same occupancy grid mapping strategy. However, we revamped the actual algorithm to be a lot more mathematically sound by using a binary bayes filter instead of simply incrementing a counter. In addition, we included a proper sensor model for our various sensors, so that knowledge of both free space and occupied space are used when mapping.&lt;br /&gt;
* Global Path Planning&lt;br /&gt;
** The global path planning algorithm was changed from a janky A* implementation to a janky Field D* algorithm, which yeilded smoother paths.&lt;br /&gt;
* Local Path Planning&lt;br /&gt;
** The local path planning algorithm still used the same smooth control law as before. However, instead of using a pure-pursuit style algorithm to follow the path, the robot paths directly to waypoints on the path and performs motion profiling, so that the robot is able to stay on the path.&lt;br /&gt;
==== Issues ====&lt;br /&gt;
We faced a few issues this year:&lt;br /&gt;
* Robustness of line detection&lt;br /&gt;
** We moved from a pretrained FCN8 to a U-net architecture that didn't have pretraining. As a result, on the final day, our neural net had a decent amount of false negatives.&lt;br /&gt;
* Computational efficiency of global path planning&lt;br /&gt;
** We used the Field D* for global path planning. However, it wasn't computationally efficient, and failed to find a path in a reasonable amount of time at the beginning of the run, when it saw lines that extended a fair distance in front.&lt;br /&gt;
* Because we were seeing lines in front and not behind us and the first waypoint was located to the side of the starting location, the global path planner planned a path that went behind us, leading to the famous reverse run.&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode='packed-hover'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:jessiphotoshoot.jpeg | Jessi in real life&lt;br /&gt;
Image:Jessiteambeforecomp.jpg | Jessi team before going to comp&lt;br /&gt;
Image:Jessiteamtesting.jpg | Jessi team testing during comp&lt;br /&gt;
Image:barrelking.jpeg | Barrel king.&lt;br /&gt;
Image:Jessidesignpresentation.jpg | Jessi team giving design presentation&lt;br /&gt;
Image:tomasblanket.jpg | Tomas sleeping on the grass&lt;br /&gt;
Image:Jessiteamduringcomp.jpg | Jessi team with the robot&lt;br /&gt;
Image:Jessiteamduringcomp2.jpg | Jessi team with the robot&lt;br /&gt;
Image:Woodishoutout.jpg | Woodi shoutout on Jessi&lt;br /&gt;
Image:Jessiteamwithaward.jpg | Jessi team with the 2nd place design award&lt;br /&gt;
Image:Jessi.jpg | Jessii CAD&lt;br /&gt;
Image:Jessiibeforecomp.jpg | Jessii before going to competition&lt;br /&gt;
Image:Jessiiteam1.jpg | Jessii team on day 1 of comp&lt;br /&gt;
Image:Jessiiqualify.jpg | Jessii after qualifying&lt;br /&gt;
Image:Jessiiteam2.jpg | Jessii team after qualifying&lt;br /&gt;
Image:engineeringzipties.jpg | Zipties used to gain traction&lt;br /&gt;
Image:nighttesting.jpeg | Jessii testing during comp at night&lt;br /&gt;
Image:designcertificate.jpg | Jessii design 1st place certificate&lt;br /&gt;
Image:designaward.jpg | 1st place design plaque&lt;br /&gt;
Image:3rdplacecertificate.jpg | Jessii grand prize 3rd place certificate&lt;br /&gt;
Image:jessiifordtour.jpg | Jessii team on a Ford tour&lt;br /&gt;
Image:jessiidesignpresentation.jpg | Jessii team giving design presentation&lt;br /&gt;
Image:jessii-backwards-run.png | Jessii's route and map generated during the backwards run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
[[Category:IGVC]]&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=File:Jessii-backwards-run.png&amp;diff=18361</id>
		<title>File:Jessii-backwards-run.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=File:Jessii-backwards-run.png&amp;diff=18361"/>
		<updated>2019-09-10T02:03:53Z</updated>

		<summary type="html">&lt;p&gt;Oso6: Image of route taken during backwards run for Jessii&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image of route taken during backwards run for Jessii&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18360</id>
		<title>Jessi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18360"/>
		<updated>2019-09-10T02:02:22Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessii.jpg&lt;br /&gt;
| image_alt_text    = Jessii alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = n/a&lt;br /&gt;
| highest_finish_autonav = n/a&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2018 ===&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 5 ft&lt;br /&gt;
** Design Competition Placement: 2nd (401.33 / 480 points in finalist round; 1299/1400 points in group stages)&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2019 ===&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 16 ft&lt;br /&gt;
** Design Competition Placement: 1st&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jessi ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Issues ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Issues ===&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC Electrical Overview.png | 300px | thumb | Jessi Electrical Overview]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Issues ===&lt;br /&gt;
&lt;br /&gt;
== Jessii ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
Though the team was well-prepared going into 2019 IGVC, several issues came up during competition. On the first day, the mbed was experiencing issues and causing the computer to brownout. The mbed was fried while attempts were being made to fix the problem. Eventually this was solved with a new mbed and a large capacitor, which prevented brownouts from happening, though the whole process of fixing the robot took up the first day of the competition. During the second day, major progress was made; the team was 4th to qualify, which was the earliest Georgia Tech has ever qualified in IGVC. Additionally, the robot had a few successful runs on the course. Most notably, the great backwards run tragedy of 2019 happened. During this run, the robot turned itself around and went BACKWARDS on the course, though it went extremely far. This ended up being (absolute-value) the second longest run achieved by any robot in the competition this year, though it didn't count towards our score since it was backwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Issues ===&lt;br /&gt;
We tried to make Jessii a more modular and accessible version of Jessi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Issues ===&lt;br /&gt;
For Jessii, the electrical team focused on iterating on several components of Jessi's system to improve weaknesses seen at the prior competition. &lt;br /&gt;
*Custom Computer and Improved Sensors&lt;br /&gt;
**To improve computational capabilities and performance we upgraded our computer and other sensors&lt;br /&gt;
***Intel i7-8700 3.2GHz 6 Core Processor, Nvidia GTX 1060 GPU, 32GB RAM&lt;br /&gt;
****GPU was chosen for CUDA support&lt;br /&gt;
****Hotswap capability was brought using a PCB though not implemented before competition&lt;br /&gt;
***Velodyne Puck VLP-16 3D LiDAR&lt;br /&gt;
***YostLabs 3-Space Micro USB IMU&lt;br /&gt;
*E-Stop&lt;br /&gt;
**E-Stop circuitry was consolidated onto E-Stop PCB&lt;br /&gt;
**Relay was used instead of a transistor used in version 1.0&lt;br /&gt;
*Ethernet Communication Protocol &lt;br /&gt;
**The logic board, the custom PCB which handles motor control switched from a virtual serial interface from MBed to a custom Ethernet communication protocol for robustness&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Issues ===&lt;br /&gt;
==== Design &amp;amp; Improvements ====&lt;br /&gt;
The software team performed a large overhaul of the codebase, focusing primarily on increasing the robustness of various algorithms used.&lt;br /&gt;
* Perception&lt;br /&gt;
** We used the [https://velodynelidar.com/vlp-16.html VLP-16] 3D Lidar this year. We tried both RANSAC plane detection and Progressive Morphological Filters, but ended up using RANSAC for competition as it was more tested.&lt;br /&gt;
** We switched from the FCN-8 architcture to the U-net architecture for the neural net for image segmentation.&lt;br /&gt;
* Localization&lt;br /&gt;
** We used the same [https://github.com/cra-ros-pkg/robot_localization Robot Localization] package as last year for localization.&lt;br /&gt;
* Mapping&lt;br /&gt;
** We kept with the same occupancy grid mapping strategy. However, we revamped the actual algorithm to be a lot more mathematically sound by using a binary bayes filter instead of simply incrementing a counter. In addition, we included a proper sensor model for our various sensors, so that knowledge of both free space and occupied space are used when mapping.&lt;br /&gt;
* Global Path Planning&lt;br /&gt;
** The global path planning algorithm was changed from a janky A* implementation to a janky Field D* algorithm, which yeilded smoother paths.&lt;br /&gt;
* Local Path Planning&lt;br /&gt;
** The local path planning algorithm still used the same smooth control law as before. However, instead of using a pure-pursuit style algorithm to follow the path, the robot paths directly to waypoints on the path and performs motion profiling, so that the robot is able to stay on the path.&lt;br /&gt;
==== Issues ====&lt;br /&gt;
We faced a few issues this year:&lt;br /&gt;
* Robustness of line detection&lt;br /&gt;
** We moved from a pretrained FCN8 to a U-net architecture that didn't have pretraining. As a result, on the final day, our neural net had a decent amount of false negatives.&lt;br /&gt;
* Computational efficiency of global path planning&lt;br /&gt;
** We used the Field D* for global path planning. However, it wasn't computationally efficient, and failed to find a path in a reasonable amount of time at the beginning of the run, when it saw lines that extended a fair distance in front.&lt;br /&gt;
* Because we were seeing lines in front and not behind us and the first waypoint was located to the side of the starting location, the global path planner planned a path that went behind us, leading to the famous reverse run.&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode='packed-hover'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:jessiphotoshoot.jpeg | Jessi in real life&lt;br /&gt;
Image:Jessiteambeforecomp.jpg | Jessi team before going to comp&lt;br /&gt;
Image:Jessiteamtesting.jpg | Jessi team testing during comp&lt;br /&gt;
Image:barrelking.jpeg | Barrel king.&lt;br /&gt;
Image:Jessidesignpresentation.jpg | Jessi team giving design presentation&lt;br /&gt;
Image:tomasblanket.jpg | Tomas sleeping on the grass&lt;br /&gt;
Image:Jessiteamduringcomp.jpg | Jessi team with the robot&lt;br /&gt;
Image:Jessiteamduringcomp2.jpg | Jessi team with the robot&lt;br /&gt;
Image:Woodishoutout.jpg | Woodi shoutout on Jessi&lt;br /&gt;
Image:Jessiteamwithaward.jpg | Jessi team with the 2nd place design award&lt;br /&gt;
Image:Jessi.jpg | Jessii CAD&lt;br /&gt;
Image:Jessiibeforecomp.jpg | Jessii before going to competition&lt;br /&gt;
Image:Jessiiteam1.jpg | Jessii team on day 1 of comp&lt;br /&gt;
Image:Jessiiqualify.jpg | Jessii after qualifying&lt;br /&gt;
Image:Jessiiteam2.jpg | Jessii team after qualifying&lt;br /&gt;
Image:engineeringzipties.jpg | Zipties used to gain traction&lt;br /&gt;
Image:nighttesting.jpeg | Jessii testing during comp at night&lt;br /&gt;
Image:designcertificate.jpg | Jessii design 1st place certificate&lt;br /&gt;
Image:designaward.jpg | 1st place design plaque&lt;br /&gt;
Image:3rdplacecertificate.jpg | Jessii grand prize 3rd place certificate&lt;br /&gt;
Image:jessiifordtour.jpg | Jessii team on a Ford tour&lt;br /&gt;
Image:jessiidesignpresentation.jpg | Jessii team giving design presentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
[[Category:IGVC]]&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=IGVC_Software_Installation_Instructions&amp;diff=18323</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=18323"/>
		<updated>2019-09-04T02:10:36Z</updated>

		<summary type="html">&lt;p&gt;Oso6: Updated &amp;quot;Run the Code&amp;quot; section to point back to github repo README, added recursive on clone.&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;/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;
&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 https://github.com/RoboJackets/igvc-software --recursive&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;
Refer back to the README of https://github.com/RoboJackets/igvc-software for instructions on running the code&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18272</id>
		<title>Jessi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18272"/>
		<updated>2019-06-30T22:59:07Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = n/a&lt;br /&gt;
| highest_finish_autonav = n/a&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2018 ===&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 5 ft&lt;br /&gt;
** Design Competition Placement: 2nd (401.33 / 480 points in finalist round; 1299/1400 points in group stages)&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2019 ===&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 16 ft&lt;br /&gt;
** Design Competition Placement: 1st&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jessi ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Issues ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Issues ===&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC Electrical Overview.png | 300px | thumb | Jessi Electrical Overview]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Issues ===&lt;br /&gt;
&lt;br /&gt;
== Jessii ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
Though the team was well-prepared going into 2019 IGVC, several issues came up during competition. On the first day, the mbed was experiencing issues and causing the computer to brownout. The mbed was fried while attempts were being made to fix the problem. Eventually this was solved with a new mbed and a large capacitor, which prevented brownouts from happening, though the whole process of fixing the robot took up the first day of the competition. During the second day, major progress was made; the team was 4th to qualify, which was the earliest Georgia Tech has ever qualified in IGVC. Additionally, the robot had a few successful runs on the course. Most notably, the great backwards run tragedy of 2019 happened. During this run, the robot turned itself around and went BACKWARDS on the course, though it went extremely far. This ended up being (absolute-value) the second longest run achieved by any robot in the competition this year, though it didn't count towards our score since it was backwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Issues ===&lt;br /&gt;
We tried to make Jessii a more modular and accessible version of Jessi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Issues ===&lt;br /&gt;
For Jessii, the electrical team focused on iterating on several components of Jessi's system to improve weaknesses seen at the prior competition. &lt;br /&gt;
*Custom Computer and Improved Sensors&lt;br /&gt;
**To improve computational capabilities and performance we upgraded our computer and other sensors&lt;br /&gt;
***Intel i7-8700K 3.7GHz 6 Core Processor, Nvidia GTX 1060 GPU, 32GB RAM&lt;br /&gt;
****GPU was chosen for CUDA support&lt;br /&gt;
****Hotswap capability was brought using a PCB though not implemented before competition&lt;br /&gt;
***Velodyne Puck VLP-16 3D LiDAR&lt;br /&gt;
***YostLabs 3-Space Micro USB IMU&lt;br /&gt;
*E-Stop&lt;br /&gt;
**E-Stop circuitry was consolidated onto E-Stop PCB&lt;br /&gt;
**Relay was used instead of a transistor used in version 1.0&lt;br /&gt;
*Ethernet Communication Protocol &lt;br /&gt;
**The logic board, the custom PCB which handles motor control switched from a virtual serial interface from MBed to a custom Ethernet communication protocol for robustness&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Issues ===&lt;br /&gt;
==== Design &amp;amp; Improvements ====&lt;br /&gt;
The software team performed a large overhaul of the codebase, focusing primarily on increasing the robustness of various algorithms used.&lt;br /&gt;
* Perception&lt;br /&gt;
** We used the [https://velodynelidar.com/vlp-16.html VLP-16] 3D Lidar this year. We tried both RANSAC plane detection and Progressive Morphological Filters, but ended up using RANSAC for competition as it was more tested.&lt;br /&gt;
** We switched from the FCN-8 architcture to the U-net architecture for the neural net for image segmentation.&lt;br /&gt;
* Localization&lt;br /&gt;
** We used the same [https://github.com/cra-ros-pkg/robot_localization Robot Localization] package as last year for localization.&lt;br /&gt;
* Mapping&lt;br /&gt;
** We kept with the same occupancy grid mapping strategy. However, we revamped the actual algorithm to be a lot more mathematically sound by using a binary bayes filter instead of simply incrementing a counter. In addition, we included a proper sensor model for our various sensors, so that knowledge of both free space and occupied space are used when mapping.&lt;br /&gt;
* Global Path Planning&lt;br /&gt;
** The global path planning algorithm was changed from a janky A* implementation to a janky Field D* algorithm, which yeilded smoother paths.&lt;br /&gt;
* Local Path Planning&lt;br /&gt;
** The local path planning algorithm still used the same smooth control law as before. However, instead of using a pure-pursuit style algorithm to follow the path, the robot paths directly to waypoints on the path and performs motion profiling, so that the robot is able to stay on the path.&lt;br /&gt;
==== Issues ====&lt;br /&gt;
We faced a few issues this year:&lt;br /&gt;
* Robustness of line detection&lt;br /&gt;
** We moved from a pretrained FCN8 to a U-net architecture that didn't have pretraining. As a result, on the final day, our neural net had a decent amount of false negatives.&lt;br /&gt;
* Computational efficiency of global path planning&lt;br /&gt;
** We used the Field D* for global path planning. However, it wasn't computationally efficient, and failed to find a path in a reasonable amount of time at the beginning of the run, when it saw lines that extended a fair distance in front.&lt;br /&gt;
* Because we were seeing lines in front and not behind us and the first waypoint was located to the side of the starting location, the global path planner planned a path that went behind us, leading to the famous reverse run.&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode='packed-hover'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:jessiphotoshoot.jpeg | Jessi in real life&lt;br /&gt;
Image:Jessiteambeforecomp.jpg | Jessi team before going to comp&lt;br /&gt;
Image:Jessiteamtesting.jpg | Jessi team testing during comp&lt;br /&gt;
Image:barrelking.jpeg | Barrel king.&lt;br /&gt;
Image:Jessidesignpresentation.jpg | Jessi team giving design presentation&lt;br /&gt;
Image:tomasblanket.jpg | Tomas sleeping on the grass&lt;br /&gt;
Image:Jessiteamduringcomp.jpg | Jessi team with the robot&lt;br /&gt;
Image:Jessiteamduringcomp2.jpg | Jessi team with the robot&lt;br /&gt;
Image:Woodishoutout.jpg | Woodi shoutout on Jessi&lt;br /&gt;
Image:Jessiteamwithaward.jpg | Jessi team with the 2nd place design award&lt;br /&gt;
Image:Jessi.jpg | Jessii CAD&lt;br /&gt;
Image:Jessiibeforecomp.jpg | Jessii before going to competition&lt;br /&gt;
Image:Jessiiteam1.jpg | Jessii team on day 1 of comp&lt;br /&gt;
Image:Jessiiqualify.jpg | Jessii after qualifying&lt;br /&gt;
Image:Jessiiteam2.jpg | Jessii team after qualifying&lt;br /&gt;
Image:engineeringzipties.jpg | Zipties used to gain traction&lt;br /&gt;
Image:nighttesting.jpeg | Jessii testing during comp at night&lt;br /&gt;
Image:designcertificate.jpg | Jessii design 1st place certificate&lt;br /&gt;
Image:designaward.jpg | 1st place design plaque&lt;br /&gt;
Image:3rdplacecertificate.jpg | Jessii grand prize 3rd place certificate&lt;br /&gt;
Image:jessiifordtour.jpg | Jessii team on a Ford tour&lt;br /&gt;
Image:jessiidesignpresentation.jpg | Jessii team giving design presentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
[[Category:IGVC]]&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18260</id>
		<title>Jessi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18260"/>
		<updated>2019-06-30T22:49:53Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = n/a&lt;br /&gt;
| highest_finish_autonav = n/a&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2018 ===&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 5 ft&lt;br /&gt;
** Design Competition Placement: 2nd (401.33 / 480 points in finalist round; 1299/1400 points in group stages)&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2019 ===&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 16 ft&lt;br /&gt;
** Design Competition Placement: 1st&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jessi ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC Electrical Overview.png | 300px | thumb | Jessi Electrical Overview]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
== Jessii ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
Though the team was well-prepared going into 2019 IGVC, several issues came up during competition. On the first day, the mbed was experiencing issues and causing the computer to brownout. The mbed was fried while attempts were being made to fix the problem. Eventually this was solved with a new mbed and a large capacitor, which prevented brownouts from happening, though the whole process of fixing the robot took up the first day of the competition. During the second day, major progress was made; the team was 4th to qualify, which was the earliest Georgia Tech has ever qualified in IGVC. Additionally, the robot had a few successful runs on the course. Most notably, the great backwards run tragedy of 2019 happened. During this run, the robot turned itself around and went BACKWARDS on the course, though it went extremely far. This ended up being (absolute-value) the second longest run achieved by any robot in the competition this year, though it didn't count towards our score since it was backwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
We tried to make Jessii a more modular and accessible version of Jessi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
For Jessii, the electrical team focused on iterating on several components of Jessi's system to improve weaknesses seen at the prior competition. &lt;br /&gt;
*Custom Computer and Improved Sensors&lt;br /&gt;
**To improve computational capabilities and performance we upgraded our computer and other sensors&lt;br /&gt;
***Intel i7-8700K 3.7GHz 6 Core Processor, Nvidia GTX 1060 GPU, 32GB RAM&lt;br /&gt;
****GPU was chosen for CUDA support&lt;br /&gt;
****Hotswap capability was brought using a PCB though not implemented before competition&lt;br /&gt;
***Velodyne Puck VLP-16 3D LiDAR&lt;br /&gt;
***YostLabs 3-Space Micro USB IMU&lt;br /&gt;
*E-Stop&lt;br /&gt;
**E-Stop circuitry was consolidated onto E-Stop PCB&lt;br /&gt;
**Relay was used instead of a transistor used in version 1.0&lt;br /&gt;
*Ethernet Communication Protocol &lt;br /&gt;
**The logic board, the custom PCB which handles motor control switched from a virtual serial interface from MBed to a custom Ethernet communication protocol for robustness&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
==== Design &amp;amp; Improvements ====&lt;br /&gt;
The software team performed a large overhaul of the codebase, focusing primarily on increasing the robustness of various algorithms used.&lt;br /&gt;
* Perception&lt;br /&gt;
** We used the [https://velodynelidar.com/vlp-16.html VLP-16] 3D Lidar this year. We tried both RANSAC plane detection and Progressive Morphological Filters, but ended up using RANSAC for competition as it was more tested.&lt;br /&gt;
** We switched from the FCN-8 architcture to the U-net architecture for the neural net for image segmentation.&lt;br /&gt;
* Localization&lt;br /&gt;
** We used the same [https://github.com/cra-ros-pkg/robot_localization Robot Localization] package as last year for localization.&lt;br /&gt;
* Mapping&lt;br /&gt;
** We kept with the same occupancy grid mapping strategy. However, we revamped the actual algorithm to be a lot more mathematically sound by using a binary bayes filter instead of simply incrementing a counter. In addition, we included a proper sensor model for our various sensors, so that knowledge of both free space and occupied space are used when mapping.&lt;br /&gt;
* Global Path Planning&lt;br /&gt;
** The global path planning algorithm was changed from a janky A* implementation to a janky Field D* algorithm, which yeilded smoother paths.&lt;br /&gt;
* Local Path Planning&lt;br /&gt;
** The local path planning algorithm still used the same smooth control law as before. However, instead of using a pure-pursuit style algorithm to follow the path, the robot paths directly to waypoints on the path and performs motion profiling, so that the robot is able to stay on the path.&lt;br /&gt;
==== Issues ====&lt;br /&gt;
We faced a few issues this year:&lt;br /&gt;
* Robustness of line detection&lt;br /&gt;
** We moved from a pretrained FCN8 to a U-net architecture that didn't have pretraining. As a result, on the final day, our neural net had a decent amount of false negatives.&lt;br /&gt;
* Computational efficiency of global path planning&lt;br /&gt;
** We used the Field D* for global path planning. However, it wasn't computationally efficient, and failed to find a path in a reasonable amount of time at the beginning of the run, when it saw lines that extended a fair distance in front.&lt;br /&gt;
* Because we were seeing lines in front and not behind us and the first waypoint was located to the side of the starting location, the global path planner planned a path that went behind us, leading to the famous reverse run.&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode='packed-hover'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:jessiphotoshoot.jpeg | Jessi in real life&lt;br /&gt;
Image:Jessiteambeforecomp.jpg | Jessi team before going to comp&lt;br /&gt;
Image:Jessiteamtesting.jpg | Jessi team testing during comp&lt;br /&gt;
Image:barrelking.jpeg | Barrel king.&lt;br /&gt;
Image:Jessidesignpresentation.jpg | Jessi team giving design presentation&lt;br /&gt;
Image:tomasblanket.jpg | Tomas sleeping on the grass&lt;br /&gt;
Image:Jessiteamduringcomp.jpg | Jessi team with the robot&lt;br /&gt;
Image:Jessiteamduringcomp2.jpg | Jessi team with the robot&lt;br /&gt;
Image:Woodishoutout.jpg | Woodi shoutout on Jessi&lt;br /&gt;
Image:Jessiteamwithaward.jpg | Jessi team with the 2nd place design award&lt;br /&gt;
Image:Jessi.jpg | Jessii CAD&lt;br /&gt;
Image:Jessiibeforecomp.jpg | Jessii before going to competition&lt;br /&gt;
Image:Jessiiteam1.jpg | Jessii team on day 1 of comp&lt;br /&gt;
Image:Jessiiqualify.jpg | Jessii after qualifying&lt;br /&gt;
Image:Jessiiteam2.jpg | Jessii team after qualifying&lt;br /&gt;
Image:engineeringzipties.jpg | Zipties used to gain traction&lt;br /&gt;
Image:nighttesting.jpeg | Jessii testing during comp at night&lt;br /&gt;
Image:designcertificate.jpg | Jessii design 1st place certificate&lt;br /&gt;
Image:designaward.jpg | 1st place design plaque&lt;br /&gt;
Image:3rdplacecertificate.jpg | Jessii grand prize 3rd place certificate&lt;br /&gt;
Image:jessiifordtour.jpg | Jessii team on a Ford tour&lt;br /&gt;
Image:jessiidesignpresentation.jpg | Jessii team giving design presentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18256</id>
		<title>Jessi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18256"/>
		<updated>2019-06-30T22:48:59Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = n/a&lt;br /&gt;
| highest_finish_autonav = n/a&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2018 ===&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 5 ft&lt;br /&gt;
** Design Competition Placement: 2nd (401.33 / 480 points in finalist round; 1299/1400 points in group stages)&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2019 ===&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 16 ft&lt;br /&gt;
** Design Competition Placement: 1st&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jessi ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC Electrical Overview.png | 300px | thumb | Jessi Electrical Overview]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
== Jessii ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
Though the team was well-prepared going into 2019 IGVC, several issues came up during competition. On the first day, the mbed was experiencing issues and causing the computer to brownout. The mbed was fried while attempts were being made to fix the problem. Eventually this was solved with a new mbed and a large capacitor, which prevented brownouts from happening, though the whole process of fixing the robot took up the first day of the competition. During the second day, major progress was made; the team was 4th to qualify, which was the earliest Georgia Tech has ever qualified in IGVC. Additionally, the robot had a few successful runs on the course. Most notably, the great backwards run tragedy of 2019 happened. During this run, the robot turned itself around and went BACKWARDS on the course, though it went extremely far. This ended up being (absolute-value) the second longest run achieved by any robot in the competition this year, though it didn't count towards our score since it was backwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
We tried to make Jessii a more modular and accessible version of Jessi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
For Jessii, the electrical team focused on iterating on several components of Jessi's system to improve weaknesses seen at the prior competition. &lt;br /&gt;
*Custom Computer and Improved Sensors&lt;br /&gt;
**To improve computational capabilities and performance we upgraded our computer and other sensors&lt;br /&gt;
***Intel i7-8700K 3.7GHz 6 Core Processor, Nvidia GTX 1060 GPU, 32GB RAM&lt;br /&gt;
****GPU was chosen for CUDA support&lt;br /&gt;
****Hotswap capability was brought using a PCB though not implemented before competition&lt;br /&gt;
***Velodyne Puck VLP-16 3D LiDAR&lt;br /&gt;
***YostLabs 3-Space Micro USB IMU&lt;br /&gt;
*E-Stop&lt;br /&gt;
**E-Stop circuitry was consolidated onto E-Stop PCB&lt;br /&gt;
**Relay was used instead of a transistor used in version 1.0&lt;br /&gt;
*Ethernet Communication Protocol &lt;br /&gt;
**The logic board, the custom PCB which handles motor control switched from a virtual serial interface from MBed to a custom Ethernet communication protocol for robustness&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
==== Design &amp;amp; Improvements ====&lt;br /&gt;
We faced a few issues this year:&lt;br /&gt;
* Robustness of line detection&lt;br /&gt;
** We moved from a pretrained FCN8 to a U-net architecture that didn't have pretraining. As a result, on the final day, our neural net had a decent amount of false negatives.&lt;br /&gt;
* Computational efficiency of global path planning&lt;br /&gt;
** We used the Field D* for global path planning. However, it wasn't computationally efficient, and failed to find a path in a reasonable amount of time at the beginning of the run, when it saw lines that extended a fair distance in front.&lt;br /&gt;
* Because we were seeing lines in front and not behind us and the first waypoint was located to the side of the starting location, the global path planner planned a path that went behind us, leading to the famous reverse run.&lt;br /&gt;
==== Issues ====&lt;br /&gt;
The software team performed a large overhaul of the codebase, focusing primarily on increasing the robustness of various algorithms used.&lt;br /&gt;
* Perception&lt;br /&gt;
** We used the [https://velodynelidar.com/vlp-16.html VLP-16] 3D Lidar this year. We tried both RANSAC plane detection and Progressive Morphological Filters, but ended up using RANSAC for competition as it was more tested.&lt;br /&gt;
** We switched from the FCN-8 architcture to the U-net architecture for the neural net for image segmentation.&lt;br /&gt;
* Localization&lt;br /&gt;
** We used the same [https://github.com/cra-ros-pkg/robot_localization Robot Localization] package as last year for localization.&lt;br /&gt;
* Mapping&lt;br /&gt;
** We kept with the same occupancy grid mapping strategy. However, we revamped the actual algorithm to be a lot more mathematically sound by using a binary bayes filter instead of simply incrementing a counter. In addition, we included a proper sensor model for our various sensors, so that knowledge of both free space and occupied space are used when mapping.&lt;br /&gt;
* Global Path Planning&lt;br /&gt;
** The global path planning algorithm was changed from a janky A* implementation to a janky Field D* algorithm, which yeilded smoother paths.&lt;br /&gt;
* Local Path Planning&lt;br /&gt;
** The local path planning algorithm still used the same smooth control law as before. However, instead of using a pure-pursuit style algorithm to follow the path, the robot paths directly to waypoints on the path and performs motion profiling, so that the robot is able to stay on the path.&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode='packed-hover'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:jessiphotoshoot.jpeg | Jessi in real life&lt;br /&gt;
Image:Jessiteambeforecomp.jpg | Jessi team before going to comp&lt;br /&gt;
Image:Jessiteamtesting.jpg | Jessi team testing during comp&lt;br /&gt;
Image:barrelking.jpeg | Barrel king.&lt;br /&gt;
Image:Jessidesignpresentation.jpg | Jessi team giving design presentation&lt;br /&gt;
Image:tomasblanket.jpg | Tomas sleeping on the grass&lt;br /&gt;
Image:Jessiteamduringcomp.jpg | Jessi team with the robot&lt;br /&gt;
Image:Jessiteamduringcomp2.jpg | Jessi team with the robot&lt;br /&gt;
Image:Woodishoutout.jpg | Woodi shoutout on Jessi&lt;br /&gt;
Image:Jessiteamwithaward.jpg | Jessi team with the 2nd place design award&lt;br /&gt;
Image:Jessi.jpg | Jessii CAD&lt;br /&gt;
Image:Jessiibeforecomp.jpg | Jessii before going to competition&lt;br /&gt;
Image:Jessiiteam1.jpg | Jessii team on day 1 of comp&lt;br /&gt;
Image:Jessiiqualify.jpg | Jessii after qualifying&lt;br /&gt;
Image:Jessiiteam2.jpg | Jessii team after qualifying&lt;br /&gt;
Image:engineeringzipties.jpg | Zipties used to gain traction&lt;br /&gt;
Image:nighttesting.jpeg | Jessii testing during comp at night&lt;br /&gt;
Image:designcertificate.jpg | Jessii design 1st place certificate&lt;br /&gt;
Image:designaward.jpg | 1st place design plaque&lt;br /&gt;
Image:3rdplacecertificate.jpg | Jessii grand prize 3rd place certificate&lt;br /&gt;
Image:jessiifordtour.jpg | Jessii team on a Ford tour&lt;br /&gt;
Image:jessiidesignpresentation.jpg | Jessii team giving design presentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18253</id>
		<title>Jessi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18253"/>
		<updated>2019-06-30T22:46:41Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = n/a&lt;br /&gt;
| highest_finish_autonav = n/a&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2018 ===&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 5 ft&lt;br /&gt;
** Design Competition Placement: 2nd (401.33 / 480 points in finalist round; 1299/1400 points in group stages)&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2019 ===&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 16 ft&lt;br /&gt;
** Design Competition Placement: 1st&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jessi ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC Electrical Overview.png | 300px | thumb | Jessi Electrical Overview]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
== Jessii ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
Though the team was well-prepared going into 2019 IGVC, several issues came up during competition. On the first day, the mbed was experiencing issues and causing the computer to brownout. The mbed was fried while attempts were being made to fix the problem. Eventually this was solved with a new mbed and a large capacitor, which prevented brownouts from happening, though the whole process of fixing the robot took up the first day of the competition. During the second day, major progress was made; the team was 4th to qualify, which was the earliest Georgia Tech has ever qualified in IGVC. Additionally, the robot had a few successful runs on the course. Most notably, the great backwards run tragedy of 2019 happened. During this run, the robot turned itself around and went BACKWARDS on the course, though it went extremely far. This ended up being (absolute-value) the second longest run achieved by any robot in the competition this year, though it didn't count towards our score since it was backwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
We tried to make Jessii a more modular and accessible version of Jessi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
For Jessii, the electrical team focused on iterating on several components of Jessi's system to improve weaknesses seen at the prior competition. &lt;br /&gt;
*Custom Computer and Improved Sensors&lt;br /&gt;
**To improve computational capabilities and performance we upgraded our computer and other sensors&lt;br /&gt;
***Intel i7-8700K 3.7GHz 6 Core Processor, Nvidia GTX 1060 GPU, 32GB RAM&lt;br /&gt;
****GPU was chosen for CUDA support&lt;br /&gt;
****Hotswap capability was brought using a PCB though not implemented before competition&lt;br /&gt;
***Velodyne Puck VLP-16 3D LiDAR&lt;br /&gt;
***YostLabs 3-Space Micro USB IMU&lt;br /&gt;
*E-Stop&lt;br /&gt;
**E-Stop circuitry was consolidated onto E-Stop PCB&lt;br /&gt;
**Relay was used instead of a transistor used in version 1.0&lt;br /&gt;
*Ethernet Communication Protocol &lt;br /&gt;
**The logic board, the custom PCB which handles motor control switched from a virtual serial interface from MBed to a custom Ethernet communication protocol for robustness&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
==== Software Design &amp;amp; Improvements =====&lt;br /&gt;
We faced a few issues this year:&lt;br /&gt;
* Robustness of line detection&lt;br /&gt;
** We moved from a pretrained FCN8 to a U-net architecture that didn't have pretraining. As a result, on the final day, our neural net had a decent amount of false negatives.&lt;br /&gt;
* Computational efficiency of global path planning&lt;br /&gt;
** We used the Field D* for global path planning. However, it wasn't computationally efficient, and failed to find a path in a reasonable amount of time at the beginning of the run, when it saw lines that extended a fair distance in front.&lt;br /&gt;
* Because we were seeing lines in front and not behind us and the first waypoint was located to the side of the starting location, the global path planner planned a path that went behind us, leading to the famous reverse run.&lt;br /&gt;
==== Design &amp;amp; Improvements ====&lt;br /&gt;
The software team performed a large overhaul of the codebase, focusing primarily on increasing the robustness of various algorithms used.&lt;br /&gt;
* Perception&lt;br /&gt;
** We used the [https://velodynelidar.com/vlp-16.html VLP-16] 3D Lidar this year. We tried both RANSAC plane detection and Progressive Morphological Filters, but ended up using RANSAC for competition as it was more tested.&lt;br /&gt;
** We switched from the FCN-8 architcture to the U-net architecture for the neural net for image segmentation.&lt;br /&gt;
* Localization&lt;br /&gt;
** We used the same [https://github.com/cra-ros-pkg/robot_localization Robot Localization] package as last year for localization.&lt;br /&gt;
* Mapping&lt;br /&gt;
** We kept with the same occupancy grid mapping strategy. However, we revamped the actual algorithm to be a lot more mathematically sound by using a binary bayes filter instead of simply incrementing a counter. In addition, we included a proper sensor model for our various sensors, so that knowledge of both free space and occupied space are used when mapping.&lt;br /&gt;
* Global Path Planning&lt;br /&gt;
** The global path planning algorithm was changed from a janky A* implementation to a janky Field D* algorithm, which yeilded smoother paths.&lt;br /&gt;
* Local Path Planning&lt;br /&gt;
** The local path planning algorithm still used the same smooth control law as before. However, instead of using a pure-pursuit style algorithm to follow the path, the robot paths directly to waypoints on the path and performs motion profiling, so that the robot is able to stay on the path.&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode='packed-hover'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:jessiphotoshoot.jpeg | Jessi in real life&lt;br /&gt;
Image:Jessiteambeforecomp.jpg | Jessi team before going to comp&lt;br /&gt;
Image:Jessiteamtesting.jpg | Jessi team testing during comp&lt;br /&gt;
Image:barrelking.jpeg | Barrel king.&lt;br /&gt;
Image:Jessidesignpresentation.jpg | Jessi team giving design presentation&lt;br /&gt;
Image:tomasblanket.jpg | Tomas sleeping on the grass&lt;br /&gt;
Image:Jessiteamduringcomp.jpg | Jessi team with the robot&lt;br /&gt;
Image:Jessiteamduringcomp2.jpg | Jessi team with the robot&lt;br /&gt;
Image:Woodishoutout.jpg | Woodi shoutout on Jessi&lt;br /&gt;
Image:Jessiteamwithaward.jpg | Jessi team with the 2nd place design award&lt;br /&gt;
Image:Jessi.jpg | Jessii CAD&lt;br /&gt;
Image:Jessiibeforecomp.jpg | Jessii before going to competition&lt;br /&gt;
Image:Jessiiteam1.jpg | Jessii team on day 1 of comp&lt;br /&gt;
Image:Jessiiqualify.jpg | Jessii after qualifying&lt;br /&gt;
Image:Jessiiteam2.jpg | Jessii team after qualifying&lt;br /&gt;
Image:engineeringzipties.jpg | Zipties used to gain traction&lt;br /&gt;
Image:nighttesting.jpeg | Jessii testing during comp at night&lt;br /&gt;
Image:designcertificate.jpg | Jessii design 1st place certificate&lt;br /&gt;
Image:designaward.jpg | 1st place design plaque&lt;br /&gt;
Image:3rdplacecertificate.jpg | Jessii grand prize 3rd place certificate&lt;br /&gt;
Image:jessiifordtour.jpg | Jessii team on a Ford tour&lt;br /&gt;
Image:jessiidesignpresentation.jpg | Jessii team giving design presentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18243</id>
		<title>Jessi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18243"/>
		<updated>2019-06-30T22:32:16Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = n/a&lt;br /&gt;
| highest_finish_autonav = n/a&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2018 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 5 ft&lt;br /&gt;
** Design Competition Placement: 2nd&lt;br /&gt;
** AutoNav Competition Placement: &lt;br /&gt;
&lt;br /&gt;
=== IGVC 2019 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 16 ft&lt;br /&gt;
** Design Competition Placement: 1st&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jessi ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC Electrical Overview.png | 300px | thumb | Jessi Electrical Overview]]&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
== Jessii ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
Though the team was well-prepared going into 2019 IGVC, several issues came up during competition. On the first day, the mbed was experiencing issues and causing the computer to brownout. The mbed was fried while attempts were being made to fix the problem. Eventually this was solved with a new mbed and a large capacitor, which prevented brownouts from happening, though the whole process of fixing the robot took up the first day of the competition. During the second day, major progress was made; the team was 4th to qualify, which was the earliest Georgia Tech has ever qualified in IGVC. Additionally, the robot had a few successful runs on the course. Most notably, the great backwards run tragedy of 2019 happened. During this run, the robot turned itself around and went BACKWARDS on the course, though it went extremely far. This ended up being (absolute-value) the second longest run achieved by any robot in the competition this year, though it didn't count towards our score since it was backwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
For Jessii, the electrical team focused on iterating on several components of Jessi's system to improve weaknesses seen at the prior competition. &lt;br /&gt;
*Custom Computer and Improved Sensors&lt;br /&gt;
**To improve computational capabilities and performance we upgraded our computer and other sensors&lt;br /&gt;
***Intel i7-8700K 3.7GHz 6 Core Processor, Nvidia GTX 1060 GPU, 32GB RAM&lt;br /&gt;
****GPU was chosen for CUDA support&lt;br /&gt;
****Hotswap capability was brought using a PCB though not implemented before competition&lt;br /&gt;
***Velodyne Puck VLP-16 3D LiDAR&lt;br /&gt;
***YostLabs 3-Space Micro USB IMU&lt;br /&gt;
*E-Stop&lt;br /&gt;
**E-Stop circuitry was consolidated onto E-Stop PCB&lt;br /&gt;
**Relay was used instead of a transistor used in version 1.0&lt;br /&gt;
*Ethernet Communication Protocol &lt;br /&gt;
**The logic board, the custom PCB which handles motor control switched from a virtual serial interface from MBed to a custom Ethernet communication protocol for robustness&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Software Issues &amp;amp; Improvements ===&lt;br /&gt;
We faced a few issues this year:&lt;br /&gt;
* Robustness of line detection&lt;br /&gt;
** We moved from a pretrained FCN8 to a U-net architecture that didn't have pretraining. As a result, on the final day, our neural net had a decent amount of false negatives.&lt;br /&gt;
* Computational efficiency of global path planning&lt;br /&gt;
** We used the Field D* for global path planning. However, it wasn't computationally efficient, and failed to find a path in a reasonable amount of time at the beginning of the run, when it saw lines that extended a fair distance in front.&lt;br /&gt;
* Because we were seeing lines in front and not behind us and the first waypoint was located to the side of the starting location, the global path planner planned a path that went behind us, leading to the famous reverse run.&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode='packed-hover'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:jessiphotoshoot.jpeg | Jessi in real life&lt;br /&gt;
Image:Jessiteambeforecomp.jpg | Jessi team before going to comp&lt;br /&gt;
Image:Jessiteamtesting.jpg | Jessi team testing during comp&lt;br /&gt;
Image:barrelking.jpeg | Barrel king.&lt;br /&gt;
Image:Jessidesignpresentation.jpg | Jessi team giving design presentation&lt;br /&gt;
Image:tomasblanket.jpg | Tomas sleeping on the grass&lt;br /&gt;
Image:Jessiteamduringcomp.jpg | Jessi team with the robot&lt;br /&gt;
Image:Jessiteamduringcomp2.jpg | Jessi team with the robot&lt;br /&gt;
Image:Woodishoutout.jpg | Woodi shoutout on Jessi&lt;br /&gt;
Image:Jessiteamwithaward.jpg | Jessi team with the 2nd place design award&lt;br /&gt;
Image:Jessi.jpg | Jessii CAD&lt;br /&gt;
Image:Jessiibeforecomp.jpg | Jessii before going to competition&lt;br /&gt;
Image:Jessiiteam1.jpg | Jessii team on day 1 of comp&lt;br /&gt;
Image:Jessiiqualify.jpg | Jessii after qualifying&lt;br /&gt;
Image:Jessiiteam2.jpg | Jessii team after qualifying&lt;br /&gt;
Image:engineeringzipties.jpg | Zipties used to gain traction&lt;br /&gt;
Image:nighttesting.jpeg | Jessii testing during comp at night&lt;br /&gt;
Image:designcertificate.jpg | Jessii design 1st place certificate&lt;br /&gt;
Image:designaward.jpg | 1st place design plaque&lt;br /&gt;
Image:3rdplacecertificate.jpg | Jessii grand prize 3rd place certificate&lt;br /&gt;
Image:jessiifordtour.jpg | Jessii team on a Ford tour&lt;br /&gt;
Image:jessiidesignpresentation.jpg | Jessii team giving design presentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18242</id>
		<title>Jessi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18242"/>
		<updated>2019-06-30T22:31:57Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = n/a&lt;br /&gt;
| highest_finish_autonav = n/a&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2018 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 5 ft&lt;br /&gt;
** Design Competition Placement: 2nd&lt;br /&gt;
** AutoNav Competition Placement: &lt;br /&gt;
&lt;br /&gt;
=== IGVC 2019 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 16 ft&lt;br /&gt;
** Design Competition Placement: 1st&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jessi ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC Electrical Overview.png | 300px | thumb | Jessi Electrical Overview]]&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
== Jessii ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
Though the team was well-prepared going into 2019 IGVC, several issues came up during competition. On the first day, the mbed was experiencing issues and causing the computer to brownout. The mbed was fried while attempts were being made to fix the problem. Eventually this was solved with a new mbed and a large capacitor, which prevented brownouts from happening, though the whole process of fixing the robot took up the first day of the competition. During the second day, major progress was made; the team was 4th to qualify, which was the earliest Georgia Tech has ever qualified in IGVC. Additionally, the robot had a few successful runs on the course. Most notably, the great backwards run tragedy of 2019 happened. During this run, the robot turned itself around and went BACKWARDS on the course, though it went extremely far. This ended up being (absolute-value) the second longest run achieved by any robot in the competition this year, though it didn't count towards our score since it was backwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
For Jessii, the electrical team focused on iterating on several components of Jessi's system to improve weaknesses seen at the prior competition. &lt;br /&gt;
*Custom Computer and Improved Sensors&lt;br /&gt;
**To improve computational capabilities and performance we upgraded our computer and other sensors&lt;br /&gt;
***Intel i7-8700K 3.7GHz 6 Core Processor, Nvidia GTX 1060 GPU, 32GB RAM&lt;br /&gt;
****GPU was chosen for CUDA support&lt;br /&gt;
****Hotswap capability was brought using a PCB though not implemented before competition&lt;br /&gt;
***Velodyne Puck VLP-16 3D LiDAR&lt;br /&gt;
***YostLabs 3-Space Micro USB IMU&lt;br /&gt;
*E-Stop&lt;br /&gt;
**E-Stop circuitry was consolidated onto E-Stop PCB&lt;br /&gt;
**Relay was used instead of a transistor used in version 1.0&lt;br /&gt;
*Ethernet Communication Protocol &lt;br /&gt;
**The logic board, the custom PCB which handles motor control switched from a virtual serial interface from MBed to a custom Ethernet communication protocol for robustness&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
==== Software Issues &amp;amp; Improvements ====&lt;br /&gt;
We faced a few issues this year:&lt;br /&gt;
* Robustness of line detection&lt;br /&gt;
** We moved from a pretrained FCN8 to a U-net architecture that didn't have pretraining. As a result, on the final day, our neural net had a decent amount of false negatives.&lt;br /&gt;
* Computational efficiency of global path planning&lt;br /&gt;
** We used the Field D* for global path planning. However, it wasn't computationally efficient, and failed to find a path in a reasonable amount of time at the beginning of the run, when it saw lines that extended a fair distance in front.&lt;br /&gt;
* Because we were seeing lines in front and not behind us and the first waypoint was located to the side of the starting location, the global path planner planned a path that went behind us, leading to the famous reverse run.&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode='packed-hover'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:jessiphotoshoot.jpeg | Jessi in real life&lt;br /&gt;
Image:Jessiteambeforecomp.jpg | Jessi team before going to comp&lt;br /&gt;
Image:Jessiteamtesting.jpg | Jessi team testing during comp&lt;br /&gt;
Image:barrelking.jpeg | Barrel king.&lt;br /&gt;
Image:Jessidesignpresentation.jpg | Jessi team giving design presentation&lt;br /&gt;
Image:tomasblanket.jpg | Tomas sleeping on the grass&lt;br /&gt;
Image:Jessiteamduringcomp.jpg | Jessi team with the robot&lt;br /&gt;
Image:Jessiteamduringcomp2.jpg | Jessi team with the robot&lt;br /&gt;
Image:Woodishoutout.jpg | Woodi shoutout on Jessi&lt;br /&gt;
Image:Jessiteamwithaward.jpg | Jessi team with the 2nd place design award&lt;br /&gt;
Image:Jessi.jpg | Jessii CAD&lt;br /&gt;
Image:Jessiibeforecomp.jpg | Jessii before going to competition&lt;br /&gt;
Image:Jessiiteam1.jpg | Jessii team on day 1 of comp&lt;br /&gt;
Image:Jessiiqualify.jpg | Jessii after qualifying&lt;br /&gt;
Image:Jessiiteam2.jpg | Jessii team after qualifying&lt;br /&gt;
Image:engineeringzipties.jpg | Zipties used to gain traction&lt;br /&gt;
Image:nighttesting.jpeg | Jessii testing during comp at night&lt;br /&gt;
Image:designcertificate.jpg | Jessii design 1st place certificate&lt;br /&gt;
Image:designaward.jpg | 1st place design plaque&lt;br /&gt;
Image:3rdplacecertificate.jpg | Jessii grand prize 3rd place certificate&lt;br /&gt;
Image:jessiifordtour.jpg | Jessii team on a Ford tour&lt;br /&gt;
Image:jessiidesignpresentation.jpg | Jessii team giving design presentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18241</id>
		<title>Jessi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18241"/>
		<updated>2019-06-30T22:31:41Z</updated>

		<summary type="html">&lt;p&gt;Oso6: Undo revision 18240 by Oso6 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = n/a&lt;br /&gt;
| highest_finish_autonav = n/a&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2018 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 5 ft&lt;br /&gt;
** Design Competition Placement: 2nd&lt;br /&gt;
** AutoNav Competition Placement: &lt;br /&gt;
&lt;br /&gt;
=== IGVC 2019 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 16 ft&lt;br /&gt;
** Design Competition Placement: 1st&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jessi ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC Electrical Overview.png | 300px | thumb | Jessi Electrical Overview]]&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
== Jessii ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
Though the team was well-prepared going into 2019 IGVC, several issues came up during competition. On the first day, the mbed was experiencing issues and causing the computer to brownout. The mbed was fried while attempts were being made to fix the problem. Eventually this was solved with a new mbed and a large capacitor, which prevented brownouts from happening, though the whole process of fixing the robot took up the first day of the competition. During the second day, major progress was made; the team was 4th to qualify, which was the earliest Georgia Tech has ever qualified in IGVC. Additionally, the robot had a few successful runs on the course. Most notably, the great backwards run tragedy of 2019 happened. During this run, the robot turned itself around and went BACKWARDS on the course, though it went extremely far. This ended up being (absolute-value) the second longest run achieved by any robot in the competition this year, though it didn't count towards our score since it was backwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
For Jessii, the electrical team focused on iterating on several components of Jessi's system to improve weaknesses seen at the prior competition. &lt;br /&gt;
*Custom Computer and Improved Sensors&lt;br /&gt;
**To improve computational capabilities and performance we upgraded our computer and other sensors&lt;br /&gt;
***Intel i7-8700K 3.7GHz 6 Core Processor, Nvidia GTX 1060 GPU, 32GB RAM&lt;br /&gt;
****GPU was chosen for CUDA support&lt;br /&gt;
****Hotswap capability was brought using a PCB though not implemented before competition&lt;br /&gt;
***Velodyne Puck VLP-16 3D LiDAR&lt;br /&gt;
***YostLabs 3-Space Micro USB IMU&lt;br /&gt;
*E-Stop&lt;br /&gt;
**E-Stop circuitry was consolidated onto E-Stop PCB&lt;br /&gt;
**Relay was used instead of a transistor used in version 1.0&lt;br /&gt;
*Ethernet Communication Protocol &lt;br /&gt;
**The logic board, the custom PCB which handles motor control switched from a virtual serial interface from MBed to a custom Ethernet communication protocol for robustness&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode='packed-hover'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:jessiphotoshoot.jpeg | Jessi in real life&lt;br /&gt;
Image:Jessiteambeforecomp.jpg | Jessi team before going to comp&lt;br /&gt;
Image:Jessiteamtesting.jpg | Jessi team testing during comp&lt;br /&gt;
Image:barrelking.jpeg | Barrel king.&lt;br /&gt;
Image:Jessidesignpresentation.jpg | Jessi team giving design presentation&lt;br /&gt;
Image:tomasblanket.jpg | Tomas sleeping on the grass&lt;br /&gt;
Image:Jessiteamduringcomp.jpg | Jessi team with the robot&lt;br /&gt;
Image:Jessiteamduringcomp2.jpg | Jessi team with the robot&lt;br /&gt;
Image:Woodishoutout.jpg | Woodi shoutout on Jessi&lt;br /&gt;
Image:Jessiteamwithaward.jpg | Jessi team with the 2nd place design award&lt;br /&gt;
Image:Jessi.jpg | Jessii CAD&lt;br /&gt;
Image:Jessiibeforecomp.jpg | Jessii before going to competition&lt;br /&gt;
Image:Jessiiteam1.jpg | Jessii team on day 1 of comp&lt;br /&gt;
Image:Jessiiqualify.jpg | Jessii after qualifying&lt;br /&gt;
Image:Jessiiteam2.jpg | Jessii team after qualifying&lt;br /&gt;
Image:engineeringzipties.jpg | Zipties used to gain traction&lt;br /&gt;
Image:nighttesting.jpeg | Jessii testing during comp at night&lt;br /&gt;
Image:designcertificate.jpg | Jessii design 1st place certificate&lt;br /&gt;
Image:designaward.jpg | 1st place design plaque&lt;br /&gt;
Image:3rdplacecertificate.jpg | Jessii grand prize 3rd place certificate&lt;br /&gt;
Image:jessiifordtour.jpg | Jessii team on a Ford tour&lt;br /&gt;
Image:jessiidesignpresentation.jpg | Jessii team giving design presentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18240</id>
		<title>Jessi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18240"/>
		<updated>2019-06-30T22:31:17Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = n/a&lt;br /&gt;
| highest_finish_autonav = n/a&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2018 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 5 ft&lt;br /&gt;
** Design Competition Placement: 2nd&lt;br /&gt;
** AutoNav Competition Placement: &lt;br /&gt;
&lt;br /&gt;
=== IGVC 2019 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 16 ft&lt;br /&gt;
** Design Competition Placement: 1st&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jessi ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC Electrical Overview.png | 300px | thumb | Jessi Electrical Overview]]&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
==== Software Issues &amp;amp; Improvements ====&lt;br /&gt;
We faced a few issues this year:&lt;br /&gt;
* Robustness of line detection&lt;br /&gt;
** We moved from a pretrained FCN8 to a U-net architecture that didn't have pretraining. As a result, on the final day, our neural net had a decent amount of false negatives.&lt;br /&gt;
* Computational efficiency of global path planning&lt;br /&gt;
** We used the Field D* for global path planning. However, it wasn't computationally efficient, and failed to find a path in a reasonable amount of time at the beginning of the run, when it saw lines that extended a fair distance in front.&lt;br /&gt;
* Because we were seeing lines in front and not behind us and the first waypoint was located to the side of the starting location, the global path planner planned a path that went behind us, leading to the famous reverse run.&lt;br /&gt;
&lt;br /&gt;
== Jessii ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
Though the team was well-prepared going into 2019 IGVC, several issues came up during competition. On the first day, the mbed was experiencing issues and causing the computer to brownout. The mbed was fried while attempts were being made to fix the problem. Eventually this was solved with a new mbed and a large capacitor, which prevented brownouts from happening, though the whole process of fixing the robot took up the first day of the competition. During the second day, major progress was made; the team was 4th to qualify, which was the earliest Georgia Tech has ever qualified in IGVC. Additionally, the robot had a few successful runs on the course. Most notably, the great backwards run tragedy of 2019 happened. During this run, the robot turned itself around and went BACKWARDS on the course, though it went extremely far. This ended up being (absolute-value) the second longest run achieved by any robot in the competition this year, though it didn't count towards our score since it was backwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
For Jessii, the electrical team focused on iterating on several components of Jessi's system to improve weaknesses seen at the prior competition. &lt;br /&gt;
*Custom Computer and Improved Sensors&lt;br /&gt;
**To improve computational capabilities and performance we upgraded our computer and other sensors&lt;br /&gt;
***Intel i7-8700K 3.7GHz 6 Core Processor, Nvidia GTX 1060 GPU, 32GB RAM&lt;br /&gt;
****GPU was chosen for CUDA support&lt;br /&gt;
****Hotswap capability was brought using a PCB though not implemented before competition&lt;br /&gt;
***Velodyne Puck VLP-16 3D LiDAR&lt;br /&gt;
***YostLabs 3-Space Micro USB IMU&lt;br /&gt;
*E-Stop&lt;br /&gt;
**E-Stop circuitry was consolidated onto E-Stop PCB&lt;br /&gt;
**Relay was used instead of a transistor used in version 1.0&lt;br /&gt;
*Ethernet Communication Protocol &lt;br /&gt;
**The logic board, the custom PCB which handles motor control switched from a virtual serial interface from MBed to a custom Ethernet communication protocol for robustness&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode='packed-hover'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:jessiphotoshoot.jpeg | Jessi in real life&lt;br /&gt;
Image:Jessiteambeforecomp.jpg | Jessi team before going to comp&lt;br /&gt;
Image:Jessiteamtesting.jpg | Jessi team testing during comp&lt;br /&gt;
Image:barrelking.jpeg | Barrel king.&lt;br /&gt;
Image:Jessidesignpresentation.jpg | Jessi team giving design presentation&lt;br /&gt;
Image:tomasblanket.jpg | Tomas sleeping on the grass&lt;br /&gt;
Image:Jessiteamduringcomp.jpg | Jessi team with the robot&lt;br /&gt;
Image:Jessiteamduringcomp2.jpg | Jessi team with the robot&lt;br /&gt;
Image:Woodishoutout.jpg | Woodi shoutout on Jessi&lt;br /&gt;
Image:Jessiteamwithaward.jpg | Jessi team with the 2nd place design award&lt;br /&gt;
Image:Jessi.jpg | Jessii CAD&lt;br /&gt;
Image:Jessiibeforecomp.jpg | Jessii before going to competition&lt;br /&gt;
Image:Jessiiteam1.jpg | Jessii team on day 1 of comp&lt;br /&gt;
Image:Jessiiqualify.jpg | Jessii after qualifying&lt;br /&gt;
Image:Jessiiteam2.jpg | Jessii team after qualifying&lt;br /&gt;
Image:engineeringzipties.jpg | Zipties used to gain traction&lt;br /&gt;
Image:nighttesting.jpeg | Jessii testing during comp at night&lt;br /&gt;
Image:designcertificate.jpg | Jessii design 1st place certificate&lt;br /&gt;
Image:designaward.jpg | 1st place design plaque&lt;br /&gt;
Image:3rdplacecertificate.jpg | Jessii grand prize 3rd place certificate&lt;br /&gt;
Image:jessiifordtour.jpg | Jessii team on a Ford tour&lt;br /&gt;
Image:jessiidesignpresentation.jpg | Jessii team giving design presentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18225</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18225"/>
		<updated>2019-06-30T22:18:23Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{{robot_name}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{{image_path}}}|right|frameless|480x480px|{{{image_alt_text}}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{{year_start}}}-{{{year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Latest Revision&lt;br /&gt;
| {{{currver|{{{current_version}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Revision Years&lt;br /&gt;
| {{{updyr|{{{update_year_start}}}-{{{update_year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{{farthest_distance}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{{fastest_time}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{{highest_finish_autonav}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{{highest_finish_design}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{last_robot|}}}{{{next_robot|}}} | &amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;  |}} {{#if:{{{last_robot|}}} | {{align|left|&amp;amp;larr; [[{{{last_robot|}}}]] }} }} {{#if:{{{next_robot|}}}|{{align|right|[[{{{next_robot|}}}]] &amp;amp;rarr; }} }}{{#if:{{{last_robot|}}}{{{next_robot|}}} | &amp;lt;/tr&amp;gt;&amp;lt;/td&amp;gt;  |}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18224</id>
		<title>Jessi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18224"/>
		<updated>2019-06-30T22:17:35Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = n/a&lt;br /&gt;
| highest_finish_autonav = n/a&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2018 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 5 ft&lt;br /&gt;
** Design Competition Placement: 2nd&lt;br /&gt;
** AutoNav Competition Placement: &lt;br /&gt;
&lt;br /&gt;
=== IGVC 2019 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 16 ft&lt;br /&gt;
** Design Competition Placement: 1st&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jessi ==&lt;br /&gt;
&lt;br /&gt;
==== At Competition ====&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
==== Electrical Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC Electrical Overview.png | 300px | thumb | Jessi Electrical Overview]]&lt;br /&gt;
&lt;br /&gt;
==== Software Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
== Jessii ==&lt;br /&gt;
&lt;br /&gt;
==== At Competition ====&lt;br /&gt;
Though the team was well-prepared going into 2019 IGVC, several issues came up during competition. On the first day, the mbed was experiencing issues and causing the computer to brownout. The mbed was fried while attempts were being made to fix the problem. Eventually this was solved with a new mbed and a large capacitor, which prevented brownouts from happening, though the whole process of fixing the robot took up the first day of the competition. During the second day, major progress was made; the team was 4th to qualify, which was the earliest Georgia Tech has ever qualified in IGVC. Additionally, the robot had a few successful runs on the course. Most notably, the great backwards run tragedy of 2019 happened. During this run, the robot turned itself around and went BACKWARDS on the course, though it went extremely far. This ended up being (absolute-value) the second longest run achieved by any robot in the competition this year, though it didn't count towards our score since it was backwards.&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
==== Electrical Design &amp;amp; Improvements ====&lt;br /&gt;
For Jessii, the electrical team focused on iterating on several components of Jessi's system to improve weaknesses seen at the prior competition. &lt;br /&gt;
*Custom Computer and Improved Sensors&lt;br /&gt;
**To improve computational capabilities and performance we upgraded our computer and other sensors&lt;br /&gt;
***Intel i7-8700K 3.7GHz 6 Core Processor, Nvidia GTX 1060 GPU, 32GB RAM&lt;br /&gt;
****GPU was chosen for CUDA support&lt;br /&gt;
****Hotswap capability was brought using a PCB though not implemented before competition&lt;br /&gt;
***Velodyne Puck VLP-16 3D LiDAR&lt;br /&gt;
***YostLabs 3-Space Micro USB IMU&lt;br /&gt;
*E-Stop&lt;br /&gt;
**E-Stop circuitry was consolidated onto E-Stop PCB&lt;br /&gt;
**Relay was used instead of a transistor used in version 1.0&lt;br /&gt;
*Ethernet Communication Protocol &lt;br /&gt;
**The logic board, the custom PCB which handles motor control switched from a virtual serial interface from MBed to a custom Ethernet communication protocol for robustness&lt;br /&gt;
&lt;br /&gt;
==== Software Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode='packed-hover'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:Jessi.jpg | Jessi&lt;br /&gt;
Image:Jessiteambeforecomp.jpg | Jessi team before going to comp&lt;br /&gt;
Image:Jessiteamtesting.jpg | Jessi team testing during comp&lt;br /&gt;
Image:barrelking.jpeg | Barrel king.&lt;br /&gt;
Image:Jessidesignpresentation.jpg | Jessi team giving design presentation&lt;br /&gt;
Image:tomasblanket.jpg | Tomas sleeping on the grass&lt;br /&gt;
Image:Jessiteamduringcomp.jpg | Jessi team with the robot&lt;br /&gt;
Image:Jessiteamduringcomp2.jpg | Jessi team with the robot&lt;br /&gt;
Image:Woodishoutout.jpg | Woodi shoutout on Jessi&lt;br /&gt;
Image:Jessiteamwithaward.jpg | Jessi team with the 2nd place design award&lt;br /&gt;
Image:Jessiibeforecomp.jpg | Jessii before going to competition&lt;br /&gt;
Image:Jessiiteam1.jpg | Jessii team on day 1 of comp&lt;br /&gt;
Image:Jessiiqualify.jpg | Jessii after qualifying&lt;br /&gt;
Image:Jessiiteam2.jpg | Jessii team after qualifying&lt;br /&gt;
Image:engineeringzipties.jpg | Zipties used to gain traction&lt;br /&gt;
Image:nighttesting.jpeg | Jessii testing during comp at night&lt;br /&gt;
Image:designcertificate.jpg | Jessii design 1st place certificate&lt;br /&gt;
Image:designaward.jpg | 1st place design plaque&lt;br /&gt;
Image:3rdplacecertificate.jpg | Jessii grand prize 3rd place certificate&lt;br /&gt;
Image:jessiifordtour.jpg | Jessii team on a Ford tour&lt;br /&gt;
Image:jessiidesignpresentation.jpg | Jessii team giving design presentation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18223</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18223"/>
		<updated>2019-06-30T22:16:00Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{{robot_name}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{{image_path}}}|right|frameless|480x480px|{{{image_alt_text}}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{{year_start}}}-{{{year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Latest Revision&lt;br /&gt;
| {{{currver|{{{current_version}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Revision Years&lt;br /&gt;
| {{{updyr|{{{update_year_start}}}-{{{update_year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{{farthest_distance}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{{fastest_time}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{{highest_finish_autonav}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{{highest_finish_design}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{prev_robot}}}{{{next_robot}}} | &amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;  |}} {{#if:{{{last_robot|}}} | {{align|left|&amp;amp;larr; [[{{{last_robot|}}}]] }} }} {{#if:{{{next_robot|}}}|{{align|right|[[{{{next_robot|}}}]] &amp;amp;rarr; }} }}{{#if:{{{prev_robot}}}{{{next_robot}}} | &amp;lt;/tr&amp;gt;&amp;lt;/td&amp;gt;  |}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Misti_(IGVC)&amp;diff=18222</id>
		<title>Misti (IGVC)</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Misti_(IGVC)&amp;diff=18222"/>
		<updated>2019-06-30T22:15:34Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Misti&lt;br /&gt;
| image_path        = Misti.png&lt;br /&gt;
| image_alt_text    = Misti alt text&lt;br /&gt;
| year_start        = 2012&lt;br /&gt;
| year_end          = 2013&lt;br /&gt;
| current_version   = Mistii&lt;br /&gt;
| update_year_start = 2013&lt;br /&gt;
| update_year_end   = 2014&lt;br /&gt;
| farthest_distance = NA&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = NA&lt;br /&gt;
| highest_finish_design  = 4th&lt;br /&gt;
| last_robot             = Roxi&lt;br /&gt;
| next_robot             = Jaymi&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2013 ===&lt;br /&gt;
*Bot Version: Misti&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: n/a&lt;br /&gt;
** Design Competition Placement: 8th (996.33 / 1200 points)&lt;br /&gt;
** AutoNav Competition Placement: n/a&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2014 ===&lt;br /&gt;
*Bot Version: Mistii&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: n/a&lt;br /&gt;
** Design Competition Placement: 12th (779.67 / 1200 points)&lt;br /&gt;
** AutoNav Competition Placement: n/a&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2015 ===&lt;br /&gt;
*Bot Version: Mistii&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: n/a&lt;br /&gt;
** Design Competition Placement: 4th (1010.67 / 1200 points)&lt;br /&gt;
** AutoNav Competition Placement: n/a&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Misti ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Issues &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
'''Drive Train:'''&lt;br /&gt;
*Drive: Tank/skid steer&lt;br /&gt;
*Motor: AmpFlow A28-400 Motor&lt;br /&gt;
**Website: [http://www.ampflow.com/ampflow_motors.htm AmpFlow Motors]&lt;br /&gt;
**[http://www.ampflow.com/A28-400_Chart.png Performance Charts]&lt;br /&gt;
** Quantity: 2&lt;br /&gt;
*** Combined 9 peak horsepower&lt;br /&gt;
*** [[IGVC_2013_Electrical_Drive_System|Redundant motor controllers]]&lt;br /&gt;
*Custom gearboxes&lt;br /&gt;
** CNC milled boxes&lt;br /&gt;
** 2 stage reduction&lt;br /&gt;
** Total reduction 30:1&lt;br /&gt;
&lt;br /&gt;
'''Sensors:'''&lt;br /&gt;
Misti was designed to accommodate all the [[IGVC_2013_Sensors|sensors]] with the following design principles:&lt;br /&gt;
* Protect from environment&lt;br /&gt;
* Maintain accessibility&lt;br /&gt;
* Modular mounts: Isolate change propagation&lt;br /&gt;
&lt;br /&gt;
'''Interface:'''&lt;br /&gt;
* Panel with clearly identified and accessible buttons, switches, and guages&lt;br /&gt;
* Safety:&lt;br /&gt;
** Multiple remotes for wireless E-stop&lt;br /&gt;
** Wired E-stop at operator's forehead level&lt;br /&gt;
&lt;br /&gt;
'''Electronics:'''&lt;br /&gt;
Misti took advantage of the wider front and rear trays to make the [[IGVC_Electrical_2013|electronics]] more accessible:&lt;br /&gt;
* Power distribution tray mounted to removable static dissipative panel for servicing.&lt;br /&gt;
* Reduce wiring mess:&lt;br /&gt;
** Motor controllers mounted near motors&lt;br /&gt;
** Micro-controllers mounted near laptop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Issues &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[IGVC 2013 Sensors | Here are the sensor selections for this year.]]&lt;br /&gt;
&lt;br /&gt;
[[IGVC 2013 Electrical Drive System | Here is the drive system electronics for this year.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Software Issues &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
'''Development:'''&lt;br /&gt;
* [[GIT HOWTO|IGVC GIT HOWTO]] : We use Git as our code management system, and this will explain how to acquire and update the code base.&lt;br /&gt;
* [[File:IGVC-UnitTestingWithBoostFramework.pdf]] : This presentation will introduce you to using Boost libraries for unit testing.&lt;br /&gt;
&lt;br /&gt;
'''Operating Systems Requirements:''' Ubuntu 12.04&lt;br /&gt;
&lt;br /&gt;
'''Library Dependencies:'''&lt;br /&gt;
*Boost&lt;br /&gt;
*OpenCV&lt;br /&gt;
*PCL (PointCloud Library)&lt;br /&gt;
*Qt 5&lt;br /&gt;
*Point Grey Libraries&lt;br /&gt;
**Flycatpure&lt;br /&gt;
**Triclops&lt;br /&gt;
&lt;br /&gt;
'''Other things:'''&lt;br /&gt;
* Software &amp;quot;flowchart&amp;quot;:&lt;br /&gt;
** loop&lt;br /&gt;
     Vision&lt;br /&gt;
         Calls camera code&lt;br /&gt;
     Lidar&lt;br /&gt;
     RobotPosition&lt;br /&gt;
         Calls GPS, Mag, IMU, and Encoders&lt;br /&gt;
     Map(Vision, Lidar, RobotPosition)&lt;br /&gt;
     PotentialFields(Map)&lt;br /&gt;
     OSMC(PotentialFields)&lt;br /&gt;
&lt;br /&gt;
:[[IGVC_2013_Sensors|Sensors]]&lt;br /&gt;
&lt;br /&gt;
== Mistii ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
'''Development:'''&lt;br /&gt;
[[Autodesk Inventor]] : We model our robot in Autodesk Inventor, and perform FEA with the inbuilt stress analysis tools.&lt;br /&gt;
&lt;br /&gt;
'''Structure:'''&lt;br /&gt;
Our robot frame consists of primarily 1&amp;quot; steel tubing that has been custom designed and welded in-house. Steel tubing is chosen largely for its rigidity, with design emphasis on ruggedness and high payload capabilities, similar to that seen in military environments. The frame provides partitions for electronics, motors and sensors.&lt;br /&gt;
&lt;br /&gt;
'''Suspension:'''&lt;br /&gt;
Much emphasis has been placed into the design of the robot's suspension. The primary objectives of off-road capability and vibration damping (for sensors) have been achieved by allowing for independent suspension for each wheel. The robot sports 4 ATV wheels and heavy-duty shock absorbers, allowing it to traverse rough terrains at high speeds while damping residual and transient vibrations to the sensors and giving each wheel up to 5 inches of vertical travel. &lt;br /&gt;
&lt;br /&gt;
'''Drivetrain:'''&lt;br /&gt;
The vehicle utilizes skid-steer mechanics by mechanically linking the wheels on each side of the robot. This is accomplished via a central motor and gearbox per side with two separate outputs, one going to the front and back wheels. The sprockets and gearbox give a combined reduction of 30 to 1. This coupled with the two 4.5 HP Ampflow motors ensures that the robot will not get bogged down in muddy or rocky terrain. Additionally, this allows for a top speed upwards of 20 MPH to be achieved.&lt;br /&gt;
&lt;br /&gt;
'''Weatherproofing:'''&lt;br /&gt;
Heavy emphasis is placed on making the robot resistant to weather. The custom-machined gearboxes are sealed shut and snap-on body panels cover the entirety of the robot to keep water from directly seeping in. Additionally, water run-off flaps are attached to all sides of the body panels. Splash guards are also employed to keep water and debris thrown from the wheels from entering the region with the motor controllers and other electronics.&lt;br /&gt;
&lt;br /&gt;
The button panel and electronics mounted on the mast also reside in weather resistant enclosures.&lt;br /&gt;
&lt;br /&gt;
'''Other things:'''&lt;br /&gt;
The robots sports a variety of features that make it easy to maintain and operate. The body panels are easily removed via thumbscrews from any location, providing easy access to anywhere on the robot.&lt;br /&gt;
&lt;br /&gt;
Emphasis is also being placed on ensuring ease of testing and transportation of the robot. Basic design parameters have been adhered to, such as making the width of the vehicle fits through a standard doorway and making vehicle such that the overall height fits with the transportation trailer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
'''Components:'''&lt;br /&gt;
*[[IGVC_2014_Sensors|Sensors]]&lt;br /&gt;
*[[IGVC_2014_Electrical_Drive_System|Drive System]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
'''Development:'''&lt;br /&gt;
&lt;br /&gt;
Our team uses Git to manage our code base. The repository is available at [http://github.com/RoboJackets/igvc-software GitHub].&lt;br /&gt;
&lt;br /&gt;
For developers new to Git, see our [[Git|Git Guide]]&lt;br /&gt;
&lt;br /&gt;
'''Operating System:'''&lt;br /&gt;
[http://www.ubuntu.com Ubuntu] 12.04 or newer&lt;br /&gt;
&lt;br /&gt;
'''Library Dependencies:'''&lt;br /&gt;
*[http://www.boost.org Boost]&lt;br /&gt;
*[http://www.opencv.org OpenCV]&lt;br /&gt;
*[http://www.pointclouds.org PCL (PointCloud Library)]&lt;br /&gt;
*[http://www.qt-project.org Qt 5]&lt;br /&gt;
*[http://ww2.ptgrey.com Point Grey Libraries]&lt;br /&gt;
**Flycatpure&lt;br /&gt;
**Triclops&lt;br /&gt;
*[http://sicktoolbox.sourceforge.net Sick ToolBox]&lt;br /&gt;
&lt;br /&gt;
'''Other things:'''&lt;br /&gt;
* [[IGVC_2014_Sensors|Sensors]]&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
* Misti Leadership&lt;br /&gt;
** Joseph Hickey - Project Manager and Mechanical Lead&lt;br /&gt;
** Alex Trimm - Software and Electrical Lead&lt;br /&gt;
&lt;br /&gt;
*Mistii Leadership&lt;br /&gt;
** [[User:Mbarulic|Matthew Barulic]] - Project Manager and Software Lead&lt;br /&gt;
** Dea Gyu Kim - Mechanical Lead&lt;br /&gt;
** Kyle Bates - Electrical Lead&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Trixxie&amp;diff=18217</id>
		<title>Trixxie</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Trixxie&amp;diff=18217"/>
		<updated>2019-06-30T22:13:59Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Trixxie&lt;br /&gt;
| image_path        = Trixxie.png&lt;br /&gt;
| image_alt_text    = Trixxie alt text&lt;br /&gt;
| year_start        = 2005&lt;br /&gt;
| year_end          = 2006&lt;br /&gt;
| current_version   = deprecated&lt;br /&gt;
| update_year_start = NA&lt;br /&gt;
| update_year_end   = NA&lt;br /&gt;
| farthest_distance = NA&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = NA&lt;br /&gt;
| highest_finish_design  = NA&lt;br /&gt;
| last_robot             = Buzzbot&lt;br /&gt;
| next_robot             = Candi&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2006 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 0 feet&lt;br /&gt;
** Design Competition Placement: 13th in design group (454 / 800 points)&lt;br /&gt;
** AutoNav Competition Placement: 28th (last)&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Trixxie ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Issues &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Issues &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
[[Media:igvc_block.pdf|View a schematic diagram of the modules, power distribution, and code.]]&lt;br /&gt;
&lt;br /&gt;
'''Laptop Hardware Specs'''&lt;br /&gt;
&lt;br /&gt;
Internal Access:&lt;br /&gt;
*Processor&lt;br /&gt;
**Intel Pentium 4 CPU 2.40GHz&lt;br /&gt;
&lt;br /&gt;
*Physical Memory&lt;br /&gt;
**512 MB RAM&lt;br /&gt;
&lt;br /&gt;
*IDE Master&lt;br /&gt;
**30GB ATA-5 4200RPM HD&lt;br /&gt;
**File system partition = dev/hda2 18GB&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
External Access:&lt;br /&gt;
The inputs and outputs of the laptop are described by which physical side of the laptop on which they occur.&lt;br /&gt;
&lt;br /&gt;
* Rear&lt;br /&gt;
#DC-in Jack&lt;br /&gt;
#Parallel Port &lt;br /&gt;
#External Display Port (AGP)&lt;br /&gt;
#Video Out Port (S-Video)&lt;br /&gt;
#Serial Port&lt;br /&gt;
#Two USB Ports - Each supports USB 1.0 and 2.0 &lt;br /&gt;
#Modem Jack&lt;br /&gt;
#Network Jack&lt;br /&gt;
#PS/2 Port&lt;br /&gt;
&lt;br /&gt;
* Left&lt;br /&gt;
#Security Keylock&lt;br /&gt;
#Firewire Port (IEEE 1394)&lt;br /&gt;
#Audio Line-in Jack&lt;br /&gt;
#Audio Line-out Jack&lt;br /&gt;
#Volume Control Knob&lt;br /&gt;
#3.5 Inch Floppy Drive&lt;br /&gt;
&lt;br /&gt;
*Right&lt;br /&gt;
**PC Card Slot - Accepts one Type III PC card or two Type I/II PC cards&lt;br /&gt;
&lt;br /&gt;
* Front&lt;br /&gt;
** IDE Slave&lt;br /&gt;
**DVD/CDRW-&lt;br /&gt;
&lt;br /&gt;
'''Laptop Software'''&lt;br /&gt;
&lt;br /&gt;
Under Construction - To add a how-to for using the GUI, descriptions of the files, and additional software development tools.  &lt;br /&gt;
&lt;br /&gt;
OS:&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
GUI:&lt;br /&gt;
To activate the GUI, open a UNIX terminal, navitage to laptop_svn, and type ./IGVC.&lt;br /&gt;
&lt;br /&gt;
How-Tos:&lt;br /&gt;
#[[Capture video data through IEEE 1394]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Software Issues &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
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]].&lt;br /&gt;
&lt;br /&gt;
The code is stored in an [http://subversion.tigris.org/ SVN] repository:&lt;br /&gt;
&lt;br /&gt;
'''URL:''' &amp;lt;tt&amp;gt;svn://130.207.76.145/igvc&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Username/Password:''' Talk to [[User:DavidF|David]], [[User:SpencerC|Spencer]], or [[User:MichaelG|Michael]] to get one.&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC 2005-2006 Code - Class Diagram.png | 1000px | 2005 Class Diagram]]&lt;br /&gt;
&lt;br /&gt;
The following image sequences were taken on 10/08/2005 as test footage for creating vision algorithms.&lt;br /&gt;
&lt;br /&gt;
#[[:Image:IGVCclip1.zip|IGVCclip1.zip]] - [[:Image:IGVCclip1movie.mov|IGVCclip1movie.mov]]&lt;br /&gt;
#[[:Image:IGVCclip2.zip|IGVCclip2.zip]] - [[:Image:IGVCclip2movie.mov|IGVCclip2movie.mov]]&lt;br /&gt;
#[[:Image:IGVCclip3.zip|IGVCclip3.zip]] - [[:Image:IGVCclip3movie.mov|IGVCclip3movie.mov]]&lt;br /&gt;
#[[:Image:IGVCclip4.zip|IGVCclip4.zip]] - [[:Image:IGVCclip4movie.mov|IGVCclip4movie.mov]]&lt;br /&gt;
#[[:Image:IGVCclip5.zip|IGVCclip5.zip]] - [[:Image:IGVCclip5movie.mov|IGVCclip5movie.mov]]&lt;br /&gt;
#[[:Image:IGVCclip6.zip|IGVCclip6.zip]] - [[:Image:IGVCclip6movie.mov|IGVCclip6movie.mov]]&lt;br /&gt;
&lt;br /&gt;
Animations were assembled and uploaded by [[User:DavidF|David]], using the [[ConcatenateMovieSegments]] program.&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed-hover&amp;quot;&amp;gt;&lt;br /&gt;
Image:DSC00682.JPG | Competition track&lt;br /&gt;
Image:DSC00683.JPG | Competition track&lt;br /&gt;
Image:DSC00684.JPG | Tree obstacle&lt;br /&gt;
Image:DSC00685.JPG | Unloading the robot&lt;br /&gt;
Image:DSC00686.JPG | Preparing for a run&lt;br /&gt;
Image:DSC00687.JPG | Robot chassis&lt;br /&gt;
Image:DSC00688.JPG | Robot drive train&lt;br /&gt;
Image:DSC00689.JPG | Measuring the drive train&lt;br /&gt;
Image:DSC00690.JPG | Measuring the wheels&lt;br /&gt;
Image:DSC00691.JPG | Working in the tent&lt;br /&gt;
Image:DSC00692.JPG&lt;br /&gt;
Image:DSC00693.JPG&lt;br /&gt;
Image:DSC00693.JPG&lt;br /&gt;
Image:DSC00694.JPG&lt;br /&gt;
Image:DSC00695.JPG&lt;br /&gt;
Image:DSC00696.JPG&lt;br /&gt;
Image:DSC00698.JPG&lt;br /&gt;
Image:DSC00699.JPG&lt;br /&gt;
Image:DSC00700.JPG&lt;br /&gt;
Image:DSC00701.JPG&lt;br /&gt;
Image:DSC00702.JPG&lt;br /&gt;
Image:DSC00705.JPG&lt;br /&gt;
Image:DSC00706.JPG&lt;br /&gt;
Image:DSC00707.JPG&lt;br /&gt;
Image:DSC00708.JPG&lt;br /&gt;
Image:DSC00709.JPG&lt;br /&gt;
Image:DSC00710.JPG&lt;br /&gt;
Image:DSC00711.JPG&lt;br /&gt;
Image:DSC00712.JPG&lt;br /&gt;
Image:DSC00713.JPG&lt;br /&gt;
Image:DSC00720.JPG&lt;br /&gt;
Image:DSC00726.JPG&lt;br /&gt;
Image:DSC00736.JPG&lt;br /&gt;
Image:DSC00737.JPG&lt;br /&gt;
Image:DSC00740.JPG&lt;br /&gt;
Image:DSC00741.JPG&lt;br /&gt;
Image:DSC00742.JPG&lt;br /&gt;
Image:DSC00744.JPG&lt;br /&gt;
Image:DSC00748.JPG&lt;br /&gt;
Image:DSC00749.JPG&lt;br /&gt;
Image:DSC00753.JPG&lt;br /&gt;
Image:DSC00754.JPG&lt;br /&gt;
Image:DSC00757.JPG&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Candi&amp;diff=18213</id>
		<title>Candi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Candi&amp;diff=18213"/>
		<updated>2019-06-30T22:12:17Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Candi&lt;br /&gt;
| image_path        = Candi.png&lt;br /&gt;
| image_alt_text    = Candi alt text&lt;br /&gt;
| year_start        = 2006&lt;br /&gt;
| year_end          = 2007&lt;br /&gt;
| current_version   = Candiii&lt;br /&gt;
| update_year_start = 2007&lt;br /&gt;
| update_year_end   = 2009&lt;br /&gt;
| farthest_distance = 235 feet&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = 6th&lt;br /&gt;
| highest_finish_design  = 9th&lt;br /&gt;
| last_robot             = Trixxie&lt;br /&gt;
| next_robot             = Misti (IGVC)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2007 ===&lt;br /&gt;
*Bot Version: Candi&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 123 feet&lt;br /&gt;
** Design Competition Placement: 9th (743 / 1100 points)&lt;br /&gt;
** AutoNav Competition Placement: 7th&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2008 ===&lt;br /&gt;
*Bot Version: Candii&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 185 feet&lt;br /&gt;
** Design Competition Placement: 18th (778.33 / 1100 points)&lt;br /&gt;
** AutoNav Competition Placement: 9th&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2009 ===&lt;br /&gt;
*Bot Version: Candiii&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 235 feet&lt;br /&gt;
** Design Competition Placement: 21st (476.67 / 1100 points)&lt;br /&gt;
** AutoNav Competition Placement: 6th&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Candi (V1.0) ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Issues &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Candi.jpg| 400px | Current design of Candi]]&lt;br /&gt;
[[Image:Candiframe.JPG| 200 px | Frame]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Old BattleBots motors.&lt;br /&gt;
A new frame is currently being fabricated from 1&amp;quot; square tubing.  &lt;br /&gt;
New body will have front suspension and a giant ball caster in the rear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Issues &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[Image:CandiElectronicsMap.png| 400px | A map of Candi's systems.]]&lt;br /&gt;
[[Image:OptoInterface.png|thumb| Optoisolator interface.]]&lt;br /&gt;
[[Image:ESTOP.png|thumb| E-Stop schematic.]]&lt;br /&gt;
*Router: Motorola WR850GP&lt;br /&gt;
** Hardware&lt;br /&gt;
***[http://www.broadcom.com/products/Wireless-LAN/802.11-Wireless-LAN-Solutions/BCM4712 Broadcom 4712] @ 200MHz&lt;br /&gt;
***Storage: 4MB Flash&lt;br /&gt;
***Ram: 16MB&lt;br /&gt;
***Wireless: Integrated Broadcom&lt;br /&gt;
***Switch: ADM6996L (4 Port)&lt;br /&gt;
***Serial: Two headers&lt;br /&gt;
***Power: +12VDC, 0.5A&lt;br /&gt;
** Software&lt;br /&gt;
***OpenWrt (White Russian 0.9)&lt;br /&gt;
****2.4.30 Kernel&lt;br /&gt;
****Available Software&lt;br /&gt;
*****[http://downloads.openwrt.org/whiterussian/packages/ Official Packages]&lt;br /&gt;
*****[http://wiki.openwrt.org/OpenWrtDocs/Packages#head-8acb9bfe9c2fea25b98492919a153847e6a985e3 3rd Party Packages]&lt;br /&gt;
*Monitor&lt;br /&gt;
*Positioning system: [http://www.sparkfun.com/commerce/product_info.php?products_id=741 IMU 5 Degrees of Freedom]&lt;br /&gt;
*Computer&lt;br /&gt;
**Processor: Intel Pentium 4 CPU 2.40GHz&lt;br /&gt;
**Physical Memory: 512 MB RAM&lt;br /&gt;
**IDE Master&lt;br /&gt;
***30GB ATA-5 4200RPM HD&lt;br /&gt;
***File system partition = dev/hda2 18GB&lt;br /&gt;
*Power System&lt;br /&gt;
*Motor System (see Optoisolator interface diagram)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Software Issues &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[PlayerStage]]&lt;br /&gt;
&lt;br /&gt;
[[Image:CandiProcess.png| 400px | Candi's process diagram.]]&lt;br /&gt;
&lt;br /&gt;
[[Code from Graduate Students]] - Restricted access (must be logged in to access)&lt;br /&gt;
&lt;br /&gt;
'''Path Planning Algorithms:'''&lt;br /&gt;
[[USER:LoganS | Logan]] proposes that Robojackets consider the use of Support Vector Machine Path Planning as a method of creating an optical set of (x,y) waypoints that Candi may follow in order to dodge obstacles and follow lines. First, check out the wikipedia article on Support Vector Machines to help understand the theory. &lt;br /&gt;
&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Support_vector_machine Support Vector Machine at Wikipedia]&lt;br /&gt;
&lt;br /&gt;
Now, I have posted a paper that explains how this regression method is used in a larger algorithm to find best paths between two data sets. Have a look at it, but skip the first section where they explain the theory (it's the same information as Wikipedia, only a lot less understandable). &lt;br /&gt;
&lt;br /&gt;
[[Image:SVMPP.pdf]]&lt;br /&gt;
&lt;br /&gt;
As for implementation, we should look at/borrow from/use the SVMlight program - an implementation of SVM in C. Apparently it is quite optimized too (the people who wrote the nice paper used it for experiments). There is a link to it on the Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
'''Robot Vision:'''&lt;br /&gt;
&lt;br /&gt;
There are two perspective transforms that need to be implemented, the rectilinearizing transform and the planar perspective transform.&lt;br /&gt;
&lt;br /&gt;
*Rectilinearizing Transform&lt;br /&gt;
*Simple in theory. Very hard to make work fast though. I have posted preliminary MATLAB code and am hoping to use vertex shaders to speed processing and autofill data gaps, but I don't know what hardware is available at the moment or how to write Cg.&lt;br /&gt;
*Scratch that, I have an OpenGL [[:Image:Fixbarrelva0.zip|version]] working in C so the MATLAB one is unnecessary. Right now the OGL app is stand alone and only works on pictures named &amp;quot;pic.bmp&amp;quot; that are a 720x480 image in the bottom left corner of a 24bit 1024x1024 bmp image.  Included is the Cygwin makefile(should work on any system with glut in $INCLUDE but give a warning), the pic.bmp test image, and source. Press any key to quit the program. The source code is massive, so a good text editor will be needed to edit.&lt;br /&gt;
&lt;br /&gt;
*Planar Perspective Transform: [[:Image:transform.v1.zip|Version 1.0]]&lt;br /&gt;
*:Very simple and fast if data given in a convenient format. In development, I will post when I have a semistable implementation.&lt;br /&gt;
&lt;br /&gt;
*'''''HOLY SH*T!!!'''''&lt;br /&gt;
*:I went to the railroad today, took a picture with the camera, and dvgrabbed it back home. &lt;br /&gt;
*:I was going to do some math and such, but then I thought, &amp;quot;What the hell, lets see what happens if I just stick it into the transform...&amp;quot; and''''' LOOK WHAT I SAW!''''':&lt;br /&gt;
[[Image:Rail_In.jpg|200px]]---&amp;gt;[[Image:Rail_Out.jpg|350px]]&lt;br /&gt;
*:'''''OGMWTFBBQ&amp;amp;HOW!'''''&lt;br /&gt;
*:I knew it was good, but that is amazing!--[[User:Paul|Paul]] 11:32, 20 May 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Candii (V2.0) ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Issues &amp;amp; Improvements ===&lt;br /&gt;
The Power and Motor Drives System group seeks to provide adequate, stable power and motor drive systems for IGVC. These systems include: manual robot controls, electronics power supplies, PWM generators, power amplifiers, and power system parameter measuring devices (voltage and current). &lt;br /&gt;
&lt;br /&gt;
Responsibilities:&lt;br /&gt;
*new characterization of system power requirements&lt;br /&gt;
*creation of a new, stable power supply&lt;br /&gt;
*electrical system parameter feedback for intelligent power control (power cycling)&lt;br /&gt;
** current/voltage measurement&lt;br /&gt;
** system for automatically power cycling systems that need it&lt;br /&gt;
*wireless/wired manual control systems&lt;br /&gt;
** Joystick (possibly wireless)&lt;br /&gt;
*motor-response-linearizing PWM generation&lt;br /&gt;
*verification or redesign of emergency stop systems (button AND wireless)&lt;br /&gt;
*motor driver software&lt;br /&gt;
&lt;br /&gt;
We are using [http://www.robotmarketplace.com/marketplace_gearmotors.html NPC-T74] motors.&lt;br /&gt;
&lt;br /&gt;
[[Image:Device Driver and Power Board Interactions.png|center]]&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Issues &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Candii_Component_Diagram.png | thumb | Diagram showing the flow of data between the various robot controller components]]&lt;br /&gt;
&lt;br /&gt;
Needs correction:&lt;br /&gt;
* GPS communicates over COM2(/dev/ttyS1)&lt;br /&gt;
* Time server (NTP) runs on the TS board reading the Data Carrier Detect (DCD) line of COM2&lt;br /&gt;
* Add: TS Board is running an NTP server to define robot time&lt;br /&gt;
* Software modules should be included&lt;br /&gt;
* Rename &amp;quot;Arduino&amp;quot; -&amp;gt; &amp;quot;Motor Arduino&amp;quot;&lt;br /&gt;
* Add &amp;quot;Power Arduino&amp;quot;&lt;br /&gt;
* Fix: Wheel Encoders will be communicating over SPI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Software Issues &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
Our code for this year is stored in Subversion and is accessible at [https://svn.robojackets.org/igvc/2008 https://svn.robojackets.org/igvc/2008]. The laptop codebase will be written in C++.&lt;br /&gt;
&lt;br /&gt;
[[Image:igvcpp.png|thumb|right|480px|Path Planning Systems Architecture]]&lt;br /&gt;
&lt;br /&gt;
'''Player/Stage:'''&lt;br /&gt;
&lt;br /&gt;
We are using the [[PlayerStage|Player/Stage]] robot server as the communication layer between our device drivers and our processing/controlling software modules.&lt;br /&gt;
&lt;br /&gt;
As we've used the Player server, occasionally we've needed to patch it to better suit our needs. Below are our custom patches:&lt;br /&gt;
&lt;br /&gt;
* [[Player Patch - WaitForNewImage]]&lt;br /&gt;
&lt;br /&gt;
We used various [[Data Filtering Systems]] to process data in our codebase.&lt;br /&gt;
&lt;br /&gt;
'''Articles we used:'''&lt;br /&gt;
* IEEE Xplore&lt;br /&gt;
**http://www.library.gatech.edu:2048/login?url=http://ieeexplore.ieee.org&lt;br /&gt;
* Lengyel, Reichert, Donald, and Greenberg. &amp;quot;Real-Time Robot Motion Planning Using Rasterizing Computer Graphics Hardware.&amp;quot; Comp. Graph., Vol. 243, No. 4, pp. 327-335, 1990.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
* Kimmel and Sethian. &amp;quot;Optimal Algorithm for Shape from Shading and Path Planning.&amp;quot; J. of Math. Imaging and Vis., Vol 14, pp. 237-244, 2001.&lt;br /&gt;
**http://www.cs.technion.ac.il/~ron/PAPERS/optimal_shading2001.ps.gz&lt;br /&gt;
* Wiener and Mallot. 'Fine-to-Coarse' Route Planning and Navigation in Regionalized Environments. Max-Planck-Institute Biological Cybernetics. Technical Report TR-115, 2003.&lt;br /&gt;
**http://wiki.robojackets.org/wiki/images/f/f2/WienerMallot.pdf&lt;br /&gt;
* Kuffner. Efficient Optimal Search of Uniform-Cost Grids and Lattices. Proceedings IEEE/RSJ International Conference on Intelligent Robots and Systems, 2004. 1946-1950.&lt;br /&gt;
**http://wiki.robojackets.com/wiki/images/e/eb/KuffnerOptimalSearch.pdf&lt;br /&gt;
* Hassouna, Abdel-Hakim, Farag. &amp;quot;Robust Robotic Path Planning Using Level Sets.&amp;quot; Proc. IEEE ICIP, pp 473-476, 2005.&lt;br /&gt;
**http://www.cs.dartmouth.edu/~brd/papers/siggraph/animation.pdf&lt;br /&gt;
&lt;br /&gt;
== Candiii (V3.0) ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Issues &amp;amp; Improvements ===&lt;br /&gt;
Candiii's body has remained essentially the same for the last 2 years.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Electrical Issues &amp;amp; Improvements ===&lt;br /&gt;
Candiii has two isolated power systems: one for the motors and one for the other electronics.&lt;br /&gt;
&lt;br /&gt;
Other Electronics:&lt;br /&gt;
*Camera&lt;br /&gt;
*LIDAR&lt;br /&gt;
*IMU&lt;br /&gt;
*GPS&lt;br /&gt;
*Compass&lt;br /&gt;
*Motor encoders&lt;br /&gt;
*Motor currents&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
=== Software Issues &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
'''Localization and Mapping:'''&lt;br /&gt;
&lt;br /&gt;
*Papers:&lt;br /&gt;
**[[Media:FastSLAM.pdf]]&lt;br /&gt;
**[[Media:FastSLAM2.pdf]]&lt;br /&gt;
**[[Media:Square Root SAM.pdf]]&lt;br /&gt;
&lt;br /&gt;
'''Controls:'''&lt;br /&gt;
*PI-Lead control(?)&lt;br /&gt;
*Joystick&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jeanni&amp;diff=18206</id>
		<title>Jeanni</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jeanni&amp;diff=18206"/>
		<updated>2019-06-30T22:09:40Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jeanni&lt;br /&gt;
| image_path        = Jeanni.png&lt;br /&gt;
| image_alt_text    = Jeanni alt text&lt;br /&gt;
| year_start        = 2009&lt;br /&gt;
| year_end          = 2010&lt;br /&gt;
| current_version   = deprecated&lt;br /&gt;
| update_year_start = NA&lt;br /&gt;
| update_year_end   = NA&lt;br /&gt;
| farthest_distance = 196 feet&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = 6th&lt;br /&gt;
| highest_finish_design  = 20th&lt;br /&gt;
| last_robot             = Candi&lt;br /&gt;
| next_robot             = Roxi&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2010 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 196 feet&lt;br /&gt;
** Design Competition Placement: 20th (673 / 1100 points)&lt;br /&gt;
** AutoNav Competition Placement: 6th&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jeanni ==&lt;br /&gt;
&lt;br /&gt;
==== At Competition ====&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
==== Electrical Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
==== Software Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Roxi&amp;diff=18202</id>
		<title>Roxi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Roxi&amp;diff=18202"/>
		<updated>2019-06-30T22:07:37Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Roxi&lt;br /&gt;
| image_path        = Roxi.png&lt;br /&gt;
| image_alt_text    = Roxi alt text&lt;br /&gt;
| year_start        = 2010&lt;br /&gt;
| year_end          = 2011&lt;br /&gt;
| current_version   = deprecated&lt;br /&gt;
| update_year_start = 2011&lt;br /&gt;
| update_year_end   = 2012&lt;br /&gt;
| farthest_distance = NA&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = NA&lt;br /&gt;
| highest_finish_design  = NA&lt;br /&gt;
| last_robot             = Jeanni&lt;br /&gt;
| next_robot             = Misti (IGVC)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2011 ===&lt;br /&gt;
*Bot Version: Roxi&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 388 feet&lt;br /&gt;
** Design Competition Placement: 12th (614.33 / 1200 points)&lt;br /&gt;
** AutoNav Competition Placement: 3rd&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2012 ===&lt;br /&gt;
*Bot Version: Roxii&lt;br /&gt;
*Results:&lt;br /&gt;
** Distance: 563 feet&lt;br /&gt;
** Design Competition Placement: 9th (1027 / 1200 points)&lt;br /&gt;
** AutoNav Competition Placement: 6th&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Roxi ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
This year, IGVC moved from having just 2 design groups to having 3; this may have resulted in a higher placement by default.&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
New mechanical base featuring&lt;br /&gt;
&lt;br /&gt;
:: New camera/gps mount&lt;br /&gt;
:: DC/DC converter fan and assembly&lt;br /&gt;
:: Waterproofing&lt;br /&gt;
:: New independent suspension system&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
*Operating System Requirements&lt;br /&gt;
::Ubuntu 10.04&lt;br /&gt;
&lt;br /&gt;
*Build Dependencies&lt;br /&gt;
::subversion, freeglut3-dev, libboost-all-dev, libsdl1.2-dev, libcv-dev, libcvaux-dev, libhighgui-dev, automake, cmake, build-essential, libqt4-dev, gcc-avr, avr-libc, avrdude, libdc1394-22-dev, libusb-dev&lt;br /&gt;
&lt;br /&gt;
== Roxii ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
[[File:IGVC_2012_Gantt.png|1600px]]&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
*Operating System Requirements&lt;br /&gt;
::Ubuntu 11.04&lt;br /&gt;
&lt;br /&gt;
*Build Dependencies&lt;br /&gt;
::subversion, freeglut3-dev, libboost-all-dev, libsdl1.2-dev, libcv-dev, libcvaux-dev, libhighgui-dev, automake, cmake, build-essential, libqt4-dev, gcc-avr, avr-libc, avrdude, libdc1394-22-dev, libusb-dev, git, libplplot-dev, libkdtree++-dev, nautilus-open-terminal, doxygen, libusb-dev&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jaymi&amp;diff=18201</id>
		<title>Jaymi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jaymi&amp;diff=18201"/>
		<updated>2019-06-30T22:03:52Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jaymi&lt;br /&gt;
| image_path        = Jaymi.png&lt;br /&gt;
| image_alt_text    = Jaymi alt text&lt;br /&gt;
| year_start        = 2015&lt;br /&gt;
| year_end          = 2017&lt;br /&gt;
| current_version   = deprecated&lt;br /&gt;
| update_year_start = NA&lt;br /&gt;
| update_year_end   = NA&lt;br /&gt;
| farthest_distance = NA&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = NA&lt;br /&gt;
| highest_finish_design  = NA&lt;br /&gt;
| last_robot             = Misti (IGVC)&lt;br /&gt;
| next_robot             = Woodi&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Jaymi was originally intended to be the robot for the 2016 competition. However, due to the complexity of the design, it was not ready to be manufactured and was pushed to next year's competition. During 2016-2017 school year, the IGVC team saw a drop-off in senior membership, which resulted in schedule delays and severe technical issues across all subteams. We &amp;quot;completed&amp;quot; Jaymi in May, a few days before competition, but she had so many issues that it was impossible to have any successful runs. Therefore, just 14 hours before leaving for competition, we created a simple wooden robot called [[Woodi]]. The failure of Jaymi is what inspired many of the changes in team culture and design principles for [[Jessi]] and [[Jessii]].&lt;br /&gt;
&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
Jaymi was never deemed competition-ready, and therefore was never taken to IGVC. In her stead, [[Misti (IGVC)]] competed in 2016, and [[Woodi]] competed in 2017.&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jaymi ==&lt;br /&gt;
&lt;br /&gt;
=== At Competition ===&lt;br /&gt;
&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
=== Mechanical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
=== Electrical Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
=== Software Design &amp;amp; Improvements ===&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18200</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18200"/>
		<updated>2019-06-30T22:01:39Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{{robot_name}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{{image_path}}}|right|frameless|480x480px|{{{image_alt_text}}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{{year_start}}}-{{{year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Current Version&lt;br /&gt;
| {{{currver|{{{current_version}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Update Year&lt;br /&gt;
| {{{updyr|{{{update_year_start}}}-{{{update_year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{{farthest_distance}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{{fastest_time}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{{highest_finish_autonav}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{{highest_finish_design}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{prev_robot}}}{{{next_robot}}} | &amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;  |}} {{#if:{{{last_robot|}}} | {{align|left|&amp;amp;larr; [[{{{last_robot|}}}]] }} }} {{#if:{{{next_robot|}}}|{{align|right|[[{{{next_robot|}}}]] &amp;amp;rarr; }} }}{{#if:{{{prev_robot}}}{{{next_robot}}} | &amp;lt;/tr&amp;gt;&amp;lt;/td&amp;gt;  |}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Woodi&amp;diff=18194</id>
		<title>Woodi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Woodi&amp;diff=18194"/>
		<updated>2019-06-30T21:54:03Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Woodi&lt;br /&gt;
| image_path        = Woodi.jpg&lt;br /&gt;
| image_alt_text    = &lt;br /&gt;
| year_start        = 2016&lt;br /&gt;
| year_end          = 2017&lt;br /&gt;
| current_version   = deprecated&lt;br /&gt;
| update_year_start = n/a&lt;br /&gt;
| update_year_end   = n/a&lt;br /&gt;
| farthest_distance = n/a&lt;br /&gt;
| fastest_time      = n/a&lt;br /&gt;
| highest_finish_autonav = n/a&lt;br /&gt;
| highest_finish_design  = n/a&lt;br /&gt;
| last_robot        = Jaymi&lt;br /&gt;
| next_robot        = Jessi&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Woodi was a replacement robot, meant to take the place of [[Jaymi]] at the 2017 competition. It was a last ditch effort to bring a robot to competition that year. We started laying down the design approximately 15 hours before leaving for competition. After a couple trips to Home Depot, the effort of a few members who were not driving the next day produced the robot you see here. Despite it's sloppy appearance, Woodi was a good testing platform during the 2017-2018 year and served as a design inspiration for [[Jessi]].&lt;br /&gt;
&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2017 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance:&lt;br /&gt;
** Design Competition Placement:&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Woodi ==&lt;br /&gt;
&lt;br /&gt;
==== At Competition ====&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
==== Electrical Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
==== Software Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18190</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18190"/>
		<updated>2019-06-30T21:52:58Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{{robot_name}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{{image_path}}}|right|frameless|480x480px|{{{image_alt_text}}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{{year_start}}}-{{{year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Current Version&lt;br /&gt;
| {{{currver|{{{current_version}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Update Year&lt;br /&gt;
| {{{updyr|{{{update_year_start}}}-{{{update_year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{{farthest_distance}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{{fastest_time}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{{highest_finish_autonav}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{{highest_finish_design}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{prev_robot}}}{{{next_robot|}}} | {{!}} |}} {{#if:{{{last_robot|}}} | {{align|left|&amp;amp;larr; [[{{{last_robot|}}}]] }} }} {{#if:{{{next_robot|}}}|{{align|right|[[{{{next_robot|}}}]] &amp;amp;rarr; }} }}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18173</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18173"/>
		<updated>2019-06-30T21:45:25Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{{robot_name}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{{image_path}}}|right|frameless|480x480px|{{{image_alt_text}}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{{year_start}}}-{{{year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Current Version&lt;br /&gt;
| {{{currver|{{{current_version}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Update Year&lt;br /&gt;
| {{{updyr|{{{update_year_start}}}-{{{update_year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{{farthest_distance}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{{fastest_time}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{{highest_finish_autonav}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{{highest_finish_design}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
{{#if:{{{last_robot}}}{{{next_robot}}} | {{!}}- |}} {{#if:{{{last_robot|}}} | {{align|left|&amp;amp;larr; {{{last_robot|}}} }} }} {{#if:{{{next_robot|}}}|{{align|right|{{{next_robot|}}} &amp;amp;rarr; }} }}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18165</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18165"/>
		<updated>2019-06-30T21:38:17Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{{robot_name}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{{image_path}}}|right|frameless|480x480px|{{{image_alt_text}}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{{year_start}}}-{{{year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Current Version&lt;br /&gt;
| {{{currver|{{{current_version}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Update Year&lt;br /&gt;
| {{{updyr|{{{update_year_start}}}-{{{update_year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{{farthest_distance}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{{fastest_time}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{{highest_finish_autonav}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{{highest_finish_design}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
| {{#if:{{{prev_robot|}}} | {{align|left|&amp;amp;larr; {{{prev_robot|}}} }} }} {{#if:{{{next_robot|}}}|{{align|right|{{{next_robot|}}} &amp;amp;rarr; }} }}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18163</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18163"/>
		<updated>2019-06-30T21:37:25Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{{robot_name}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{{image_path}}}|right|frameless|480x480px|{{{image_alt_text}}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{{year_start}}}-{{{year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Current Version&lt;br /&gt;
| {{{currver|{{{current_version}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Update Year&lt;br /&gt;
| {{{updyr|{{{update_year_start}}}-{{{update_year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{{farthest_distance}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{{fastest_time}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{{highest_finish_autonav}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{{highest_finish_design}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
| {{#if:{{{prev_robot|}}} | {{align|left|&amp;amp;larr; {{{prev_robot|}}} }} }} {{#if:{{{next_robot|}}}|{{align|right|{{{next_robot|}}} &amp;amp;rarr; }} }}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Tl&amp;diff=18155</id>
		<title>Template:Tl</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Tl&amp;diff=18155"/>
		<updated>2019-06-30T21:29:21Z</updated>

		<summary type="html">&lt;p&gt;Oso6: Redirected page to Template:Tlx&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT[[Template:Tlx]]&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Tlx&amp;diff=18154</id>
		<title>Template:Tlx</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Tlx&amp;diff=18154"/>
		<updated>2019-06-30T21:28:53Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;span style=&amp;quot;font-family:&amp;amp;quot;Consolas&amp;amp;quot;, monospace;&amp;quot;&amp;gt;{{[[{{#if:{{{SISTER|}}}|{{{SISTER}}}Template|{{ns:Template}}}}:{{{1|Tlx}}}|{{{1|Tlx}}}]]{{#if:{{{2|}}}|&amp;amp;#124;{{{2}}}}}{{#if:{{{3|}}}|&amp;amp;#124;{{{3}}}}}{{#if:{{{4|}}}|&amp;amp;#124;{{{4}}}}}{{#if:{{{5|}}}|&amp;amp;#124;{{{5}}}}}{{#if:{{{6|}}}|&amp;amp;#124;{{{6}}}}}{{#if:{{{7|}}}|&amp;amp;#124;{{{7}}}}}{{#if:{{{8|}}}|&amp;amp;#124;''...''}}}}&amp;lt;/span&amp;gt;&amp;lt;includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Tlx&amp;diff=18153</id>
		<title>Template:Tlx</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Tlx&amp;diff=18153"/>
		<updated>2019-06-30T21:28:39Z</updated>

		<summary type="html">&lt;p&gt;Oso6: Created page with &amp;quot;&amp;lt;span style=&amp;quot;font-family:&amp;amp;quot;Consolas&amp;amp;quot;, monospace;&amp;quot;&amp;gt;{{Tlx}}}{{#if:{{{2|}}}|&amp;amp;#124;{{{2}}}...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-family:&amp;amp;quot;Consolas&amp;amp;quot;, monospace;&amp;quot;&amp;gt;{{[[{{#if:{{{SISTER|}}}|{{{SISTER}}}Template|{{ns:Template}}}}:{{{1|Tlx}}}|{{{1|Tlx}}}]]{{#if:{{{2|}}}|&amp;amp;#124;{{{2}}}}}{{#if:{{{3|}}}|&amp;amp;#124;{{{3}}}}}{{#if:{{{4|}}}|&amp;amp;#124;{{{4}}}}}{{#if:{{{5|}}}|&amp;amp;#124;{{{5}}}}}{{#if:{{{6|}}}|&amp;amp;#124;{{{6}}}}}{{#if:{{{7|}}}|&amp;amp;#124;{{{7}}}}}{{#if:{{{8|}}}|&amp;amp;#124;''...''}}}}&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Align/doc&amp;diff=18148</id>
		<title>Template:Align/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Align/doc&amp;diff=18148"/>
		<updated>2019-06-30T21:26:32Z</updated>

		<summary type="html">&lt;p&gt;Oso6: Created page with &amp;quot;{{Documentation subpage}} {{caution|'''Align Center does not function''' for the mobile view and mobile applications. Be aware that more than half of the Wikiped...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{caution|'''Align Center does not function''' for [[WP:MOBILE|the mobile view and mobile applications]]. Be aware that more than half of the Wikipedia visitors are via mobile.}}&lt;br /&gt;
This is a generic template for handling the horizontal alignment of elements on a page. Use the template like this:&lt;br /&gt;
&lt;br /&gt;
{{tlx|align|''position''|''content''}}&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;500px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|align|left|&amp;lt;nowiki&amp;gt;'''Hello world!'''&amp;lt;/nowiki&amp;gt;}} produces this:&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{align|left|'''Hello world!'''}}&lt;br /&gt;
|-&lt;br /&gt;
|{{tlx|align|right|&amp;lt;nowiki&amp;gt;'''Hello world!'''&amp;lt;/nowiki&amp;gt;}} produces this:&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{align|right|'''Hello world!'''}}&lt;br /&gt;
|-&lt;br /&gt;
|{{tlx|align|center|&amp;lt;nowiki&amp;gt;'''Hello world!'''&amp;lt;/nowiki&amp;gt;}} produces this:&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{align|center|'''Hello world!'''}}&lt;br /&gt;
|-&lt;br /&gt;
|{{tlx|align|center|&amp;lt;nowiki&amp;gt;'''Hello world!'''|style=color:red&amp;lt;/nowiki&amp;gt;}} produces this:&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{align|center|'''Hello world!'''|style=color:red}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*{{tl|Center}}&lt;br /&gt;
*{{tl|Left}}&lt;br /&gt;
*{{tl|Right}}&lt;br /&gt;
*{{tl|Float right}}&lt;br /&gt;
*{{tl|Image frame}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Positioning templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Align&amp;diff=18145</id>
		<title>Template:Align</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Align&amp;diff=18145"/>
		<updated>2019-06-30T21:24:53Z</updated>

		<summary type="html">&lt;p&gt;Oso6: Created page with &amp;quot;{{#switch: {{lc:{{{1|center}}}}} |left = &amp;lt;div style=&amp;quot;float: left;{{#if: {{{style|}}} | {{{style}}};}}&amp;quot;&amp;gt;{{{2}}}&amp;lt;/div&amp;gt; |right = &amp;lt;div style=&amp;quot;float: right;{{#if: {{{style|}}} | {{...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch: {{lc:{{{1|center}}}}}&lt;br /&gt;
|left = &amp;lt;div style=&amp;quot;float: left;{{#if: {{{style|}}} | {{{style}}};}}&amp;quot;&amp;gt;{{{2}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|right = &amp;lt;div style=&amp;quot;float: right;{{#if: {{{style|}}} | {{{style}}};}}&amp;quot;&amp;gt;{{{2}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|center = {{center|{{{2}}}|style={{{style|}}} }}&lt;br /&gt;
|#default = Error in [[Template:Align]]: the alignment setting &amp;quot;{{{1}}}&amp;quot; is invalid.&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC/doc&amp;diff=18138</id>
		<title>Template:Infobox IGVC/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC/doc&amp;diff=18138"/>
		<updated>2019-06-30T21:18:48Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox IGVC&lt;br /&gt;
| robot_name        =&lt;br /&gt;
| image_path        = &amp;lt;!-- use the format of &amp;quot;imagename.jpg&amp;quot; --&amp;gt;&lt;br /&gt;
| image_alt_text    =&lt;br /&gt;
| year_start        = &lt;br /&gt;
| year_end          =&lt;br /&gt;
| current_version   = &amp;lt;!-- Name of the current version of the robot, ie. Jessii --&amp;gt;&lt;br /&gt;
| update_year_start = &amp;lt;!-- Ask Cameron --&amp;gt;&lt;br /&gt;
| update_year_end   = &amp;lt;!-- Ask Cameron --&amp;gt;&lt;br /&gt;
| farthest_distance = &amp;lt;!-- if the flag is other as the current  --&amp;gt;&lt;br /&gt;
| fastest_time      = &lt;br /&gt;
| highest_finish_autonav = &lt;br /&gt;
| highest_finish_design  = &lt;br /&gt;
| last_robot             = &amp;lt;!-- name of page to the last robot --&amp;gt;&lt;br /&gt;
| next_robot             = &amp;lt;!-- name of page to the next robot --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = NA&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
| next_robot             =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = NA&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
| last_robot             = Woodi&lt;br /&gt;
| next_robot             =&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18135</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18135"/>
		<updated>2019-06-30T21:17:16Z</updated>

		<summary type="html">&lt;p&gt;Oso6: Added links to last / next robot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{{robot_name}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{{image_path}}}|right|frameless|480x480px|{{{image_alt_text}}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{{year_start}}}-{{{year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Current Version&lt;br /&gt;
| {{{currver|{{{current_version}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Update Year&lt;br /&gt;
| {{{updyr|{{{update_year_start}}}-{{{update_year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{{farthest_distance}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{{fastest_time}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{{highest_finish_autonav}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{{highest_finish_design}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
| {{#if:{{{last_robot|}}} | {{align|left|&amp;amp;larr; {{{last_robot|}}} }} }} {{#if:{{{next_robot|}}}|{{align|right|{{{next_robot|}}} &amp;amp;rarr; }} }}&lt;br /&gt;
|}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18128</id>
		<title>Jessi</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Jessi&amp;diff=18128"/>
		<updated>2019-06-30T21:07:52Z</updated>

		<summary type="html">&lt;p&gt;Oso6: Changed to use template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = NA&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
}}&lt;br /&gt;
= Competitions =&lt;br /&gt;
&lt;br /&gt;
=== IGVC 2018 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 5 ft&lt;br /&gt;
** Design Competition Placement: 2nd&lt;br /&gt;
** AutoNav Competition Placement: &lt;br /&gt;
&lt;br /&gt;
=== IGVC 2019 ===&lt;br /&gt;
*Results&lt;br /&gt;
** Distance: 16 ft&lt;br /&gt;
** Design Competition Placement: 1st&lt;br /&gt;
** AutoNav Competition Placement:&lt;br /&gt;
&lt;br /&gt;
= Versions =&lt;br /&gt;
&lt;br /&gt;
== Jessi ==&lt;br /&gt;
&lt;br /&gt;
==== At Competition ====&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
==== Electrical Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
[[Image:IGVC Electrical Overview.png | 300px | thumb | Jessi Electrical Overview]]&lt;br /&gt;
&lt;br /&gt;
==== Software Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
== Jessii ==&lt;br /&gt;
&lt;br /&gt;
==== At Competition ====&lt;br /&gt;
Though the team was well-prepared going into 2019 IGVC, several issues came up during competition. On the first day, the mbed was experiencing issues and causing the computer to brownout. The mbed was fried while attempts were being made to fix the problem. Eventually this was solved with a new mbed and a large capacitor, which prevented brownouts from happening, though the whole process of fixing the robot took up the first day of the competition. During the second day, major progress was made; the team was 4th to qualify, which was the earliest Georgia Tech has ever qualified in IGVC. Additionally, the robot had a few successful runs on the course. Most notably, the great backwards run tragedy of 2019 happened. During this run, the robot turned itself around and went BACKWARDS on the course, though it went extremely far. This ended up being (absolute-value) the second longest run achieved by any robot in the competition this year, though it didn't count towards our score since it was backwards.&lt;br /&gt;
&lt;br /&gt;
==== Mechanical Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
==== Electrical Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
==== Software Issues &amp;amp; Improvements ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed-hover&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:Jessi.jpg | Jessi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18127</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18127"/>
		<updated>2019-06-30T21:06:46Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{{robot_name}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{{image_path}}}|right|frameless|480x480px|{{{image_alt_text}}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{{year_start}}}-{{{year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Current Version&lt;br /&gt;
| {{{currver|{{{current_version}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Update Year&lt;br /&gt;
| {{{updyr|{{{update_year_start}}}-{{{update_year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{{farthest_distance}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{{fastest_time}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{{highest_finish_autonav}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{{highest_finish_design}}} }}}&lt;br /&gt;
|}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18126</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18126"/>
		<updated>2019-06-30T21:06:28Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{{robot_name}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{image_path}}|right|frameless|480x480px|{{{image_alt_text}}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{{year_start}}}-{{{year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Current Version&lt;br /&gt;
| {{{currver|{{{current_version}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Update Year&lt;br /&gt;
| {{{updyr|{{{update_year_start}}}-{{{update_year_end}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{{farthest_distance}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{{fastest_time}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{{highest_finish_autonav}}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{{highest_finish_design}}} }}}&lt;br /&gt;
|}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC/doc&amp;diff=18125</id>
		<title>Template:Infobox IGVC/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC/doc&amp;diff=18125"/>
		<updated>2019-06-30T21:05:14Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox IGVC&lt;br /&gt;
| robot_name        =&lt;br /&gt;
| image_path        = &amp;lt;!-- use the format of &amp;quot;imagename.jpg&amp;quot; --&amp;gt;&lt;br /&gt;
| image_alt_text    =&lt;br /&gt;
| year_start        = &lt;br /&gt;
| year_end          =&lt;br /&gt;
| current_version   = &amp;lt;!-- Name of the current version of the robot, ie. Jessii --&amp;gt;&lt;br /&gt;
| update_year_start = &amp;lt;!-- Ask Cameron --&amp;gt;&lt;br /&gt;
| update_year_end   = &amp;lt;!-- Ask Cameron --&amp;gt;&lt;br /&gt;
| farthest_distance = &amp;lt;!-- if the flag is other as the current  --&amp;gt;&lt;br /&gt;
| fastest_time      = &lt;br /&gt;
| highest_finish_autonav = &lt;br /&gt;
| highest_finish_design  = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = NA&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = NA&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18122</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18122"/>
		<updated>2019-06-30T21:04:39Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{robot_name}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{image_path}}|right|frameless|480x480px|{{image_alt_text}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{year_start}}-{{year_end}}}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Current Version&lt;br /&gt;
| {{{currver|{{current_version}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Update Year&lt;br /&gt;
| {{{updyr|{{update_year_start}}-{{update_year_end}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{farthest_distance}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{fastest_time}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{highest_finish_autonav}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{highest_finish_design}} }}}&lt;br /&gt;
|}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC/doc&amp;diff=18121</id>
		<title>Template:Infobox IGVC/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC/doc&amp;diff=18121"/>
		<updated>2019-06-30T21:03:03Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox IGVC&lt;br /&gt;
| robot_name        =&lt;br /&gt;
| image_path        = &amp;lt;!-- use the format of &amp;quot;imagename.jpg&amp;quot; --&amp;gt;&lt;br /&gt;
| image_alt_text    =&lt;br /&gt;
| year_start        = &lt;br /&gt;
| year_end          =&lt;br /&gt;
| current_version   = &amp;lt;!-- Name of the current version of the robot, ie. Jessii --&amp;gt;&lt;br /&gt;
| update_year_start = &amp;lt;!-- Ask Cameron --&amp;gt;&lt;br /&gt;
| update_year_end   = &amp;lt;!-- Ask Cameron --&amp;gt;&lt;br /&gt;
| farthest_distance = &amp;lt;!-- if the flag is other as the current  --&amp;gt;&lt;br /&gt;
| fastest_time      = &lt;br /&gt;
| highest_finish_autonav = &lt;br /&gt;
| highest_finish_design  = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = NA&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;{{Infobox IGVC&lt;br /&gt;
| robot_name        = Jessi&lt;br /&gt;
| image_path        = Jessi.png&lt;br /&gt;
| image_alt_text    = Jessi alt text&lt;br /&gt;
| year_start        = 2017&lt;br /&gt;
| year_end          = 2018&lt;br /&gt;
| current_version   = Jessii&lt;br /&gt;
| update_year_start = 2018&lt;br /&gt;
| update_year_end   = 2019&lt;br /&gt;
| farthest_distance = 16 ft&lt;br /&gt;
| fastest_time      = NA&lt;br /&gt;
| highest_finish_autonav = NA&lt;br /&gt;
| highest_finish_design  = 1st&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Ice hockey infobox templates|International hockey competition]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18114</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18114"/>
		<updated>2019-06-30T20:53:41Z</updated>

		<summary type="html">&lt;p&gt;Oso6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{robot_name}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{image_path}}|right|frameless|480x480px|{{image_alt_text}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{year_start}}-{{year_end}}}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Current Version&lt;br /&gt;
| {{{currver|{{current_version}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Update Year&lt;br /&gt;
| {{{updyr|{{update_year_start}}-{{update_year_end}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{farthest_distance}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{fastest_time}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{highest_finish_autonav}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{highest_finish_design}} }}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC/doc&amp;diff=18113</id>
		<title>Template:Infobox IGVC/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC/doc&amp;diff=18113"/>
		<updated>2019-06-30T20:51:16Z</updated>

		<summary type="html">&lt;p&gt;Oso6: Created page with &amp;quot;{{Documentation subpage}} &amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --&amp;gt; == Usage ==   &amp;lt;in...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18108</id>
		<title>Template:Infobox IGVC</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=Template:Infobox_IGVC&amp;diff=18108"/>
		<updated>2019-06-30T20:44:37Z</updated>

		<summary type="html">&lt;p&gt;Oso6: Created page with &amp;quot;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot; |- ! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{robot_name}} |- ! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |File:{{image_path}}|right|fra...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | {{robot_name}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; |[[File:{{image_path}}|right|frameless|480x480px|{{image_alt_text}}]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Year Of Creation&lt;br /&gt;
| {{{year|{{year_start}}-{{year_end}}}}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Versions&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Current Version&lt;br /&gt;
| {{{currver|{{current_version}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Update Year&lt;br /&gt;
| {{{updyr|{{update_year_start}}-{{update_year_end}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#FFFF99&amp;quot; | Information and Statistics&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Farthest Distance&lt;br /&gt;
| {{{mat| {{farthest_distance}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Fastest Time&lt;br /&gt;
| {{{mat| {{fastest_time}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish AutoNav&lt;br /&gt;
| {{{hfin| {{highest_finish_autonav}} }}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; style=&amp;quot;text-align:left&amp;quot; | Highest Finish Design&lt;br /&gt;
| {{{hfin| {{highest_finish_design}} }}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=IGVC_Software&amp;diff=17367</id>
		<title>IGVC Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=IGVC_Software&amp;diff=17367"/>
		<updated>2018-12-01T03:44:33Z</updated>

		<summary type="html">&lt;p&gt;Oso6: /* NodeUtils */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Information ==&lt;br /&gt;
Our software team uses Robot Operating System (ROS) to develop our code. ROS is a flexible framework developed for quickly prototyping of code for robotic applications. There are many libraries of code that use ROS which allow us to integrate them into our code base with ease. &lt;br /&gt;
&lt;br /&gt;
== Quick Links ==&lt;br /&gt;
*[http://wiki.ros.org/ROS/Tutorials/ ROS Tutorials]&lt;br /&gt;
*[https://github.com/RoboJackets/igvc-software/ Code Base]&lt;br /&gt;
&lt;br /&gt;
== Installation Instructions ==&lt;br /&gt;
*[[IGVC Software Computer Setup]]&lt;br /&gt;
*[[IGVC Software ROS Installation]]&lt;br /&gt;
*[[IGVC Fresh NUC Installation]]&lt;br /&gt;
&lt;br /&gt;
== Management ==&lt;br /&gt;
*[[IGVC Software Standards]]&lt;br /&gt;
&lt;br /&gt;
== How To Guides ==&lt;br /&gt;
*[[IGVC Running Robot]]&lt;br /&gt;
*[[IGVC Launching Simulation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Package Overview ==&lt;br /&gt;
===igvc_description===&lt;br /&gt;
===igvc_gazebo===&lt;br /&gt;
====Gazebo Interface====&lt;br /&gt;
===igvc_perception===&lt;br /&gt;
====Filter Lidar====&lt;br /&gt;
====Vision====&lt;br /&gt;
===igvc_navigation===&lt;br /&gt;
====Path Planner====&lt;br /&gt;
====Path Follower====&lt;br /&gt;
====State Estimator====&lt;br /&gt;
====Mapper====&lt;br /&gt;
====Waypoint====&lt;br /&gt;
====Wheel Odometer====&lt;br /&gt;
===igvc_platform===&lt;br /&gt;
====Motor Controller====&lt;br /&gt;
====IMU====&lt;br /&gt;
====Joystick Driver====&lt;br /&gt;
====System Stats====&lt;br /&gt;
===igvc_rviz_plugins===&lt;br /&gt;
====RVIZ plugins====&lt;br /&gt;
===igvc_utils===&lt;br /&gt;
====Serial====&lt;br /&gt;
====NodeUtils====&lt;br /&gt;
NodeUtils is a utility class which contains methods that are generally useful to nodes:&lt;br /&gt;
; &amp;lt;code&amp;gt;void igvc::param(const ros::NodeHandle pNh, const std::string &amp;amp;param_name, T &amp;amp;param_val, const T &amp;amp;default_val)&amp;lt;/code&amp;gt;&lt;br /&gt;
: Calls &amp;lt;code&amp;gt;pNh.param&amp;lt;/code&amp;gt; with the provided parameters, outputting to &amp;lt;code&amp;gt;ROS_ERROR_STREAM&amp;lt;/code&amp;gt; if the parameter is not provided and set from the default value&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;code&amp;gt;void igvc::getParam(const ros::NodeHandle &amp;amp;pNh, const std::string &amp;amp;param_name, T &amp;amp;param_val)&amp;lt;/code&amp;gt;&lt;br /&gt;
: Calls &amp;lt;code&amp;gt;pNh.getParam&amp;lt;/code&amp;gt; with the provided parameters, outputting to &amp;lt;code&amp;gt;ROS_ERROR_STREAM&amp;lt;/code&amp;gt; if the parameter is not provided, then calls &amp;lt;code&amp;gt;ros::shutdown()&amp;lt;/code&amp;gt; to exit.&lt;br /&gt;
&lt;br /&gt;
====RobotState====&lt;br /&gt;
RobotState is a utility class which represents the state of the robot as (x, y, &amp;amp;theta;)&lt;br /&gt;
; &amp;lt;code&amp;gt;void setState(const nav_msgs::Odometry::ConstPtr &amp;amp;msg)&amp;lt;/code&amp;gt;&lt;br /&gt;
: Sets the state from a &amp;lt;code&amp;gt;nav_msgs::Odometry&amp;lt;/code&amp;gt; message&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;code&amp;gt;Eigen::Vector3d getVector3d()&amp;lt;/code&amp;gt;&lt;br /&gt;
: Returns the state of the robot as an &amp;lt;code&amp;gt;Eigen::Vector3d&amp;lt;/code&amp;gt; of (x, y, &amp;amp;theta;)&lt;br /&gt;
&lt;br /&gt;
===igvc_msgs===&lt;br /&gt;
[[Category:IGVC]]&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=IGVC_Software&amp;diff=17366</id>
		<title>IGVC Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=IGVC_Software&amp;diff=17366"/>
		<updated>2018-12-01T03:44:18Z</updated>

		<summary type="html">&lt;p&gt;Oso6: /* igvc_utils */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Information ==&lt;br /&gt;
Our software team uses Robot Operating System (ROS) to develop our code. ROS is a flexible framework developed for quickly prototyping of code for robotic applications. There are many libraries of code that use ROS which allow us to integrate them into our code base with ease. &lt;br /&gt;
&lt;br /&gt;
== Quick Links ==&lt;br /&gt;
*[http://wiki.ros.org/ROS/Tutorials/ ROS Tutorials]&lt;br /&gt;
*[https://github.com/RoboJackets/igvc-software/ Code Base]&lt;br /&gt;
&lt;br /&gt;
== Installation Instructions ==&lt;br /&gt;
*[[IGVC Software Computer Setup]]&lt;br /&gt;
*[[IGVC Software ROS Installation]]&lt;br /&gt;
*[[IGVC Fresh NUC Installation]]&lt;br /&gt;
&lt;br /&gt;
== Management ==&lt;br /&gt;
*[[IGVC Software Standards]]&lt;br /&gt;
&lt;br /&gt;
== How To Guides ==&lt;br /&gt;
*[[IGVC Running Robot]]&lt;br /&gt;
*[[IGVC Launching Simulation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Package Overview ==&lt;br /&gt;
===igvc_description===&lt;br /&gt;
===igvc_gazebo===&lt;br /&gt;
====Gazebo Interface====&lt;br /&gt;
===igvc_perception===&lt;br /&gt;
====Filter Lidar====&lt;br /&gt;
====Vision====&lt;br /&gt;
===igvc_navigation===&lt;br /&gt;
====Path Planner====&lt;br /&gt;
====Path Follower====&lt;br /&gt;
====State Estimator====&lt;br /&gt;
====Mapper====&lt;br /&gt;
====Waypoint====&lt;br /&gt;
====Wheel Odometer====&lt;br /&gt;
===igvc_platform===&lt;br /&gt;
====Motor Controller====&lt;br /&gt;
====IMU====&lt;br /&gt;
====Joystick Driver====&lt;br /&gt;
====System Stats====&lt;br /&gt;
===igvc_rviz_plugins===&lt;br /&gt;
====RVIZ plugins====&lt;br /&gt;
===igvc_utils===&lt;br /&gt;
====Serial====&lt;br /&gt;
====NodeUtils====&lt;br /&gt;
NodeUtils is a utility class which contains methods that are generally useful to nodes:&lt;br /&gt;
; &amp;lt;code&amp;gt;igvc::param(const ros::NodeHandle pNh, const std::string &amp;amp;param_name, T &amp;amp;param_val, const T &amp;amp;default_val)&amp;lt;/code&amp;gt;&lt;br /&gt;
: Calls &amp;lt;code&amp;gt;pNh.param&amp;lt;/code&amp;gt; with the provided parameters, outputting to &amp;lt;code&amp;gt;ROS_ERROR_STREAM&amp;lt;/code&amp;gt; if the parameter is not provided and set from the default value&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;code&amp;gt;igvc::getParam(const ros::NodeHandle &amp;amp;pNh, const std::string &amp;amp;param_name, T &amp;amp;param_val)&amp;lt;/code&amp;gt;&lt;br /&gt;
: Calls &amp;lt;code&amp;gt;pNh.getParam&amp;lt;/code&amp;gt; with the provided parameters, outputting to &amp;lt;code&amp;gt;ROS_ERROR_STREAM&amp;lt;/code&amp;gt; if the parameter is not provided, then calls &amp;lt;code&amp;gt;ros::shutdown()&amp;lt;/code&amp;gt; to exit.&lt;br /&gt;
&lt;br /&gt;
====RobotState====&lt;br /&gt;
RobotState is a utility class which represents the state of the robot as (x, y, &amp;amp;theta;)&lt;br /&gt;
; &amp;lt;code&amp;gt;void setState(const nav_msgs::Odometry::ConstPtr &amp;amp;msg)&amp;lt;/code&amp;gt;&lt;br /&gt;
: Sets the state from a &amp;lt;code&amp;gt;nav_msgs::Odometry&amp;lt;/code&amp;gt; message&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;code&amp;gt;Eigen::Vector3d getVector3d()&amp;lt;/code&amp;gt;&lt;br /&gt;
: Returns the state of the robot as an &amp;lt;code&amp;gt;Eigen::Vector3d&amp;lt;/code&amp;gt; of (x, y, &amp;amp;theta;)&lt;br /&gt;
&lt;br /&gt;
===igvc_msgs===&lt;br /&gt;
[[Category:IGVC]]&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=IGVC_Software&amp;diff=17363</id>
		<title>IGVC Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=IGVC_Software&amp;diff=17363"/>
		<updated>2018-12-01T03:37:13Z</updated>

		<summary type="html">&lt;p&gt;Oso6: /* NodeUtils */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Information ==&lt;br /&gt;
Our software team uses Robot Operating System (ROS) to develop our code. ROS is a flexible framework developed for quickly prototyping of code for robotic applications. There are many libraries of code that use ROS which allow us to integrate them into our code base with ease. &lt;br /&gt;
&lt;br /&gt;
== Quick Links ==&lt;br /&gt;
*[http://wiki.ros.org/ROS/Tutorials/ ROS Tutorials]&lt;br /&gt;
*[https://github.com/RoboJackets/igvc-software/ Code Base]&lt;br /&gt;
&lt;br /&gt;
== Installation Instructions ==&lt;br /&gt;
*[[IGVC Software Computer Setup]]&lt;br /&gt;
*[[IGVC Software ROS Installation]]&lt;br /&gt;
*[[IGVC Fresh NUC Installation]]&lt;br /&gt;
&lt;br /&gt;
== Management ==&lt;br /&gt;
*[[IGVC Software Standards]]&lt;br /&gt;
&lt;br /&gt;
== How To Guides ==&lt;br /&gt;
*[[IGVC Running Robot]]&lt;br /&gt;
*[[IGVC Launching Simulation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Package Overview ==&lt;br /&gt;
===igvc_description===&lt;br /&gt;
===igvc_gazebo===&lt;br /&gt;
====Gazebo Interface====&lt;br /&gt;
===igvc_perception===&lt;br /&gt;
====Filter Lidar====&lt;br /&gt;
====Vision====&lt;br /&gt;
===igvc_navigation===&lt;br /&gt;
====Path Planner====&lt;br /&gt;
====Path Follower====&lt;br /&gt;
====State Estimator====&lt;br /&gt;
====Mapper====&lt;br /&gt;
====Waypoint====&lt;br /&gt;
====Wheel Odometer====&lt;br /&gt;
===igvc_platform===&lt;br /&gt;
====Motor Controller====&lt;br /&gt;
====IMU====&lt;br /&gt;
====Joystick Driver====&lt;br /&gt;
====System Stats====&lt;br /&gt;
===igvc_rviz_plugins===&lt;br /&gt;
====RVIZ plugins====&lt;br /&gt;
===igvc_utils===&lt;br /&gt;
====Serial====&lt;br /&gt;
====NodeUtils====&lt;br /&gt;
NodeUtils is a utility class which contains methods that are generally useful to nodes:&lt;br /&gt;
; &amp;lt;code&amp;gt;igvc::param(const ros::NodeHandle pNh, const std::string &amp;amp;param_name, T &amp;amp;param_val, const T &amp;amp;default_val)&amp;lt;/code&amp;gt;&lt;br /&gt;
: Calls &amp;lt;code&amp;gt;pNh.param&amp;lt;/code&amp;gt; with the provided parameters, outputting to &amp;lt;code&amp;gt;ROS_ERROR_STREAM&amp;lt;/code&amp;gt; if the parameter is not provided and set from the default value&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;code&amp;gt;igvc::getParam(const ros::NodeHandle &amp;amp;pNh, const std::string &amp;amp;param_name, T &amp;amp;param_val)&amp;lt;/code&amp;gt;&lt;br /&gt;
: Calls &amp;lt;code&amp;gt;pNh.getParam&amp;lt;/code&amp;gt; with the provided parameters, outputting to &amp;lt;code&amp;gt;ROS_ERROR_STREAM&amp;lt;/code&amp;gt; if the parameter is not provided, then calls &amp;lt;code&amp;gt;ros::shutdown()&amp;lt;/code&amp;gt; to exit.&lt;br /&gt;
&lt;br /&gt;
===igvc_msgs===&lt;br /&gt;
[[Category:IGVC]]&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.robojackets.org/index.php?title=IGVC_Software&amp;diff=17358</id>
		<title>IGVC Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.robojackets.org/index.php?title=IGVC_Software&amp;diff=17358"/>
		<updated>2018-12-01T03:23:55Z</updated>

		<summary type="html">&lt;p&gt;Oso6: /* igvc_utils */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Information ==&lt;br /&gt;
Our software team uses Robot Operating System (ROS) to develop our code. ROS is a flexible framework developed for quickly prototyping of code for robotic applications. There are many libraries of code that use ROS which allow us to integrate them into our code base with ease. &lt;br /&gt;
&lt;br /&gt;
== Quick Links ==&lt;br /&gt;
*[http://wiki.ros.org/ROS/Tutorials/ ROS Tutorials]&lt;br /&gt;
*[https://github.com/RoboJackets/igvc-software/ Code Base]&lt;br /&gt;
&lt;br /&gt;
== Installation Instructions ==&lt;br /&gt;
*[[IGVC Software Computer Setup]]&lt;br /&gt;
*[[IGVC Software ROS Installation]]&lt;br /&gt;
*[[IGVC Fresh NUC Installation]]&lt;br /&gt;
&lt;br /&gt;
== Management ==&lt;br /&gt;
*[[IGVC Software Standards]]&lt;br /&gt;
&lt;br /&gt;
== How To Guides ==&lt;br /&gt;
*[[IGVC Running Robot]]&lt;br /&gt;
*[[IGVC Launching Simulation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Package Overview ==&lt;br /&gt;
===igvc_description===&lt;br /&gt;
===igvc_gazebo===&lt;br /&gt;
====Gazebo Interface====&lt;br /&gt;
===igvc_perception===&lt;br /&gt;
====Filter Lidar====&lt;br /&gt;
====Vision====&lt;br /&gt;
===igvc_navigation===&lt;br /&gt;
====Path Planner====&lt;br /&gt;
====Path Follower====&lt;br /&gt;
====State Estimator====&lt;br /&gt;
====Mapper====&lt;br /&gt;
====Waypoint====&lt;br /&gt;
====Wheel Odometer====&lt;br /&gt;
===igvc_platform===&lt;br /&gt;
====Motor Controller====&lt;br /&gt;
====IMU====&lt;br /&gt;
====Joystick Driver====&lt;br /&gt;
====System Stats====&lt;br /&gt;
===igvc_rviz_plugins===&lt;br /&gt;
====RVIZ plugins====&lt;br /&gt;
===igvc_utils===&lt;br /&gt;
====Serial====&lt;br /&gt;
====NodeUtils====&lt;br /&gt;
NodeUtils is a utility class which contains methods that are generally usefull to nodes:&lt;br /&gt;
* Node parameter checking&lt;br /&gt;
&lt;br /&gt;
===igvc_msgs===&lt;br /&gt;
[[Category:IGVC]]&lt;/div&gt;</summary>
		<author><name>Oso6</name></author>
		
	</entry>
</feed>