<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: RZero</title>
	<atom:link href="http://ausrobotics.com/2007/08/rzero/feed/" rel="self" type="application/rss+xml" />
	<link>http://ausrobotics.com/2007/08/rzero/</link>
	<description>Because someone has to build our future robot overlords!</description>
	<lastBuildDate>Tue, 29 Sep 2009 00:24:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: daveymilla</title>
		<link>http://ausrobotics.com/2007/08/rzero/comment-page-1/#comment-21</link>
		<dc:creator>daveymilla</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-21</guid>
		<description>&lt;p&gt;
I like your style. 
&lt;/p&gt;
&lt;p&gt;
What about going sub random? 
&lt;/p&gt;
&lt;p&gt;
And where are you putting the map? 
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>
I like your style.
</p>
<p>
What about going sub random?
</p>
<p>
And where are you putting the map?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kymhorsell</title>
		<link>http://ausrobotics.com/2007/08/rzero/comment-page-1/#comment-28</link>
		<dc:creator>kymhorsell</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-28</guid>
		<description>&lt;p&gt;
Seems like a nice kit. 
&lt;/p&gt;
&lt;p&gt;
I didn&#039;t realise the motors were so heavy-duty. You could get it to climb stairs! :) 
&lt;/p&gt;
&lt;p&gt;
I was playing around with a line-follower, and it&#039;s doing something vaguely (hey, olnly &lt;em&gt;vaguely&lt;/em&gt; I said) similar. Using somwhat erratic points between &quot;I have located the edge of the black line&quot; I&#039;ve been trying to get it to build a model of the shape it&#039;s following. I was kinda hoping to be able to determine the area inside the black line. 
&lt;/p&gt;
&lt;p&gt;
Can your bot determine the volume of the room it&#039;s in? Could be at least a way of narrowing down where in a building it&#039;s located. 
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>
Seems like a nice kit.
</p>
<p>
I didn&#8217;t realise the motors were so heavy-duty. You could get it to climb stairs! <img src='http://ausrobotics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>
I was playing around with a line-follower, and it&#8217;s doing something vaguely (hey, olnly <em>vaguely</em> I said) similar. Using somwhat erratic points between &quot;I have located the edge of the black line&quot; I&#8217;ve been trying to get it to build a model of the shape it&#8217;s following. I was kinda hoping to be able to determine the area inside the black line.
</p>
<p>
Can your bot determine the volume of the room it&#8217;s in? Could be at least a way of narrowing down where in a building it&#8217;s located.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ash</title>
		<link>http://ausrobotics.com/2007/08/rzero/comment-page-1/#comment-32</link>
		<dc:creator>ash</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-32</guid>
		<description>&lt;p&gt;
Hehe unfortunately he is too stupid for anything like room mapping and storage yet. :)
&lt;/p&gt;
&lt;p&gt;
The kit has bluetooth capability however so the next step is going to be storing sets of sonar readings and then transmitting them to the main computer for processing. 
&lt;/p&gt;
&lt;p&gt;
The servos all have built in odometry so I will be able to at least get a rough idea of how far it has travelled but if there is any slippage then that may go out of the window. I also probably need a compass module which you can get from &lt;a href=&quot;http://www.hitechnic.com/contents/en-us/d17.html&quot;&gt;here&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
By taking the various sensor readings and then integrating them using a kalman filter (I still don&#039;t get these fully but I know the can be used to estimate things from multiple noisy sensor readings with error) you can build up a occupation grid in which each element of the grid contains the probability of it being occupied. 
&lt;/p&gt;
&lt;p&gt;
From there you could do a lot of stuff but as I said I am at stage 0 of 15 so I&#039;ll let you know how I go. :)
&lt;/p&gt;
&lt;p&gt;
The main issue I am having is that the bluetooth module isn&#039;t working with my computer at the moment so I can&#039;t do any offboard processing.
&lt;/p&gt;
&lt;p&gt;
I&#039;ll keep you all posted! :) 
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>
Hehe unfortunately he is too stupid for anything like room mapping and storage yet. <img src='http://ausrobotics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>
The kit has bluetooth capability however so the next step is going to be storing sets of sonar readings and then transmitting them to the main computer for processing.
</p>
<p>
The servos all have built in odometry so I will be able to at least get a rough idea of how far it has travelled but if there is any slippage then that may go out of the window. I also probably need a compass module which you can get from <a href="http://www.hitechnic.com/contents/en-us/d17.html">here</a>.
</p>
<p>
By taking the various sensor readings and then integrating them using a kalman filter (I still don&#8217;t get these fully but I know the can be used to estimate things from multiple noisy sensor readings with error) you can build up a occupation grid in which each element of the grid contains the probability of it being occupied.
</p>
<p>
From there you could do a lot of stuff but as I said I am at stage 0 of 15 so I&#8217;ll let you know how I go. <img src='http://ausrobotics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>
The main issue I am having is that the bluetooth module isn&#8217;t working with my computer at the moment so I can&#8217;t do any offboard processing.
</p>
<p>
I&#8217;ll keep you all posted! <img src='http://ausrobotics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
