<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://forum.robosavvy.com/feed.php?f=5&amp;t=5958" />

<title>RoboSavvy Forum</title>
<subtitle>Robosavvy Forum: The largest online community of Humanoid Robot Builders</subtitle>
<link href="http://forum.robosavvy.com/index.php" />
<updated>2012-07-15T03:33:07+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=5958</id>
<entry>
<author><name><![CDATA[wolf]]></name></author>
<updated>2012-07-15T03:33:07+01:00</updated>
<published>2012-07-15T03:33:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=34821#p34821</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=34821#p34821"/>
<title type="html"><![CDATA[RX-28 and RX-64 Open-Source (Python) Libraries Available]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=34821#p34821"><![CDATA[
just a followup, all I had to do to get it working with the AX servos was change the baudrate=1,000,000 !<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3466">wolf</a> — Sun Jul 15, 2012 3:33 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wolf]]></name></author>
<updated>2012-07-13T22:38:12+01:00</updated>
<published>2012-07-13T22:38:12+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=34818#p34818</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=34818#p34818"/>
<title type="html"><![CDATA[RX-28 and RX-64 Open-Source (Python) Libraries Available]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=34818#p34818"><![CDATA[
Would it require much to convert this library to work with the AX-12A and AX-18A servos?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3466">wolf</a> — Fri Jul 13, 2012 10:38 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[27Loco]]></name></author>
<updated>2010-03-17T18:27:52+01:00</updated>
<published>2010-03-17T18:27:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=25949#p25949</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=25949#p25949"/>
<title type="html"><![CDATA[RX-28 and RX-64 Open-Source (Python) Libraries Available]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=25949#p25949"><![CDATA[
Your blog is bookmarked  <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><br /><br />And thanks for the python lib!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1976">27Loco</a> — Wed Mar 17, 2010 6:27 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2010-03-15T20:47:36+01:00</updated>
<published>2010-03-15T20:47:36+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=25910#p25910</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=25910#p25910"/>
<title type="html"><![CDATA[RX-28 and RX-64 Open-Source (Python) Libraries Available]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=25910#p25910"><![CDATA[
Interesting site and interesting library, thanks <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Mon Mar 15, 2010 8:47 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hizook]]></name></author>
<updated>2010-03-15T17:01:48+01:00</updated>
<published>2010-03-15T17:01:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=25907#p25907</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=25907#p25907"/>
<title type="html"><![CDATA[RX-28 and RX-64 Open-Source (Python) Libraries Available]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5958&amp;p=25907#p25907"><![CDATA[
Having read extensively through the forums, I suppose I'll share...<br /><br />I recently invested a decent amount of time overhauling my lab's open-source software for controlling Robotis RX-28 and RX-64 servos from a PC.  The code is written entirely in Python and is thread-safe, so that multiple servo objects can be controlled / queried &quot;simultaneously&quot; on the same USB2Dynamixel bus (within the same process).  The library should function on Linux, Mac, and Windows (yay, python!), and the only dependency is PySerial for communications.  ROS (Robot Operating System) support has also been created.<br /><br />You can find the library (and details) at my site:  <a href="http://www.hizook.com/blog/2010/03/14/robotis-dynamixel-servos-overview-applications-tear-down-and-open-source-software" class="postlink">Hizook.com</a><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2019">hizook</a> — Mon Mar 15, 2010 5:01 pm</p><hr />
]]></content>
</entry>
</feed>