<?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: Pix for my doggy project</title>
	<atom:link href="http://ausrobotics.com/2007/09/pix_for_my_doggy_project/feed/" rel="self" type="application/rss+xml" />
	<link>http://ausrobotics.com/2007/09/pix_for_my_doggy_project/</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: ash</title>
		<link>http://ausrobotics.com/2007/09/pix_for_my_doggy_project/comment-page-1/#comment-77</link>
		<dc:creator>ash</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-77</guid>
		<description>&lt;p&gt;
That little guy is cool. I like the proud poses it strikes and  the tail waggle as it walks around the place. :)
&lt;/p&gt;
&lt;p&gt;
The cam makes me feel like I am looking at archival footage from WWII. A secret testing facility for the Nazis superweapon that was was just about to be released when the war was lost (You know, like all of those BBC documentaries that seem to be on the telly all the time in the UK :)
&lt;/p&gt;
&lt;p&gt;
I am seriously going to have a look at Prolog after seeing what you have done with it. I had a quick Google to see if I could find anything on integrating it with other languages but there didn&#039;t seem to be much out there.
&lt;/p&gt;
&lt;p&gt;
How are you thinking of converting the output into code? Would there be a basic mapping from output statements to code modules? (if that makes sense at all).
&lt;/p&gt;
&lt;p&gt;
Also I&#039;ll try to fix up the rich text editor because it&#039;s really annoying me as well... 
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>
That little guy is cool. I like the proud poses it strikes and  the tail waggle as it walks around the place. <img src='http://ausrobotics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>
The cam makes me feel like I am looking at archival footage from WWII. A secret testing facility for the Nazis superweapon that was was just about to be released when the war was lost (You know, like all of those BBC documentaries that seem to be on the telly all the time in the UK <img src='http://ausrobotics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>
I am seriously going to have a look at Prolog after seeing what you have done with it. I had a quick Google to see if I could find anything on integrating it with other languages but there didn&#8217;t seem to be much out there.
</p>
<p>
How are you thinking of converting the output into code? Would there be a basic mapping from output statements to code modules? (if that makes sense at all).
</p>
<p>
Also I&#8217;ll try to fix up the rich text editor because it&#8217;s really annoying me as well&#8230; </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://ausrobotics.com/2007/09/pix_for_my_doggy_project/comment-page-1/#comment-79</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79</guid>
		<description>It&#039;s either WWII footage or something out of Dr Who. :)

The Warplan planner can be post-processed to do anything, including add other conditions that a plan must meet. One post-processor is just an interpreter of the &quot;rotate_shoulder(n,ang)&quot;, &quot;lift_leg(n,ang)&quot; and other pre-defined  operations, and another post-processor generates C code that I can compile and does pretty much the same thing as the interpreting back-end.

I have tools that structure the C code into subroutines (basically, the tool &lt;em&gt;basically&lt;/em&gt; looks for &quot;largest repeated substring&quot; and turns it into a procedure, then looks for largest repeated  substring again, and again, until the largest substring is too small to bother with -- a modest heuristic, but it does a pretty good job with machine generated straight-line code that has lots of repeated low-level sequences). So the output is pretty readable when you rename the subroutines to something reasonable (it normally just calls them &quot;xxNNN&quot;).

The tail-wagging is cute. Another wrap-around bug makes the amount of oscillation vary, which is neat. :)  The tricky part was to get the wagging stopped &lt;em&gt;BEFORE&lt;/em&gt; it started to sit down. :)

Luckily it&#039;s fairly strong plastic, so no visible damage yet.

OK. I&#039;ll write up something a bit more detailed, and include some of the C code generated by that particular back-end.
</description>
		<content:encoded><![CDATA[<p>It&#8217;s either WWII footage or something out of Dr Who. <img src='http://ausrobotics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The Warplan planner can be post-processed to do anything, including add other conditions that a plan must meet. One post-processor is just an interpreter of the &#8220;rotate_shoulder(n,ang)&#8221;, &#8220;lift_leg(n,ang)&#8221; and other pre-defined  operations, and another post-processor generates C code that I can compile and does pretty much the same thing as the interpreting back-end.</p>
<p>I have tools that structure the C code into subroutines (basically, the tool <em>basically</em> looks for &#8220;largest repeated substring&#8221; and turns it into a procedure, then looks for largest repeated  substring again, and again, until the largest substring is too small to bother with &#8212; a modest heuristic, but it does a pretty good job with machine generated straight-line code that has lots of repeated low-level sequences). So the output is pretty readable when you rename the subroutines to something reasonable (it normally just calls them &#8220;xxNNN&#8221;).</p>
<p>The tail-wagging is cute. Another wrap-around bug makes the amount of oscillation vary, which is neat. <img src='http://ausrobotics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   The tricky part was to get the wagging stopped <em>BEFORE</em> it started to sit down. <img src='http://ausrobotics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Luckily it&#8217;s fairly strong plastic, so no visible damage yet.</p>
<p>OK. I&#8217;ll write up something a bit more detailed, and include some of the C code generated by that particular back-end.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

