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

<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-08-29T14:49:48+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=19&amp;t=6669</id>
<entry>
<author><name><![CDATA[ggismero]]></name></author>
<updated>2014-08-29T14:49:48+01:00</updated>
<published>2014-08-29T14:49:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6669&amp;p=43375#p43375</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6669&amp;p=43375#p43375"/>
<title type="html"><![CDATA[Re: HaViMo 1.5 and dynamixel sdk]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6669&amp;p=43375#p43375"><![CDATA[
Hi,<br /><br />In <!-- m --><a class="postlink" href="http://www.fing.edu.uy/inco/grupos/mina/pGrado/vision2010/">http://www.fing.edu.uy/inco/grupos/mina ... ision2010/</a><!-- m --> you will find my project (havimo 1.5 vision for robotic soccer). Under &quot;Programas&quot; link (and scrolling down) you will find &quot;Custom Dynamixel SDK 1.0&quot; where you can download the modified library of dinamixel, accepting havimo package.<br /><br />Good luck,<br />Gonzalo<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2248">ggismero</a> — Fri Aug 29, 2014 2:49 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PandaVazquez]]></name></author>
<updated>2014-08-14T17:15:18+01:00</updated>
<published>2014-08-14T17:15:18+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6669&amp;p=43361#p43361</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6669&amp;p=43361#p43361"/>
<title type="html"><![CDATA[Re: HaViMo 1.5 and dynamixel sdk]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6669&amp;p=43361#p43361"><![CDATA[
Hi Gonzalo.<br /><br />I'm having that problem too, How did you solve it? <br /><br />Thanks.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=7854">PandaVazquez</a> — Thu Aug 14, 2014 5:15 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ggismero]]></name></author>
<updated>2010-10-27T21:45:40+01:00</updated>
<published>2010-10-27T21:45:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6669&amp;p=28578#p28578</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6669&amp;p=28578#p28578"/>
<title type="html"><![CDATA[HaViMo 1.5 and dynamixel sdk]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6669&amp;p=28578#p28578"><![CDATA[
I answer myself.<br /><br />As I suposed, the dxl_sdk was filtering the packets. I modified the source of the sdk so it accepts also the instruction 0x0E (frame capture), and it worked great.<br /><br />Thanks,<br />Gonzalo<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2248">ggismero</a> — Wed Oct 27, 2010 9:45 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ggismero]]></name></author>
<updated>2010-10-27T02:58:28+01:00</updated>
<published>2010-10-27T02:58:28+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6669&amp;p=28575#p28575</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6669&amp;p=28575#p28575"/>
<title type="html"><![CDATA[HaViMo 1.5 and dynamixel sdk]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6669&amp;p=28575#p28575"><![CDATA[
Hello,<br /><br />I'm using the dynamixel sdk (<!-- m --><a class="postlink" href="http://support.robotis.com/en/">http://support.robotis.com/en/</a><!-- m -->) to manage the comunication between the cm-510 and HaViMo, but, for some reason, I'm not being able to capture a frame.<br /><br />If I only calibrate the HaViMo, then when reading the regions I get all zero's, but if during the calibration, I activate the recognition then, when I read the regions, I get always the last frame procesed so (by the calibration progrma), so I guess that the capture command I'm sending isn't working.<br /><br />The code is as follow:<br /><dl class="codebox"><dt>Code: </dt><dd><code>#define HAVIMO_ID 100<br />...<br />unsigned int INST_CAPTURE = 0x0E;<br />...<br />dxl_set_txpacket_id&#40;HAVIMO_ID&#41;;<br />dxl_set_txpacket_instruction&#40;INST_CAPTURE&#41;;<br />dxl_set_txpacket_length&#40;2&#41;;<br />dxl_tx_packet&#40;&#41;;</code></dd></dl><br /><br />Does anybody used the dynamixel sdk? Can it be that the sdk is filtering the instruction CAPTURE becouse is out of the range of the &quot;normal&quot; instructions for the dynamixel (remeber than the read region command works, and uses the same instruction as READ for dynamixel)??<br /><br />Thanks,<br />Gonzalo<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2248">ggismero</a> — Wed Oct 27, 2010 2:58 am</p><hr />
]]></content>
</entry>
</feed>