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

<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-05-29T10:46:16+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=7992</id>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2012-05-29T10:46:16+01:00</updated>
<published>2012-05-29T10:46:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7992&amp;p=34503#p34503</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7992&amp;p=34503#p34503"/>
<title type="html"><![CDATA[Crustcrawler Smart Arm AX-12A + CM-700+ roborealm AVM]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7992&amp;p=34503#p34503"><![CDATA[
The usual approach is not to use the parameters within the AX12 to control the speed and  &quot;smoothness&quot; of the  motion.<br />The desired motion distance and transit time, are taken and an appropriate position curve over time mapped between them in software. The curve is split into segments on a time spacing of around 20 millisec per segment, and the positions then sent to the servo on this timeframe.<br />This software is usually better done in the CM700 so the update speed is not impacted by and slow communication with the computer.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Tue May 29, 2012 10:46 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[adamsya]]></name></author>
<updated>2012-05-29T10:00:04+01:00</updated>
<published>2012-05-29T10:00:04+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7992&amp;p=34501#p34501</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7992&amp;p=34501#p34501"/>
<title type="html"><![CDATA[Crustcrawler Smart Arm AX-12A + CM-700+ roborealm AVM]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7992&amp;p=34501#p34501"><![CDATA[
Hi Robosavvy community,<br /><br />I have a bit of problem on AX12 dynamixel. I am now using crustcrawler robot arm and roborealm.. I try to make a pan and tilt program for arm robot..<br /><br /><br />First try I have make a program just to make the robot follow an object on x-axis(horizontal, base servo only).. the program working fine, but the movement of the robot is not smooth.. <br /><br /><br />this is one part of the VB script program..<br /><br /><br />.<br />.<br />.<br />if dX &gt; threshold and turret_h &gt; -512 then<br />' The object is at left side<br />turret_h = turret_h + 1<br />end if<br />.<br />.<br />if dX &lt; -threshold and turret_h &lt; 511 then<br />' The object is at right side<br />turret_h = turret_h - 1<br />end if<br />.<br />.<br />.<br />turret_v128 = turret_v + 512<br /><br /><br />The variable &quot;turret_v128&quot; is sent to servo 1, as a &quot;goal position&quot; value.. the +1 is small value, maybe robot base cannot move precisely because other factor such as load..<br /><br /><br />The question is, what other variable I must find and sent to dynamixel motor so it can move smoothly? example: CW/CCW compliance slope/margin or moving speed or torque limit?<br /><br />Roborealm AVM module:<br /><img src="http://img407.imageshack.us/img407/6210/roborealm.png" alt="Image" /><br /><br />Roborealm dynamixel module<br /><img src="http://img407.imageshack.us/img407/8963/dynamixelmodule.png" alt="Image" /><br /><br />Roborealm VB script module:<br /><img src="http://img12.imageshack.us/img12/1834/vbscript.png" alt="Image" /><br /><br />Example movement I want:<br /><!-- m --><a class="postlink" href="http://youtu.be/94VqAmtHlFA">http://youtu.be/94VqAmtHlFA</a><!-- m --><br /><br />My robot movement 1:<br /><!-- m --><a class="postlink" href="http://youtu.be/OlgV-7UE5Us">http://youtu.be/OlgV-7UE5Us</a><!-- m --><br /><br />My robot movement 2:<br /><!-- m --><a class="postlink" href="http://youtu.be/HY4O_8jNz8g">http://youtu.be/HY4O_8jNz8g</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3390">adamsya</a> — Tue May 29, 2012 10:00 am</p><hr />
]]></content>
</entry>
</feed>