<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.penfieldrobotics.com/wiki/index.php?action=history&amp;feed=atom&amp;title=2011%3ALow-Level_Autonomous_System</id>
	<title>2011:Low-Level Autonomous System - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.penfieldrobotics.com/wiki/index.php?action=history&amp;feed=atom&amp;title=2011%3ALow-Level_Autonomous_System"/>
	<link rel="alternate" type="text/html" href="https://wiki.penfieldrobotics.com/wiki/index.php?title=2011:Low-Level_Autonomous_System&amp;action=history"/>
	<updated>2026-04-13T11:22:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.penfieldrobotics.com/wiki/index.php?title=2011:Low-Level_Autonomous_System&amp;diff=5421&amp;oldid=prev</id>
		<title>Heydowns: Low-Level Autonomous System moved to 2011:Low-Level Autonomous System</title>
		<link rel="alternate" type="text/html" href="https://wiki.penfieldrobotics.com/wiki/index.php?title=2011:Low-Level_Autonomous_System&amp;diff=5421&amp;oldid=prev"/>
		<updated>2012-01-06T17:42:50Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/wiki/index.php?title=Low-Level_Autonomous_System&amp;amp;action=tinymceedit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Low-Level Autonomous System (page does not exist)&quot;&gt;Low-Level Autonomous System&lt;/a&gt; moved to &lt;a href=&quot;/wiki/index.php?title=2011:Low-Level_Autonomous_System&quot; title=&quot;2011:Low-Level Autonomous System&quot;&gt;2011:Low-Level Autonomous System&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 10:42, 6 January 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Heydowns</name></author>
	</entry>
	<entry>
		<id>https://wiki.penfieldrobotics.com/wiki/index.php?title=2011:Low-Level_Autonomous_System&amp;diff=4180&amp;oldid=prev</id>
		<title>Programming: New page: The low level autonomous code uses the following system that gives high level autonomous a series of tasks to perform, and only need to call methods to start these tasks.   Loop Structure:...</title>
		<link rel="alternate" type="text/html" href="https://wiki.penfieldrobotics.com/wiki/index.php?title=2011:Low-Level_Autonomous_System&amp;diff=4180&amp;oldid=prev"/>
		<updated>2011-01-17T00:10:26Z</updated>

		<summary type="html">&lt;p&gt;New page: The low level autonomous code uses the following system that gives high level autonomous a series of tasks to perform, and only need to call methods to start these tasks.   Loop Structure:...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The low level autonomous code uses the following system that gives high level autonomous a series of tasks to perform, and only need to call methods to start these tasks. &lt;br /&gt;
&lt;br /&gt;
Loop Structure: &lt;br /&gt;
&lt;br /&gt;
#Give New Task Type, Goal, and Method. (call task method once) &lt;br /&gt;
#Process Input (call process method) &lt;br /&gt;
#Check Current Input Against Goal (call check done method) &lt;br /&gt;
##Match: &lt;br /&gt;
###More Tasks: Go to 1 &lt;br /&gt;
###All Tasks Complete: End&lt;br /&gt;
##No Match: Go to 2&amp;lt;br&amp;gt;&lt;br /&gt;
Note: at any time, the loop can be broken by calling a stop method.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
List of Current Low Level Methods:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;15&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Name&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Input&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Description&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Process Action&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt; &lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Check Done Condition&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| Drive_Forward_Distance&lt;br /&gt;
| Distance to Drive (inches)&lt;br /&gt;
| Drive forwards the given distance&lt;br /&gt;
| Set drive motors to drive straight&lt;br /&gt;
| Encoder ticks indicate distance has been achieved&lt;br /&gt;
|-&lt;br /&gt;
| Drive_Keep_On_Line&lt;br /&gt;
| N/A&lt;br /&gt;
| Drive forward, using optical sensors to maintain path of reflective tape line&lt;br /&gt;
| Maintain direction, drive forward&lt;br /&gt;
| Sensors indicate the line has ended &lt;br /&gt;
|-&lt;br /&gt;
| Drive_Turn_Angle&lt;br /&gt;
| Angle to turn (degrees from the current angle)&lt;br /&gt;
| Spin the robot CW the number of degrees provided&lt;br /&gt;
| Drive motors opposite, power depending on progress&lt;br /&gt;
| Gyro indicates angle has been reached&lt;br /&gt;
|-&lt;br /&gt;
| Drive_Turn_Until_Line&lt;br /&gt;
| Turn right or left&lt;br /&gt;
| Spin the robot until it senses it is lined up with a tape line&lt;br /&gt;
| Drive motors in the given direction at a set speed&lt;br /&gt;
| Sensors indicate the line is now under the robot&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Programming</name></author>
	</entry>
</feed>