<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://hbot.benou.fr/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://hbot.benou.fr/feed.php">
        <title>HBot</title>
        <description></description>
        <link>http://hbot.benou.fr/</link>
        <image rdf:resource="http://hbot.benou.fr/lib/images/favicon.ico" />
       <dc:date>2012-02-07T18:43:07+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://hbot.benou.fr/doku.php?id=new_architecture&amp;rev=1325421259&amp;do=diff"/>
                <rdf:li rdf:resource="http://hbot.benou.fr/doku.php?id=rootooth_howto&amp;rev=1324229478&amp;do=diff"/>
                <rdf:li rdf:resource="http://hbot.benou.fr/doku.php?id=start&amp;rev=1324211066&amp;do=diff"/>
                <rdf:li rdf:resource="http://hbot.benou.fr/doku.php?id=motion_planner&amp;rev=1323086861&amp;do=diff"/>
                <rdf:li rdf:resource="http://hbot.benou.fr/doku.php?id=signals_status&amp;rev=1318522871&amp;do=diff"/>
                <rdf:li rdf:resource="http://hbot.benou.fr/doku.php?id=thisthefirst_title&amp;rev=1317169435&amp;do=diff"/>
                <rdf:li rdf:resource="http://hbot.benou.fr/doku.php?id=title_for_a_wiki_post&amp;rev=1314541727&amp;do=diff"/>
                <rdf:li rdf:resource="http://hbot.benou.fr/doku.php?id=sources&amp;rev=1313595548&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://hbot.benou.fr/lib/images/favicon.ico">
        <title>HBot</title>
        <link>http://hbot.benou.fr/</link>
        <url>http://hbot.benou.fr/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://hbot.benou.fr/doku.php?id=new_architecture&amp;rev=1325421259&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-01T13:34:19+01:00</dc:date>
        <dc:creator>Hadrien</dc:creator>
        <title>new_architecture</title>
        <link>http://hbot.benou.fr/doku.php?id=new_architecture&amp;rev=1325421259&amp;do=diff</link>
        <description>Componentization &amp; distributed software architecture


HBot grows, and use cases get more complex. It thus becomes necessary to introduce mechanisms to support a distributed architecture, in the sense: multiple machines control different parts of the robot or the AI, and communicate together.</description>
    </item>
    <item rdf:about="http://hbot.benou.fr/doku.php?id=rootooth_howto&amp;rev=1324229478&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-18T18:31:18+01:00</dc:date>
        <dc:creator>Hadrien</dc:creator>
        <title>rootooth_howto</title>
        <link>http://hbot.benou.fr/doku.php?id=rootooth_howto&amp;rev=1324229478&amp;do=diff</link>
        <description>Rootooth troubleshooting


I had so many problems using my Rootooth that I intend to maintain on this page all the tricks I found to make it work. The main problem is that the original rootooth was working in some way, well documented on the net and forums, but rootooth from ~2008 on are based on a different chip (the Firefly), more powerful and more complicated to use. And documentation is well buried too.</description>
    </item>
    <item rdf:about="http://hbot.benou.fr/doku.php?id=start&amp;rev=1324211066&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-18T13:24:26+01:00</dc:date>
        <dc:creator>Hadrien</dc:creator>
        <title>start</title>
        <link>http://hbot.benou.fr/doku.php?id=start&amp;rev=1324211066&amp;do=diff</link>
        <description>______  _________      _____ 
___  / / /__  __ )_______  /_
__  /_/ /__  __  |  __ \  __/
_  __  / _  /_/ // /_/ / /_  
/_/ /_/  /_____/ \____/\__/  

HBot is a hobby project aiming at building an open-source robotic software stack for embedded devices  
(e.g. a linux smartphone). This software shall control a robot (homemade wheeled robot with an IR sensor)
for autonomous mapping, localization, pathfinding and interactions with people (there is still a lot of
work to be done yet).

Focus is on …</description>
    </item>
    <item rdf:about="http://hbot.benou.fr/doku.php?id=motion_planner&amp;rev=1323086861&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-05T13:07:41+01:00</dc:date>
        <dc:creator>Hadrien</dc:creator>
        <title>motion_planner - created</title>
        <link>http://hbot.benou.fr/doku.php?id=motion_planner&amp;rev=1323086861&amp;do=diff</link>
        <description>Mock-up lua usage:



planner = ActionPlanner(HEventLoop)
moveplanning = PreciseMoves(PID parameters)

nextMove = movePlanning.move(X,Y)
nextMove.run(HEventLoop)

planner.pushfront(movePlanner.move(X,Y))
planner.pushback(movePlanner.move(X,Y)

pathFinder = PathFinder(map)
planner.set(pathFinder.findPath(X,Y))</description>
    </item>
    <item rdf:about="http://hbot.benou.fr/doku.php?id=signals_status&amp;rev=1318522871&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-10-13T18:21:11+01:00</dc:date>
        <dc:creator>Hadrien</dc:creator>
        <title>signals_status - created</title>
        <link>http://hbot.benou.fr/doku.php?id=signals_status&amp;rev=1318522871&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://hbot.benou.fr/doku.php?id=thisthefirst_title&amp;rev=1317169435&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-28T02:23:55+01:00</dc:date>
        <dc:creator>Andrew Schering</dc:creator>
        <title>thisthefirst_title - created</title>
        <link>http://hbot.benou.fr/doku.php?id=thisthefirst_title&amp;rev=1317169435&amp;do=diff</link>
        <description>Hi to all on this page its content</description>
    </item>
    <item rdf:about="http://hbot.benou.fr/doku.php?id=title_for_a_wiki_post&amp;rev=1314541727&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-28T16:28:47+01:00</dc:date>
        <dc:creator>annette obrestad</dc:creator>
        <title>title_for_a_wiki_post - created</title>
        <link>http://hbot.benou.fr/doku.php?id=title_for_a_wiki_post&amp;rev=1314541727&amp;do=diff</link>
        <description>content for a wiki post</description>
    </item>
    <item rdf:about="http://hbot.benou.fr/doku.php?id=sources&amp;rev=1313595548&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-17T17:39:08+01:00</dc:date>
        <dc:creator>Hadrien</dc:creator>
        <title>sources</title>
        <link>http://hbot.benou.fr/doku.php?id=sources&amp;rev=1313595548&amp;do=diff</link>
        <description>Get the source

GIT repositories


HBot repositories are hosted on gitorious. You can get anonymous access to current version, run:


git clone git://gitorious.org/hbot/hbot.git

If you get the code from git repository, and not from the release, do not forget to run autoreconf to generate the configure script.</description>
    </item>
</rdf:RDF>

