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

<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>2011-01-12T04:07:53+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=6904</id>
<entry>
<author><name><![CDATA[MOHIT JINDAL]]></name></author>
<updated>2011-01-12T04:07:53+01:00</updated>
<published>2011-01-12T04:07:53+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29749#p29749</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29749#p29749"/>
<title type="html"><![CDATA[Control Bioloid with Pc]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29749#p29749"><![CDATA[
Hey I also want to Control full Bioloid with Visual C++ with Usb2Dynamixel Please share your code with me when you Complete it.<br /><br />Cheers mate <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" />  <img src="http://forum.robosavvy.com/images/smilies/icon_lol.gif" alt=":lol:" title="Laughing" />  <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2428">MOHIT JINDAL</a> — Wed Jan 12, 2011 4:07 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[billyzelsnack]]></name></author>
<updated>2011-01-10T22:55:33+01:00</updated>
<published>2011-01-10T22:55:33+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29722#p29722</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29722#p29722"/>
<title type="html"><![CDATA[how to do: fluent servo move in C++]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29722#p29722"><![CDATA[
I don't quite understand your last post.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=459">billyzelsnack</a> — Mon Jan 10, 2011 10:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[nodobra]]></name></author>
<updated>2011-01-10T21:19:01+01:00</updated>
<published>2011-01-10T21:19:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29719#p29719</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29719#p29719"/>
<title type="html"><![CDATA[how to do: fluent servo move in C++]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29719#p29719"><![CDATA[
i am afraid uC of dynamixel has to do instrunction that has been sent to and interruption while executing instrunction &quot;write word&quot; is immposibble, ins't it? if you are sure about you opinion pleasy reply, cuz i have no ax-12 to test at the momment and i need to know it becouse of my project which is in progress.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2467">nodobra</a> — Mon Jan 10, 2011 9:19 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[billyzelsnack]]></name></author>
<updated>2011-01-10T20:52:54+01:00</updated>
<published>2011-01-10T20:52:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29718#p29718</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29718#p29718"/>
<title type="html"><![CDATA[how to do: fluent servo move in C++]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29718#p29718"><![CDATA[
Instead of commanding the servo to go in a small increments you can command it to go to one of it's extents when a key is pressed. 0 or 1023. When you release the key you can read back the servo position and then set it to that value to stop the servo where it is at.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=459">billyzelsnack</a> — Mon Jan 10, 2011 8:52 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[nodobra]]></name></author>
<updated>2011-01-10T19:44:24+01:00</updated>
<published>2011-01-10T19:44:24+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29716#p29716</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29716#p29716"/>
<title type="html"><![CDATA[how to do: fluent servo move in C++]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6904&amp;p=29716#p29716"><![CDATA[
hello everyone.<br />i am using robotis library to control servo via USB2dynamixel (TTL) and i am programming it in Visual studio 2005.<br />i would like to do moves of servo using keyboard arrows.<br />my algorithm is to get char from keyboard (in the loop) and increment value of goal position.<br />effect is not well rounded - i want to gain more fluent move (now it is very visible that &quot;steps&quot; are performed one by one).<br />does anybody know how to fix that problem?<br />is there a problem about frequency of signals from keyboard to PC?<br />is there a problem about bitrate of my usb2dynamixel? (tried every rate)<br />maybe i should completely change the algorithm?<br />thanks everybody<br />sorry about my english<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2467">nodobra</a> — Mon Jan 10, 2011 7:44 pm</p><hr />
]]></content>
</entry>
</feed>