<?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=6061" />

<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>2014-01-09T06:39:45+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=6061</id>
<entry>
<author><name><![CDATA[slavikshen]]></name></author>
<updated>2014-01-09T06:39:45+01:00</updated>
<published>2014-01-09T06:39:45+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43025#p43025</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43025#p43025"/>
<title type="html"><![CDATA[Re: Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43025#p43025"><![CDATA[
I don't know how to program the CM-5.<br /><br />I am interested in connecting Arduino, which supports various sensor, with the dynamixel servos.  But it cost me a lot of time to refresh the hardware knowledge learned years ago.  <br /><br /><blockquote><div><cite>UncleBob wrote:</cite><br />Hi <br /><br />Thank you for your reply. It is not your fault just that I am an inexperience programmer.<br /><br />I finally get the program working. It can control the robot servos directly. But not via the CM530. What I was hoping it is similar roboplus i.e. can read roboplus motion and task file and send to robot. <br /><br />I am writing a simple python code for OSX that mimic the boomerang controller found on Roboplus. It can send simple instruction e.g. U,D,L,F to the CM530.<br /><br />Regards,<br /><br />Unclebob<br /></div></blockquote><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4189">slavikshen</a> — Thu Jan 09, 2014 6:39 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[UncleBob]]></name></author>
<updated>2014-01-09T06:18:26+01:00</updated>
<published>2014-01-09T06:18:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43024#p43024</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43024#p43024"/>
<title type="html"><![CDATA[Re: Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43024#p43024"><![CDATA[
Hi <br /><br />Thank you for your reply. It is not your fault just that I am an inexperience programmer.<br /><br />I finally get the program working. It can control the robot servos directly. But not via the CM530. What I was hoping it is similar roboplus i.e. can read roboplus motion and task file and send to robot. <br /><br />I am writing a simple python code for OSX that mimic the boomerang controller found on Roboplus. It can send simple instruction e.g. U,D,L,F to the CM530.<br /><br />Regards,<br /><br />Unclebob<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1861">UncleBob</a> — Thu Jan 09, 2014 6:18 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[slavikshen]]></name></author>
<updated>2014-01-08T19:21:03+01:00</updated>
<published>2014-01-08T19:21:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43018#p43018</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43018#p43018"/>
<title type="html"><![CDATA[Re: Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43018#p43018"><![CDATA[
I am sorry for the trouble.<br /><br />As I have referenced other two git modules, Fragaria and VDKQueue, it requires &quot;git submodule init&quot; before running the code.<br /><br />Slaviks-MacBook-Pro:DynamixelMonitor slavik$ cat .gitmodules <br />[submodule &quot;Fragaria&quot;]<br />path = Fragaria<br />url = <!-- m --><a class="postlink" href="https://github.com/mugginsoft/Fragaria.git">https://github.com/mugginsoft/Fragaria.git</a><!-- m --><br />[submodule &quot;VDKQueue&quot;]<br />path = VDKQueue<br />url = <!-- m --><a class="postlink" href="https://github.com/bdkjones/VDKQueue.git">https://github.com/bdkjones/VDKQueue.git</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4189">slavikshen</a> — Wed Jan 08, 2014 7:21 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[UncleBob]]></name></author>
<updated>2014-01-08T12:39:02+01:00</updated>
<published>2014-01-08T12:39:02+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43015#p43015</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43015#p43015"/>
<title type="html"><![CDATA[Re: Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43015#p43015"><![CDATA[
ok downloaded this <!-- m --><a class="postlink" href="https://github.com/bdkjones/vdkqueue">https://github.com/bdkjones/vdkqueue</a><!-- m --> and put it into DynamixelMonitor-master/VDKqueue<br /><br />then still cannot compile<br /><br />Need to copy the downloaded Fragraria file to DynamixelMonitor-master/Fragaria<br /><br />then it compiles ok.<br /><br />However need to update my OSX to Maverick now before it can run.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1861">UncleBob</a> — Wed Jan 08, 2014 12:39 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[UncleBob]]></name></author>
<updated>2014-01-08T12:30:13+01:00</updated>
<published>2014-01-08T12:30:13+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43014#p43014</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43014#p43014"/>
<title type="html"><![CDATA[Re: Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43014#p43014"><![CDATA[
so I solved this by changing <br /><br />#import &lt;MGSFragraria/MGSFragaria.h&gt;<br /><br />to <br /><br />#import &quot;/System/Library/Frameworks/MGSFragaria.framework/Headers/MGSFragaria.h&quot;<br /><br />next error.<br /><br />VDKQueue.h file not found<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1861">UncleBob</a> — Wed Jan 08, 2014 12:30 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[UncleBob]]></name></author>
<updated>2014-01-08T12:10:05+01:00</updated>
<published>2014-01-08T12:10:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43012#p43012</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43012#p43012"/>
<title type="html"><![CDATA[Re: Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43012#p43012"><![CDATA[
Just downloaded Xcode 4.<br />Got error and so downloaded MGSFragaria from here <!-- m --><a class="postlink" href="https://github.com/mugginsoft/Fragaria">https://github.com/mugginsoft/Fragaria</a><!-- m --> <br />Compiled and copied MGSFragaria.framework to /System/Library/Frameworks<br /><br />But still getting error when compiling DynamixelMonitor.xcodeproj<br /><br />'Lexical or Preprocessor issue MGSFragaria/MGSFragaria.h' file not found<br /><br />will keep updating.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1861">UncleBob</a> — Wed Jan 08, 2014 12:10 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[UncleBob]]></name></author>
<updated>2014-01-08T10:14:59+01:00</updated>
<published>2014-01-08T10:14:59+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43011#p43011</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43011#p43011"/>
<title type="html"><![CDATA[Re: Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=43011#p43011"><![CDATA[
Looks good. Haven't compiled things in OSX for 2 years now. Need to do some revision.<br /><br />Do you have a compiled version handly ?<br /><br />Thanks.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1861">UncleBob</a> — Wed Jan 08, 2014 10:14 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[slavikshen]]></name></author>
<updated>2014-01-04T01:47:36+01:00</updated>
<published>2014-01-04T01:47:36+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=42997#p42997</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=42997#p42997"/>
<title type="html"><![CDATA[Re: Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=42997#p42997"><![CDATA[
I have made a small app to control my robot based on the dynamixel monitor code.<br /><br /><!-- m --><a class="postlink" href="https://github.com/slavikshen/DynamixelMonitor.git">https://github.com/slavikshen/DynamixelMonitor.git</a><!-- m --><br /><br />Some demo videos<br /><br /><!-- m --><a class="postlink" href="http://instagram.com/p/hKpteMQp5g/">http://instagram.com/p/hKpteMQp5g/</a><!-- m --><br /><!-- m --><a class="postlink" href="http://instagram.com/p/hIakZeQp1H/">http://instagram.com/p/hIakZeQp1H/</a><!-- m --><br /><br />It support javascript and a very simple motion recorder.  It works with a usb connection to Mac and the power sources build in CM-5 (both battery and AC adapter). But I don't know how to write program into the CM-5.  And I have flashed my CM-5 firmware into a mess. @_@<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4189">slavikshen</a> — Sat Jan 04, 2014 1:47 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[UncleBob]]></name></author>
<updated>2014-01-03T11:01:58+01:00</updated>
<published>2014-01-03T11:01:58+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=42991#p42991</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=42991#p42991"/>
<title type="html"><![CDATA[Re: Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=42991#p42991"><![CDATA[
I am playing with the dynamixel monitor again. To get the usb2dyanmixel connect working for mac you need to download the driver from <!-- m --><a class="postlink" href="http://www.ftdichip.com/Drivers/VCP.htm">http://www.ftdichip.com/Drivers/VCP.htm</a><!-- m -->  (choose the mac version).<br /><br />Then in your mac open terminal - cd \dev  , ls<br />look for something like this tty.usbserial-Abcd1343 (copy that)<br />then open Dynamixel Monitor 's preferences, paste it into the device name e.g. /dev/tty.usbserial-Abcdef<br />Press connect. <br /><br />That's it.<br /><br />I test it with CM530. It cannot get a connection maybe the protocol is different to the CM500.<br />I also test it with the CM700. It connects and I can see the figures jumping around however I cannot enable torque. <br /><br />I would be nice to have something like roboplus motion &amp; the boomerang terminal for mac too.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1861">UncleBob</a> — Fri Jan 03, 2014 11:01 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[slavikshen]]></name></author>
<updated>2013-11-01T06:21:53+01:00</updated>
<published>2013-11-01T06:21:53+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=42822#p42822</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=42822#p42822"/>
<title type="html"><![CDATA[Re: Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=42822#p42822"><![CDATA[
This sample is really helpful.<br /><br />I have just brought a Mac with new Mavericks OS.  <br /><br />The ROS and other tools all failed for their dependent libraries are not ready for 10.9.<br /><br />At least I have my XCode, I can setup an env to begin with.<br /><br />Thanks. <img src="http://forum.robosavvy.com/images/smilies/icon_razz.gif" alt=":P" title="Razz" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4189">slavikshen</a> — Fri Nov 01, 2013 6:21 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[slavikshen]]></name></author>
<updated>2013-02-09T14:53:27+01:00</updated>
<published>2013-02-09T14:53:27+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=37152#p37152</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=37152#p37152"/>
<title type="html"><![CDATA[Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=37152#p37152"><![CDATA[
This is awesome.<br /><br />I am almost exhausted with connecting the dynamixel to mac.<br /><br />It still report checksum error in my mac.<br /><br />Anyway, it is a good start for me.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4189">slavikshen</a> — Sat Feb 09, 2013 2:53 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[garycmartin]]></name></author>
<updated>2010-12-28T01:00:18+01:00</updated>
<published>2010-12-28T01:00:18+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=29498#p29498</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=29498#p29498"/>
<title type="html"><![CDATA[Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=29498#p29498"><![CDATA[
Many thanks, I just built a Humanoid A and don't yet have a windows VM on my Mac to use any of the Robotis provided software for debugging/testing. After about 5-6hrs building and checking, I switched it on only to hear the repeating Do Re Me &quot;some of the cables are not properly in place&quot; tones. Arrrgh! After more visual checking that all was wired correctly in order, I installed the driver 2.2.14 from FTDI; plugged in the Dynamixel2USB; used one of the spare Dynamixel cables to connect into the 510 controller; powered it up and set it to MANAGE mode; ran your Dynamixel Monitor application and edited the preferences to give it the right /dev/tty.usbserialXXXXX name. It found a different set of IDs each time I disconnected/connected, and any viewed data values for a servo jumped all over the place – ouch... I then started testing smaller chains of servos one by one and narrowed it down to the left leg, testing each servo in that leg I noticed one cable where a wire had partially pushed back out of its plug, probably when it was inserted into the servo. After re-seateing that one wire using long nosed pliers, all is now well, and my Humanoid A is happily walking about <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br />One minor bug I did notice with Dynamixel Monitor application that initially had me confused: If you use the disconnect button after testing some set of servos and then change the servos plugged in (say from one arm chain to another), when you use the connect button to re-connect, it shows the correct list of IDs but if you click any, the ID in the main detail window will be stuck on the first servo ID you click on, and you can only modify that one servo. The trick to avoid this glitch is to quit the Dynamixel Monitor application each time you change the servos physically connected to the bus and then run it again – each servo then can be manipulated and examined individually.<br /><br />Many thanks again!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1905">garycmartin</a> — Tue Dec 28, 2010 1:00 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[joohaeng]]></name></author>
<updated>2010-09-17T03:32:44+01:00</updated>
<published>2010-09-17T03:32:44+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=28176#p28176</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=28176#p28176"/>
<title type="html"><![CDATA[Thanks for Dynamixel Monitor in OSX including SRC.]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=28176#p28176"><![CDATA[
<blockquote><div><cite>froody wrote:</cite><br />I got basic motion file support happening (browsing and executing), if anyone wants it I can send you the diff, otherwise it should be up on some proper source hosting in the next couple of days<br /></div></blockquote><br /><br />Thanks for sharing. It works great.<br /><br />I am using three DX-117 with USB2Dynamixel. The driver SW v.2.2.14 was downloaded from FTDI. The platform is MBP Snow Leopard 10.6.4.<br /><br />I am also interested in trying motion file support.<br /><br />/JH<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2332">joohaeng</a> — Fri Sep 17, 2010 3:32 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[froody]]></name></author>
<updated>2010-05-10T08:35:39+01:00</updated>
<published>2010-05-10T08:35:39+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=26704#p26704</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=26704#p26704"/>
<title type="html"><![CDATA[Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=26704#p26704"><![CDATA[
I got basic motion file support happening (browsing and executing), if anyone wants it I can send you the diff, otherwise it should be up on some proper source hosting in the next couple of days<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2108">froody</a> — Mon May 10, 2010 8:35 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[froody]]></name></author>
<updated>2010-05-10T02:09:06+01:00</updated>
<published>2010-05-10T02:09:06+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=26698#p26698</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=26698#p26698"/>
<title type="html"><![CDATA[Dynamixel monitor for Mac OS X]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6061&amp;p=26698#p26698"><![CDATA[
Awesome! I was thinking of writing something like this myself, thanks heaps!<br /><br />It would be cool if this could play motion files and use serial/zigbee as a transport protocol. I might add that if you aren't planning on doing so already.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2108">froody</a> — Mon May 10, 2010 2:09 am</p><hr />
]]></content>
</entry>
</feed>