<?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=1&amp;t=939" />

<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>2007-01-22T01:25:56+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=1&amp;t=939</id>
<entry>
<author><name><![CDATA[PaulP]]></name></author>
<updated>2007-01-22T01:25:56+01:00</updated>
<published>2007-01-22T01:25:56+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6387#p6387</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6387#p6387"/>
<title type="html"><![CDATA[Microsoft Robotics Studio]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6387#p6387"><![CDATA[
Just had a wander through MS and found a pointer to the KHR-1 support in the \samples\platforms\kondo directory of the install.<br /><br />Evidently it doesnt support services as such, just provides the ability to directly set the servos in code.<br /><br />They are mapped:<br /><br />Board  Channel  Assignment  <br />0         1            Left Shoulder  <br />0         2            Left Elbow  <br />0         3            Left Wrist  <br />0         4            unused  <br />0         5            unused  <br />0         6            Head  <br />0         7            Right Shoulder  <br />0         8            Right Elbow  <br />0         9            Right Wrist  <br />0        10           unused  <br />0        11           unused  <br />0        12           unused  <br />1        1             Left Pelvis  <br />1        2             Left Hip  <br />1        3             Left Knee  <br />1        4             Left Ankle  <br />1        5             Left Foot  <br />1        6             unused  <br />1        7             Right Pelvis  <br />1        8             Right Hip  <br />1        9             Right Knee  <br />1       10            Right Ankle  <br />1       11            Right Foot  <br />1       12            unused  <br /><br />This would be as easily achieved, with less of a PC processor overhead in VB.NET using the Kondo API (which has to be installed for MSRB to work anyway)<br /><br />From this I am hoping that KHR-1HV will map to the same manifest and hopefully the new DOF will be accessible in the unused ones as I am about to order one.<br /><br />I think that if RN1 has a similar manner of direct control then it would be possible to map it similarly although I dont believe there is an API for RN1 as yet.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=484">PaulP</a> — Mon Jan 22, 2007 1:25 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PaulP]]></name></author>
<updated>2007-01-21T23:37:35+01:00</updated>
<published>2007-01-21T23:37:35+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6386#p6386</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6386#p6386"/>
<title type="html"><![CDATA[Microsoft Robotics Studio]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6386#p6386"><![CDATA[
I've delved a bit into how the lego rcx is controlled and its cleverly done, masking all the serious stuff and leaving you with some simple code objects to play with such as 'bumper' to represent touch sensors.<br /><br />The involved bit requires the kit manufacturers to partner with MS and produce services and manifests for the robot type. This will implement the communications protocols to the pc and allow the virtual limbs or devices to be mapped for us to play with.<br /><br />The one problem that springs to mind is that RN and KHR can be configured non-standard i.e. extra devices on ports of the constructors choosing and these may have to be standardised though im sure thats no great shakes.<br /><br />As pepperm says, it increases the potential 'thinking' power of the kits and could be great fun to do.<br /><br />I've pondered a bit about video sending and image recognition software, especially motion detection stuff that could allow robots to respond to particular things it sees..<br /><br />Perhaps along the lines of mimicing movement. Learning by example etc..<br /><br />Good stuff..<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=484">PaulP</a> — Sun Jan 21, 2007 11:37 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[pepperm]]></name></author>
<updated>2007-01-20T21:09:07+01:00</updated>
<published>2007-01-20T21:09:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6357#p6357</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6357#p6357"/>
<title type="html"><![CDATA[Microsoft Robotics Studio]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6357#p6357"><![CDATA[
It's for the BASIC Stamp 2 on the Boe Bot. See here: <a href="http://msdn.microsoft.com/robotics/learn/tutorials/setuphdwr/default.aspx" class="postlink">http://msdn.microsoft.com/robotics/learn/tutorials/setuphdwr/default.aspx</a> and here <a href="http://www.parallax.com/detail.asp?product_id=28118" class="postlink">http://www.parallax.com/detail.asp?product_id=28118</a>. You need the Bluetooth connection though.<br /><br />To be honest you would just have to write some code that replied to serial commands sent over bluetooth with the appropriate answers and you could use any processor.<br /><br />I'm trying to work it all out now  <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /> <br /><br />Mark<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=220">pepperm</a> — Sat Jan 20, 2007 9:09 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[slashsplat]]></name></author>
<updated>2007-01-20T20:58:20+01:00</updated>
<published>2007-01-20T20:58:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6356#p6356</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6356#p6356"/>
<title type="html"><![CDATA[Microsoft Robotics Studio]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6356#p6356"><![CDATA[
<blockquote><div><cite>pepperm wrote:</cite><br />Short of maybe the Parallax Propeller the processing power in out robots these days is prety pathetic so connecting the power of the PC platform has got to be good.<br /></div></blockquote><br />I believe that Parallax is officailly hardware-certified with MSRS, but do not know if it is for Stamp or Prop.<br /><br /><blockquote><div><cite>pepperm wrote:</cite><br />Couple that with the standard software interface that MSRS provides I believe things can only get better.<br /></div></blockquote><br />AMEN!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=451">slashsplat</a> — Sat Jan 20, 2007 8:58 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[pepperm]]></name></author>
<updated>2007-01-20T19:08:21+01:00</updated>
<published>2007-01-20T19:08:21+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6355#p6355</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6355#p6355"/>
<title type="html"><![CDATA[Microsoft Robotics Studio]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6355#p6355"><![CDATA[
Microsoft Robotics Studio is out now. V1.0 was released in December (see here <a href="http://msdn.microsoft.com/robotics/getstarted/v1_0/default.aspx" class="postlink">http://msdn.microsoft.com/robotics/getstarted/v1_0/default.aspx</a>) and guess what....It's free, unless you plan to make money from it....which is good for us isn't it and only fair to Microsoft if you start profiting from their work?<br /><br />I know nothing about Visual Studio but you are dam sure I will be trying to learn quick because I think the robotics scene is going mainstream very rapidly and I think it will be a good wave for us "early adoptors/geeks" to ride on. Short of maybe the Parallax Propeller the processing power in out robots these days is prety pathetic so connecting the power of the PC platform has got to be good. Couple that with the standard software interface that MSRS provides I believe things can only get better.<br /><br />There are already some connectors (comms code on the PC and robot) available for cheap robots such as the Lego NXT, BoeBOT and KHR so lets get some more written for the Bioloid (just think of the flexibility there), the Robonova and the likes. Then Standard code on the PC will abstract all the higher stuff to the PC and leave the mundane and bespoke servo and sensor code to the robot's controller.<br /><br />We have a fun few years ahead of us.<br /><br />Mark<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=220">pepperm</a> — Sat Jan 20, 2007 7:08 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PaulP]]></name></author>
<updated>2007-01-20T03:29:13+01:00</updated>
<published>2007-01-20T03:29:13+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6347#p6347</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6347#p6347"/>
<title type="html"><![CDATA[Microsoft Robotics Studio]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=6347#p6347"><![CDATA[
I have tried this with Lego Midstorms and it approaches programming from a different perspective. Rather than compile code and download to the robot it is intended to provide a common control language that is pc based and the commands are then send to the robot in realtime to be carried out. Essentially its moving the brains from the robot to the pc.<br /><br />This requires a 'manifest' to be written for each robot type, that implements a service or protocol interface to the robot design in question. Lego did a similar thing a while back with mindstorms called spirit. This was in fact a software interface that allowed realtime VB code to send commands to the Lego Robot.<br /><br />The advantage of this method is you have a common language that works across all P.C.s and all the computing power of your p.c. to drive it. The disadvantage is that you are tethered either physically or wirelessly to the controlling p.c.<br /><br />In my mind this degrades the autonomous robot by making it a slave of your p.c.<br /> <br />The one really impressive thing I found was the simulations. Build a virtual version of your robot and play. No battery life to worry about, No problems if it falls top to bottom of the stairs, no disastrous burning smells of pinched wires...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=484">PaulP</a> — Sat Jan 20, 2007 3:29 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[smile_nik]]></name></author>
<updated>2007-01-10T21:37:22+01:00</updated>
<published>2007-01-10T21:37:22+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=5980#p5980</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=5980#p5980"/>
<title type="html"><![CDATA[Microsoft Robotics Studio]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=5980#p5980"><![CDATA[
<blockquote><div><cite>DerekZahn wrote:</cite><br />I played with it a few months ago and couldn't make any sense out of what they were even trying to accomplish....<br /></div></blockquote><br /><br />The same picture here <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=474">smile_nik</a> — Wed Jan 10, 2007 9:37 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DerekZahn]]></name></author>
<updated>2007-01-10T18:55:30+01:00</updated>
<published>2007-01-10T18:55:30+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=5973#p5973</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=5973#p5973"/>
<title type="html"><![CDATA[Microsoft Robotics Studio]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=5973#p5973"><![CDATA[
I played with it a few months ago and couldn't make any sense out of what they were even trying to accomplish, much less how one would use it to implement a real robot controller.  <br /><br />Beyond that I was attracted by the possibility of building a physics simulation for researching walking gaits but came to the conclusion that it would take a year to get any fruitful progress on a project like that since it's so complicated.  I imagine somebody will get a RoboNova or other product into the simulation environment and we'll see how accurate the simulator ends up being.  I imagine that the physics acceleration cards will help somewhat but it may be that small inaccuracies can add up to large behavioral differences (like whether it falls over or just wobbles).<br /><br />I'm completely microsoft-neutral myself but didn't find their studio to be useful enough for my needs to invest the large amount of time required to adopt it as a development tool.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=11">DerekZahn</a> — Wed Jan 10, 2007 6:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Robo1]]></name></author>
<updated>2007-01-10T18:08:52+01:00</updated>
<published>2007-01-10T18:08:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=5969#p5969</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=5969#p5969"/>
<title type="html"><![CDATA[Microsoft Robotics Studio]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=5969#p5969"><![CDATA[
I've read quite a bit about it in a year or two it could be a good product but at the moment it is only a beta so would require more effect to make it work then just programming you robot in something else.<br /><br />have a look at robot-dreams they have a 30 min interview with one of the tests.  It does promess to be quite good if and when it becomes available fully released.  But from previews MS products the have good ideas lots of money nd they still don;t quite get it right.  plus the fact do you think it will be open source  <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" />  <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" />  <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" />   no I don't think so will they give you lots of support unless your giving them millions  <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" />  <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" />  <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" />  no I don;t think so.<br /><br />I'm not one of these MS is bad and there the devil I like office but how hard is it to write a word processor.  But if you want you robot to crash then go ahead.<br /><br />bren<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=216">Robo1</a> — Wed Jan 10, 2007 6:08 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[smile_nik]]></name></author>
<updated>2007-01-10T17:09:18+01:00</updated>
<published>2007-01-10T17:09:18+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=5966#p5966</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=5966#p5966"/>
<title type="html"><![CDATA[Microsoft Robotics Studio]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=939&amp;p=5966#p5966"><![CDATA[
Microsoft seems very confident that the Microsoft Robotics Studio is the solution to all problems in the robotics, what is your opinion? <br />Is there anyone that actually try this studio with his robot?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=474">smile_nik</a> — Wed Jan 10, 2007 5:09 pm</p><hr />
]]></content>
</entry>
</feed>