<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Autonomous Mobile Robots</title>
	<atom:link href="http://autonomousmobilerobots.co.uk/Index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://autonomousmobilerobots.co.uk</link>
	<description>Site devoted to mobile robots and AI research and development</description>
	<pubDate>Thu, 21 Jan 2010 22:12:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My favorite books from Amazon</title>
		<link>http://autonomousmobilerobots.co.uk/?p=210</link>
		<comments>http://autonomousmobilerobots.co.uk/?p=210#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:12:06 +0000</pubDate>
		<dc:creator>Centurion</dc:creator>
		
		<category><![CDATA[Books and Articles]]></category>

		<guid isPermaLink="false">http://autonomousmobilerobots.co.uk/?p=210</guid>
		<description><![CDATA[  Amazon.com Widgets
]]></description>
			<content:encoded><![CDATA[<p><SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822/US/httpautonomou-20/8001/7e4472ea-c57a-45a2-9d02-939e7bcc6930"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fhttpautonomou-20%2F8001%2F7e4472ea-c57a-45a2-9d02-939e7bcc6930&#038;Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></p>
]]></content:encoded>
			<wfw:commentRss>http://autonomousmobilerobots.co.uk/?feed=rss2&amp;p=210</wfw:commentRss>
		</item>
		<item>
		<title>PID controller for mobile robots, basic explanation</title>
		<link>http://autonomousmobilerobots.co.uk/?p=201</link>
		<comments>http://autonomousmobilerobots.co.uk/?p=201#comments</comments>
		<pubDate>Wed, 20 Jan 2010 22:14:27 +0000</pubDate>
		<dc:creator>Centurion</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://autonomousmobilerobots.co.uk/?p=201</guid>
		<description><![CDATA[I started article about PID controller for mobile robots which I&#8217;m going to use for position control of my caterpillar robot. It is not finished yet and I&#8217;ll be glad to receive comments from you and suggestions how to make the explanation better. PID controller is rather popular type of controller to study but traditional [...]]]></description>
			<content:encoded><![CDATA[<p>I started <a href="http://autonomousmobilerobots.co.uk/?cat=9">a</a><a href="http://autonomousmobilerobots.co.uk/?cat=9">rticle about PID controller</a> for mobile robots which I&#8217;m going to use for position control of my caterpillar robot. It is not finished yet and I&#8217;ll be glad to receive comments from you and suggestions how to make the explanation better. PID controller is rather popular type of controller to study but traditional explanation about how it works sometimes are much more sophisticated then algorithm itself. I&#8217;m not an expert in this area and I will be really glad if some one will check it out from academic point of view.</p>
]]></content:encoded>
			<wfw:commentRss>http://autonomousmobilerobots.co.uk/?feed=rss2&amp;p=201</wfw:commentRss>
		</item>
		<item>
		<title>PID controller basics, for mobile robot direction control</title>
		<link>http://autonomousmobilerobots.co.uk/?p=197</link>
		<comments>http://autonomousmobilerobots.co.uk/?p=197#comments</comments>
		<pubDate>Wed, 20 Jan 2010 22:09:53 +0000</pubDate>
		<dc:creator>Centurion</dc:creator>
		
		<category><![CDATA[Control Algorithms]]></category>

		<guid isPermaLink="false">http://autonomousmobilerobots.co.uk/?p=197</guid>
		<description><![CDATA[As I started to talk about PID control basics let me introduce you the main idea of this type controller and how it can be used practically.
PID is the abbriviation which stands for Proportional - Integral - Derivative controller,  means that the controller consists of this three instances. You must remember that the controller is [...]]]></description>
			<content:encoded><![CDATA[<p>As I started to talk about PID control basics let me introduce you the main idea of this type controller and how it can be used practically.</p>
<p>PID is the abbriviation which stands for Proportional - Integral - Derivative controller,  means that the controller consists of this three instances. You must remember that the controller is loop feedback type. What does it mean?</p>
<p>It means that to control one of the signals or instances of the system, for example speed or direction angle or position we need to measure this instance and compare the current value with the one we want to reach. This is done by calculating of error value. So, like in life we have to know the error/ difference between what we want to reach and where we are now.</p>
<p>How it can be done? Here we will turn to mathematics, in reality it is not very complex and can be easily understood if it is proper way explained. I will try to do this.</p>
<p>So lets imagine the situation when we have a robot and we want to turn to the required direction. What parameters we have to control in this case? There are not to many parameters, exactly there are only two parameters to control:</p>
<ul>
<li>Rotation velocity(degree/second)</li>
<li>Angle (degree)</li>
</ul>
<p>Which parameter in this case would be changed and which parameter would be used to measure the success?</p>
<p>So in this case we are going to control and change rotation velocity and measure if the angle we want is reached or not? How can we do this?</p>
<p>Lets say we can rotate robot for some time and measure the angle it reached, in this case we would need to rotate it very slowly with constant speed so we would not miss the desired angle. This will work but it is not very effective, especially if we want to turn quickly and precisely.</p>
<p>In this case maths come to us as a helper.  So we are going to measure angle - lets call this variable <em><strong></strong><strong>θ </strong></em>and we are going to control rotation velocity - lets call it  <strong><em>ω</em></strong>.</p>
<p>From the course of mechanics we can get the link between angle and angle velocity - other words our rotation speed:</p>
<p style="text-align: center;"><em><strong>ω</strong></em>=<em><strong>θ/t </strong></em>, where <strong><em>t </em></strong>is time in seconds</p>
<p style="text-align: left;">To be continue&#8230;</p>
<p style="text-align: left;">
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://autonomousmobilerobots.co.uk/?feed=rss2&amp;p=197</wfw:commentRss>
		</item>
		<item>
		<title>Mechanical Deisgn Section update</title>
		<link>http://autonomousmobilerobots.co.uk/?p=193</link>
		<comments>http://autonomousmobilerobots.co.uk/?p=193#comments</comments>
		<pubDate>Sat, 14 Nov 2009 23:22:50 +0000</pubDate>
		<dc:creator>Centurion</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://autonomousmobilerobots.co.uk/?p=193</guid>
		<description><![CDATA[My old walking robot is presented to you here. It has original design which I found once in the network, unfortunately I do not remember the link. Still I try to work on my present project of caterpillar robot.
]]></description>
			<content:encoded><![CDATA[<p>My old walking robot is presented to you <a href="http://autonomousmobilerobots.co.uk/?cat=7">here</a>. It has original design which I found once in the network, unfortunately I do not remember the link. Still I try to work on my present project of caterpillar robot.</p>
]]></content:encoded>
			<wfw:commentRss>http://autonomousmobilerobots.co.uk/?feed=rss2&amp;p=193</wfw:commentRss>
		</item>
		<item>
		<title>Four legged walking robot</title>
		<link>http://autonomousmobilerobots.co.uk/?p=188</link>
		<comments>http://autonomousmobilerobots.co.uk/?p=188#comments</comments>
		<pubDate>Sat, 14 Nov 2009 23:19:27 +0000</pubDate>
		<dc:creator>Centurion</dc:creator>
		
		<category><![CDATA[Mechanical Design]]></category>

		<guid isPermaLink="false">http://autonomousmobilerobots.co.uk/?p=188</guid>
		<description><![CDATA[Here is my first design of four-legged walking mobile robot with infrared sensor. It was able to move around the room and avoid obstacles.

One more picture:

]]></description>
			<content:encoded><![CDATA[<p>Here is my first design of four-legged walking mobile robot with infrared sensor. It was able to move around the room and avoid obstacles.</p>
<p style="text-align: center;">
<div id="attachment_189" class="wp-caption aligncenter" style="width: 402px"><img class="size-full wp-image-189  " title="dsci0003" src="http://autonomousmobilerobots.co.uk/wp-content/uploads/2009/11/dsci0003.jpg" alt="Four-legged walking robot" width="392" height="294" /><p class="wp-caption-text">Four-legged walking robot</p></div>
<p style="text-align: left;">One more picture:</p>
<div id="attachment_190" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-190" title="dsci0002" src="http://autonomousmobilerobots.co.uk/wp-content/uploads/2009/11/dsci0002-300x225.jpg" alt="dsci0002" width="300" height="225" /><p class="wp-caption-text">Front view of the robot</p></div>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://autonomousmobilerobots.co.uk/?feed=rss2&amp;p=188</wfw:commentRss>
		</item>
		<item>
		<title>Mechanical Desing Section update</title>
		<link>http://autonomousmobilerobots.co.uk/?p=182</link>
		<comments>http://autonomousmobilerobots.co.uk/?p=182#comments</comments>
		<pubDate>Tue, 28 Jul 2009 20:50:46 +0000</pubDate>
		<dc:creator>Centurion</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://autonomousmobilerobots.co.uk/?p=182</guid>
		<description><![CDATA[Here you will be able to find what does my mobile robot consists of and some ideas about future development.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://autonomousmobilerobots.co.uk/?p=180">Here</a> you will be able to find what does my <strong>mobile robot </strong>consists of and some ideas about future development.</p>
]]></content:encoded>
			<wfw:commentRss>http://autonomousmobilerobots.co.uk/?feed=rss2&amp;p=182</wfw:commentRss>
		</item>
		<item>
		<title>What does my Mobile robot consist of?</title>
		<link>http://autonomousmobilerobots.co.uk/?p=180</link>
		<comments>http://autonomousmobilerobots.co.uk/?p=180#comments</comments>
		<pubDate>Tue, 28 Jul 2009 20:46:47 +0000</pubDate>
		<dc:creator>Centurion</dc:creator>
		
		<category><![CDATA[Mechanical Design]]></category>

		<guid isPermaLink="false">http://autonomousmobilerobots.co.uk/?p=180</guid>
		<description><![CDATA[Well, I received a nice message yesterday at facebook with a question what does my mobile robot consist of?
So below you would find the full information about it:
Lets start:

Mobile platform - caterpillar mobile platform, very stable and easy to control
Main Controller - Arduino board Deciemila, nice and easy to program and use. I think to [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I received a nice message yesterday at facebook with a question what does my mobile robot consist of?</p>
<p>So below you would find the full information about it:</p>
<p>Lets start:</p>
<ul>
<li>Mobile platform - caterpillar mobile platform, very stable and easy to control</li>
<li>Main Controller - Arduino board Deciemila, nice and easy to program and use. I think to install one more for strategic level control, probably one more would be used for some tactical control. Allover 3 controllers are planed to be used, for the moment only one is used.</li>
<li>Motor Controller- Type SaberTooth, for 12V DC motor control -  the RF version.</li>
<li>Communication between computer and mobile robot is made on the basis of Xbee shield for Arduino</li>
<li>9 V NiMh battery -  will be changed to 12 or 14V one because more power is necessary.</li>
<li>HMC - magnetic compass with I2C protocol.</li>
<li>Two Hall sensors for velocity measurement, and two magnets for each caterpillar (get the linear velocity)&#8230; more magnets needed, and by using magnets it is necessary to recalibrate the compass.</li>
<li>Camera tower with two cameras, one wireless for operator, one for internal robots use&#8230; , IR distance measurer with I2C interface.</li>
</ul>
<p>So these are all components at the moment.</p>
<p>Now the problem how to make them work together <img src='http://autonomousmobilerobots.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Please check the updates regularly, later I will publish algorithms for motion control of the robot by velocity(speed) and trajectory.</p>
]]></content:encoded>
			<wfw:commentRss>http://autonomousmobilerobots.co.uk/?feed=rss2&amp;p=180</wfw:commentRss>
		</item>
		<item>
		<title>Caterpillar robot kinematics</title>
		<link>http://autonomousmobilerobots.co.uk/?p=146</link>
		<comments>http://autonomousmobilerobots.co.uk/?p=146#comments</comments>
		<pubDate>Wed, 15 Jul 2009 17:07:10 +0000</pubDate>
		<dc:creator>Centurion</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[mobile_robots_kinematics]]></category>

		<guid isPermaLink="false">http://autonomousmobilerobots.co.uk/?p=146</guid>
		<description><![CDATA[Caterpillar robot kinematics was added to &#8220;Control Algorithms&#8221; section.
]]></description>
			<content:encoded><![CDATA[<p>Caterpillar robot kinematics was added to <a href="http://autonomousmobilerobots.co.uk/?cat=9">&#8220;Control Algorithms&#8221;</a> section.</p>
]]></content:encoded>
			<wfw:commentRss>http://autonomousmobilerobots.co.uk/?feed=rss2&amp;p=146</wfw:commentRss>
		</item>
		<item>
		<title>Caterpillar robot kinematics</title>
		<link>http://autonomousmobilerobots.co.uk/?p=141</link>
		<comments>http://autonomousmobilerobots.co.uk/?p=141#comments</comments>
		<pubDate>Wed, 15 Jul 2009 16:57:32 +0000</pubDate>
		<dc:creator>Centurion</dc:creator>
		
		<category><![CDATA[Control Algorithms]]></category>

		<category><![CDATA[mobile_robots_kinematics]]></category>

		<guid isPermaLink="false">http://autonomousmobilerobots.co.uk/?p=141</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<div id="attachment_144" class="wp-caption aligncenter" style="width: 490px"><img class="size-full wp-image-144" title="Caterpillar robot kinematics" src="http://autonomousmobilerobots.co.uk/wp-content/uploads/2009/07/robotcalculation1.jpg" alt="Caterpillar robot kinematics" width="480" height="621" /><p class="wp-caption-text">Caterpillar robot kinematics</p></div>
]]></content:encoded>
			<wfw:commentRss>http://autonomousmobilerobots.co.uk/?feed=rss2&amp;p=141</wfw:commentRss>
		</item>
		<item>
		<title>Development of New multiprocessor mobile robotic system</title>
		<link>http://autonomousmobilerobots.co.uk/?p=137</link>
		<comments>http://autonomousmobilerobots.co.uk/?p=137#comments</comments>
		<pubDate>Fri, 03 Jul 2009 12:37:44 +0000</pubDate>
		<dc:creator>Centurion</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://autonomousmobilerobots.co.uk/?p=137</guid>
		<description><![CDATA[One more article was added to &#8220;Books and Articles&#8221; section.
]]></description>
			<content:encoded><![CDATA[<p>One more article was added to <a href="http://autonomousmobilerobots.co.uk/?cat=12">&#8220;Books and Articles&#8221;</a> section.</p>
]]></content:encoded>
			<wfw:commentRss>http://autonomousmobilerobots.co.uk/?feed=rss2&amp;p=137</wfw:commentRss>
		</item>
	</channel>
</rss>
