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

<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>2009-08-11T18:16:00+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=2177</id>
<entry>
<author><name><![CDATA[altwolf]]></name></author>
<updated>2009-08-11T18:16:00+01:00</updated>
<published>2009-08-11T18:16:00+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=21255#p21255</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=21255#p21255"/>
<title type="html"><![CDATA[Microsoft Robotics Studio for cm5 and dynamixel controll]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=21255#p21255"><![CDATA[
I too would like to try out Bioloid with Robotics Studio...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1341">altwolf</a> — Tue Aug 11, 2009 6:16 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[mucki]]></name></author>
<updated>2009-07-29T14:24:57+01:00</updated>
<published>2009-07-29T14:24:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=20955#p20955</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=20955#p20955"/>
<title type="html"><![CDATA[Microsoft Robotics Studio for cm5 and dynamixel controll]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=20955#p20955"><![CDATA[
Hi,<br /><br />any news on MSRS and Bioloid ? Im am quite new to this bot plattform and i am looking forward for an solution to develop in C#.<br /><br />Have fun,<br /><br />mucki<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1592">mucki</a> — Wed Jul 29, 2009 2:24 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Andi]]></name></author>
<updated>2008-10-05T07:14:48+01:00</updated>
<published>2008-10-05T07:14:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=17774#p17774</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=17774#p17774"/>
<title type="html"><![CDATA[Microsoft Robotics Studio for cm5 and dynamixel controll]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=17774#p17774"><![CDATA[
Hi<br /><br />I would like to try working with Microsoft Robotics Studio and the Bioloid as well. How can I interface the Bioloid with MSRS?<br /><br />I tried MSRS a year ago but there was no Bioloid service, just the other common robot platforms (Lego NXT, etc.) and the generic services.<br /><br />I really want to use C# for programming the Bioloid and I am searching for the best possible way to do so.<br /><br />Many thanks <br /><br />iandi<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=903">Andi</a> — Sun Oct 05, 2008 7:14 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Rob]]></name></author>
<updated>2008-05-14T14:47:52+01:00</updated>
<published>2008-05-14T14:47:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=15797#p15797</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=15797#p15797"/>
<title type="html"><![CDATA[Microsoft Robotics Studio for cm5 and dynamixel controll]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=15797#p15797"><![CDATA[
I guess the Joint Manager should really be a Joint Factory.<br /><br />Here are my current classes\interfaces ignore the CM5 + Facade methods they need heaps of work.<br /><br /><img src="http://geekswithblogs.net/images/geekswithblogs_net/synBoogaloo/8121/o_ClassDiagram1.jpg" alt="Image" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=814">Rob</a> — Wed May 14, 2008 2:47 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Rob]]></name></author>
<updated>2008-05-14T13:54:45+01:00</updated>
<published>2008-05-14T13:54:45+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=15796#p15796</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=15796#p15796"/>
<title type="html"><![CDATA[Microsoft Robotics Studio for cm5 and dynamixel controll]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=15796#p15796"><![CDATA[
Hi Alex,<br /><br />I have tried to design wrapping my lower level classes in MSRS services. I am almost 100% certain you can have more than one instance of a service, each instance being configured differently and assigned to a different service variable. I do this but with C# classes. Here's a diagram which loosely describes it. Give me a hotmail address and I'll email you the code.<br /><br /><img src="http://geekswithblogs.net/images/geekswithblogs_net/synBoogaloo/8121/o_MSRS.jpg" alt="Image" /><br /><br />Nice work so far,<br />Rob<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=814">Rob</a> — Wed May 14, 2008 1:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[sirhoop]]></name></author>
<updated>2008-05-13T15:29:23+01:00</updated>
<published>2008-05-13T15:29:23+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=15779#p15779</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=15779#p15779"/>
<title type="html"><![CDATA[Microsoft Robotics Studio for cm5 and dynamixel controll]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=15779#p15779"><![CDATA[
sorry, forget a scretch of the architecture<br /><br /><br />-------------------        -------------------<br /> LeftArmService   ...   RightLegService<br />-------------------        -------------------<br />      |     \  \             /    /     |<br /> ----------         ---------<br />|bioJoint1| ...  |bioJoint18|<br /> ----|------        |---------<br /> ----|------------|--<br />|CM5TossService|<br /> -------------------<br />__|__      __|___<br />|ax12|    |ax12  |<br />|id=1 |... |id=18|<br />|____|    |_____|<br /><br />I know it the picture sucks, but I hope it's clear what I meen<br /><br />alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=993">sirhoop</a> — Tue May 13, 2008 3:29 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[sirhoop]]></name></author>
<updated>2008-05-13T15:21:01+01:00</updated>
<published>2008-05-13T15:21:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=15778#p15778</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=15778#p15778"/>
<title type="html"><![CDATA[Progress of MSRS-Services]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=15778#p15778"><![CDATA[
Hi,<br /><br />I am working on getting some MSRS services together for the Biloid for some weeks. By now i have got the SerialPort-communication via TossMode done and built that into a first MSRS Service.<br /><br />Then I built up another Service, partnered it with the Communication Service and I could move Joints, get PresentPosition and Temperature.<br /><br />So ist works, but now I have some problems building more abstract Services.<br />Here is the architecture i thought about.<br /><br />I want to have I a BioloidJointService for every AX12. The pretty much do all the same, for they use the CM5Toss-Service for communicating with the AX12s. They only differ in there internal ID.<br />I want to save the ID in the state of a BioloidJointService. Now I have the problem that I want to create 18 Instances of BioloidJointService, but every single one with another id. Has anybody some idea how to do that?<br /><br />There ist the possibility of defining an initial state, but that will be used for each of the 18 services.<br /><br />Or do you think I should not create a service for every joint, but encapsulate the information of the joints in one service? Anyhow, I really would like to know if there's a possibility to run several (&quot;slightly different&quot;) instances of one service.<br /><br />best regards,<br />  Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=993">sirhoop</a> — Tue May 13, 2008 3:21 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Rob]]></name></author>
<updated>2008-03-19T10:01:25+01:00</updated>
<published>2008-03-19T10:01:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=14881#p14881</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=14881#p14881"/>
<title type="html"><![CDATA[Microsoft Robotics Studio for cm5 and dynamixel controll]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=14881#p14881"><![CDATA[
Hi rur,<br /><br />I haven't made any progress on this but some the stuff I am working on could be reused for the base libs implementing the MSRS services. If you want to get involved flick me an email (see address below),<br /><br />Cheers<br />Rob<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=814">Rob</a> — Wed Mar 19, 2008 10:01 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rur]]></name></author>
<updated>2008-03-19T05:56:07+01:00</updated>
<published>2008-03-19T05:56:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=14876#p14876</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=14876#p14876"/>
<title type="html"><![CDATA[How's it coming w/MS Robotics Studio?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=14876#p14876"><![CDATA[
How is your effort going? I'm quite interested in Bioloid + Microsoft Robotics Studio.<br /><br />Best,<br /><br />Greg<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=957">rur</a> — Wed Mar 19, 2008 5:56 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tulkas]]></name></author>
<updated>2008-02-01T21:58:26+01:00</updated>
<published>2008-02-01T21:58:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=13959#p13959</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=13959#p13959"/>
<title type="html"><![CDATA[Microsoft Robotics Studio for cm5 and dynamixel controll]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=13959#p13959"><![CDATA[
That sounds good. I am away for the next week but when I get back I will send you some more info. There is the wiki that comes with mrs so ill check that out further to see if that could be the way to share services and ideas.<br />Also I do put the 3d simulation environment to the back of the list but my housemate works in visualisation and is starting to use xna. I hope chat to you soon Rob.<br />Cheers<br />          Luke<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=633">Tulkas</a> — Fri Feb 01, 2008 9:58 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Rob]]></name></author>
<updated>2008-01-29T22:55:21+01:00</updated>
<published>2008-01-29T22:55:21+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=13894#p13894</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=13894#p13894"/>
<title type="html"><![CDATA[Microsoft Robotics Studio for cm5 and dynamixel controll]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=13894#p13894"><![CDATA[
Hey Tulkas,<br /><br />I am part way there (underlying libraries) if you want to collaborate that would be great. To get in touch: robsmessages at g of the mail dot com. Like you I have a long term outlook on this, but keen to get the services up an running first. Not too interested in the 3D simulation just not the direction I'm going in.<br /><br />Cheers<br />Rob<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=814">Rob</a> — Tue Jan 29, 2008 10:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tulkas]]></name></author>
<updated>2008-01-29T22:37:58+01:00</updated>
<published>2008-01-29T22:37:58+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=13893#p13893</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=13893#p13893"/>
<title type="html"><![CDATA[Microsoft Robotics Studio for cm5 and dynamixel controll]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2177&amp;p=13893#p13893"><![CDATA[
Hey there I am learning MRS for my Bioloid and future bots (of which robotis actuators will be a major part of) I am starting to build up all the services for the bioloid with simple play page jump program functions and then create a service for each of the ax12+ and axs1 then build some dashboards for feedback data then make make a 3d simulation environment then tackle floating point motion. (this may take a few years)<br />mrs is an amazing platform,  put simply it can expand with you as your bot evolves you can then share all relative services across all of your bots <br />If there is anyone who is interested in sharing knowledge please let me know.<br />Cheers, <br />            Tulkas<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=633">Tulkas</a> — Tue Jan 29, 2008 10:37 pm</p><hr />
]]></content>
</entry>
</feed>