<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to get data of OpenIMU300ZA directly?]]></title><description><![CDATA[<p>I just want to get IMU 9 DOF data, and use these data in my ROS project. If I can use some drivers to get data with C++ or python directly in my ROS project?</p>
<p>Thanks</p>
]]></description><link>https://forum.aceinna.com//topic/73/how-to-get-data-of-openimu300za-directly</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 09:10:09 GMT</lastBuildDate><atom:link href="https://forum.aceinna.com//topic/73.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 31 Aug 2019 13:19:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to get data of OpenIMU300ZA directly? on Sat, 31 Aug 2019 13:19:37 GMT]]></title><description><![CDATA[<p>I just want to get IMU 9 DOF data, and use these data in my ROS project. If I can use some drivers to get data with C++ or python directly in my ROS project?</p>
<p>Thanks</p>
]]></description><link>https://forum.aceinna.com//post/258</link><guid isPermaLink="true">https://forum.aceinna.com//post/258</guid><dc:creator><![CDATA[YaoHan404]]></dc:creator><pubDate>Sat, 31 Aug 2019 13:19:37 GMT</pubDate></item><item><title><![CDATA[Reply to How to get data of OpenIMU300ZA directly? on Sat, 31 Aug 2019 13:58:15 GMT]]></title><description><![CDATA[<p>hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/139">@YaoHan404</a> ,</p>
<p>I'm assuming that you communicate with IMU via UART.<br />
We have an openimu driver which can be downloaded from <a href="https://github.com/Aceinna/python-openimu.git" rel="nofollow">https://github.com/Aceinna/python-openimu.git</a><br />
You will find how to parse IMU data in function parse_buffer() in <a href="http://openimu.py" rel="nofollow">openimu.py</a> file.<br />
&quot;z1&quot; packet is the IMU 9 DOF data you are looking for, function parse_buffer()  can parse &quot;z1&quot;, and you can find detailed description of &quot;z1&quot; in &quot;app_config/IMU/openimu.json&quot;.</p>
]]></description><link>https://forum.aceinna.com//post/259</link><guid isPermaLink="true">https://forum.aceinna.com//post/259</guid><dc:creator><![CDATA[ysong]]></dc:creator><pubDate>Sat, 31 Aug 2019 13:58:15 GMT</pubDate></item><item><title><![CDATA[Reply to How to get data of OpenIMU300ZA directly? on Sat, 31 Aug 2019 14:18:22 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/26">@ysong</a> Thanks for the soon reply.<br />
UART is that?<br />
<img src="http://navview.blob.core.windows.net/forum/upload/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20190831221553-jzzmsdfj.jpg" alt="微信图片_20190831221553.jpg" class="img-responsive img-markdown" /></p>
]]></description><link>https://forum.aceinna.com//post/260</link><guid isPermaLink="true">https://forum.aceinna.com//post/260</guid><dc:creator><![CDATA[YaoHan404]]></dc:creator><pubDate>Sat, 31 Aug 2019 14:18:22 GMT</pubDate></item><item><title><![CDATA[Reply to How to get data of OpenIMU300ZA directly? on Sun, 01 Sep 2019 02:47:25 GMT]]></title><description><![CDATA[<p>Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/139">@YaoHan404</a> ,<br />
Connect the Micro USB interface shown in above picture to your computer, you will find a new serial port device in your device list, then you can operate this unit via serial port.</p>
]]></description><link>https://forum.aceinna.com//post/261</link><guid isPermaLink="true">https://forum.aceinna.com//post/261</guid><dc:creator><![CDATA[ysong]]></dc:creator><pubDate>Sun, 01 Sep 2019 02:47:25 GMT</pubDate></item><item><title><![CDATA[Reply to How to get data of OpenIMU300ZA directly? on Sun, 01 Sep 2019 08:09:28 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/26">@ysong</a> Thank you for your help.</p>
]]></description><link>https://forum.aceinna.com//post/262</link><guid isPermaLink="true">https://forum.aceinna.com//post/262</guid><dc:creator><![CDATA[YaoHan404]]></dc:creator><pubDate>Sun, 01 Sep 2019 08:09:28 GMT</pubDate></item><item><title><![CDATA[Reply to How to get data of OpenIMU300ZA directly? on Tue, 03 Sep 2019 03:08:25 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/139">@YaoHan404</a> Before you import data to your ROS projects, share one way to you how to check and record data by our python-drive in our ANS:</p>
<ul>
<li>
<p>Download <a href="https://developers.aceinna.com/connect" rel="nofollow">connecting tool</a> based on your system on connect tab, and then running it together with USB connection with your IMU. Success pic as below in Server program:<br />
<img src="http://navview.blob.core.windows.net/forum/upload/9b5b3c8d-bdd2-4abc-995c-fe256088232e-image-k038zgdz.png" alt="9b5b3c8d-bdd2-4abc-995c-fe256088232e-image.png" class="img-responsive img-markdown" /></p>
</li>
<li>
<p>Check and operating your IMU in <a href="https://developers.aceinna.com/record-next" rel="nofollow">IMU tab</a>, if first step connecting successfully, status of IMU as below: you can play and record it by your self<br />
<img src="http://navview.blob.core.windows.net/forum/upload/a82f871c-6b55-4d32-b0b2-a033c38ba0bc-image-k0392ey2.png" alt="a82f871c-6b55-4d32-b0b2-a033c38ba0bc-image.png" class="img-responsive img-markdown" /><br />
hope it good reference for you.</p>
</li>
</ul>
]]></description><link>https://forum.aceinna.com//post/265</link><guid isPermaLink="true">https://forum.aceinna.com//post/265</guid><dc:creator><![CDATA[cek]]></dc:creator><pubDate>Tue, 03 Sep 2019 03:08:25 GMT</pubDate></item><item><title><![CDATA[Reply to How to get data of OpenIMU300ZA directly? on Tue, 03 Sep 2019 07:03:11 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/87">@cek</a> Thank you for your help. I have checked and operated my OpenIMU300ZA in this visualization page.</p>
]]></description><link>https://forum.aceinna.com//post/267</link><guid isPermaLink="true">https://forum.aceinna.com//post/267</guid><dc:creator><![CDATA[YaoHan404]]></dc:creator><pubDate>Tue, 03 Sep 2019 07:03:11 GMT</pubDate></item><item><title><![CDATA[Reply to How to get data of OpenIMU300ZA directly? on Mon, 22 Nov 2021 15:15:53 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/139">@YaoHan404</a> Where can I get this board with the USB?</p>
]]></description><link>https://forum.aceinna.com//post/1301</link><guid isPermaLink="true">https://forum.aceinna.com//post/1301</guid><dc:creator><![CDATA[orili]]></dc:creator><pubDate>Mon, 22 Nov 2021 15:15:53 GMT</pubDate></item></channel></rss>