<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Assertion Through Structure &#187; java</title>
	<atom:link href="http://www.blog.dannygagne.com/archives/tag/java/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.dannygagne.com</link>
	<description>Manipulating the future one day at a time</description>
	<lastBuildDate>Sun, 15 Jan 2012 16:14:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Rapidly-Exploring Random Trees : Tutorial Alpha</title>
		<link>http://www.blog.dannygagne.com/archives/189</link>
		<comments>http://www.blog.dannygagne.com/archives/189#comments</comments>
		<pubDate>Mon, 26 Oct 2009 14:26:21 +0000</pubDate>
		<dc:creator>danny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[controlP5]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[pathfinding]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[RRT]]></category>

		<guid isPermaLink="false">http://www.blog.dannygagne.com/archives/189</guid>
		<description><![CDATA[I've been working on a tutorial on Rapidly-Exploring Random Trees for a class I'm taking: 16.413 Principles of Autonomy and Decision Making. The tutorial is not finished, but here is an alpha version of the demo program. RRT Demo All the core classes are implemented in vanilla java (1.6), the graphics and interface are done [...]]]></description>
			<content:encoded><![CDATA[<p>I've been working on a tutorial on Rapidly-Exploring Random Trees for a class I'm taking: 16.413 Principles of Autonomy and Decision Making.  The tutorial is not finished, but here is an alpha version of the demo program.</p>
<p><a href="http://dannygagne.com/projects/rrt/rapidly-exploring-random-trees.html" onclick="pageTracker._trackPageview('/outgoing/dannygagne.com/projects/rrt/rapidly-exploring-random-trees.html?referer=');">RRT Demo</a></p>
<p>All the core classes are implemented in vanilla java (1.6), the graphics and interface are done using <a href="http://processing.org" onclick="pageTracker._trackPageview('/outgoing/processing.org?referer=');">processing</a> and <a href="http://www.sojamo.de/libraries/controlP5/index.html" onclick="pageTracker._trackPageview('/outgoing/www.sojamo.de/libraries/controlP5/index.html?referer=');">contrplP5</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.dannygagne.com/archives/189/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

