<?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[Dual antenna GPS [heading]]]></title><description><![CDATA[<p>Does the OpenIMU support dual antenna GPS for heading input?<br />
We are planning on using two UBLOX ZED-FP9 chips to provide a GPS heading that is not based on velocity.</p>
<p>Thanks</p>
]]></description><link>https://forum.aceinna.com//topic/54/dual-antenna-gps-heading</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 21:44:01 GMT</lastBuildDate><atom:link href="https://forum.aceinna.com//topic/54.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Jul 2019 20:35:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dual antenna GPS [heading] on Mon, 29 Jul 2019 20:35:36 GMT]]></title><description><![CDATA[<p>Does the OpenIMU support dual antenna GPS for heading input?<br />
We are planning on using two UBLOX ZED-FP9 chips to provide a GPS heading that is not based on velocity.</p>
<p>Thanks</p>
]]></description><link>https://forum.aceinna.com//post/165</link><guid isPermaLink="true">https://forum.aceinna.com//post/165</guid><dc:creator><![CDATA[robotsrobots]]></dc:creator><pubDate>Mon, 29 Jul 2019 20:35:36 GMT</pubDate></item><item><title><![CDATA[Reply to Dual antenna GPS [heading] on Tue, 30 Jul 2019 01:17:07 GMT]]></title><description><![CDATA[<p>Hi robotsrobots,<br />
yes, there are four serial ports in OpenIMU300 EVK that could be customized as input, and there are three build-in GPS protocols supported, NOVATEL_BINARY, NMEA_TEXT, SIRF_BINARY.<br />
<a href="https://forum.aceinna.com/topic/24/openimu300-handle-two-gps-signals-at-the-same-time">https://forum.aceinna.com/topic/24/openimu300-handle-two-gps-signals-at-the-same-time</a><br />
<a href="https://forum.aceinna.com/topic/17/how-many-kinds-of-gps-protocol-are-supported-in-openimu300-opensource-code">https://forum.aceinna.com/topic/17/how-many-kinds-of-gps-protocol-are-supported-in-openimu300-opensource-code</a></p>
]]></description><link>https://forum.aceinna.com//post/166</link><guid isPermaLink="true">https://forum.aceinna.com//post/166</guid><dc:creator><![CDATA[Li YiFan]]></dc:creator><pubDate>Tue, 30 Jul 2019 01:17:07 GMT</pubDate></item><item><title><![CDATA[Reply to Dual antenna GPS [heading] on Tue, 30 Jul 2019 14:03:56 GMT]]></title><description><![CDATA[<p>Hi LI,</p>
<p>What about supporting GPS with dual antenna that output a heading message?  the new UBLOX supports this.  So there would only be one GPS signal into the openIMU but the heading would come from the heading message directly instead of velocities.</p>
]]></description><link>https://forum.aceinna.com//post/167</link><guid isPermaLink="true">https://forum.aceinna.com//post/167</guid><dc:creator><![CDATA[robotsrobots]]></dc:creator><pubDate>Tue, 30 Jul 2019 14:03:56 GMT</pubDate></item><item><title><![CDATA[Reply to Dual antenna GPS [heading] on Wed, 31 Jul 2019 01:04:42 GMT]]></title><description><![CDATA[<p>Yes, you can. But you need to modify some of the source code:</p>
<ol>
<li>You need prepare GPS receiver driver to handle the UBLOX messages. Nav-pvt is supported now.</li>
<li>Currently, we use ground speed to determine if the heading from GNSS is valid. You need to change the code to set the heading from GNSS always valid.</li>
</ol>
]]></description><link>https://forum.aceinna.com//post/168</link><guid isPermaLink="true">https://forum.aceinna.com//post/168</guid><dc:creator><![CDATA[Dong xiaoguang]]></dc:creator><pubDate>Wed, 31 Jul 2019 01:04:42 GMT</pubDate></item><item><title><![CDATA[Reply to Dual antenna GPS [heading] on Wed, 31 Jul 2019 16:21:52 GMT]]></title><description><![CDATA[<p>Thanks!<br />
I could not find the GPS heading in the code.  Is this on a different branch or something that will be released in the future?</p>
]]></description><link>https://forum.aceinna.com//post/174</link><guid isPermaLink="true">https://forum.aceinna.com//post/174</guid><dc:creator><![CDATA[robotsrobots]]></dc:creator><pubDate>Wed, 31 Jul 2019 16:21:52 GMT</pubDate></item><item><title><![CDATA[Reply to Dual antenna GPS [heading] on Thu, 01 Aug 2019 01:45:32 GMT]]></title><description><![CDATA[<p>It is called &quot;trueCourse&quot;.</p>
]]></description><link>https://forum.aceinna.com//post/175</link><guid isPermaLink="true">https://forum.aceinna.com//post/175</guid><dc:creator><![CDATA[Dong xiaoguang]]></dc:creator><pubDate>Thu, 01 Aug 2019 01:45:32 GMT</pubDate></item><item><title><![CDATA[Reply to Dual antenna GPS [heading] on Thu, 01 Aug 2019 14:01:44 GMT]]></title><description><![CDATA[<p>any plans to support this for UBLOX?<br />
and what is the parameter for<br />
&quot;set the heading from GNSS always valid.&quot;</p>
<p>Thanks</p>
]]></description><link>https://forum.aceinna.com//post/178</link><guid isPermaLink="true">https://forum.aceinna.com//post/178</guid><dc:creator><![CDATA[robotsrobots]]></dc:creator><pubDate>Thu, 01 Aug 2019 14:01:44 GMT</pubDate></item><item><title><![CDATA[Reply to Dual antenna GPS [heading] on Fri, 02 Aug 2019 02:13:38 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/105">@robotsrobots</a><br />
In my test, I adds ublox nav_pvt support. Since it is open-source, it is very easy to add support of GPS receivers.<br />
To set the heading from GNSS always valid, you need set a variable in UpdateFunctions.c called &quot;useMagHeading&quot; FALSE.<br />
Indeed, you need to a bit more to make this work reliably. For single antenna GNSS receiver, heading is derived from velocity, and heading accuracy is determined by velocity. We estimate heading variance used in the Kalman fitler according to GNSS velocity.<br />
But since you decide to use a dual-antenan GNSS receiver, the heading accuracy is decided by the separation between the antenna and the positioning  engine (RTK, PPP).</p>
<p><a href="http://navview.blob.core.windows.net/forum/upload/processUbloxGPS-jyth4pql.c" rel="nofollow">processUbloxGPS.c</a></p>
]]></description><link>https://forum.aceinna.com//post/179</link><guid isPermaLink="true">https://forum.aceinna.com//post/179</guid><dc:creator><![CDATA[Dong xiaoguang]]></dc:creator><pubDate>Fri, 02 Aug 2019 02:13:38 GMT</pubDate></item><item><title><![CDATA[Reply to Dual antenna GPS [heading] on Fri, 02 Aug 2019 02:14:58 GMT]]></title><description><![CDATA[<p>Thank you for your help.</p>
]]></description><link>https://forum.aceinna.com//post/180</link><guid isPermaLink="true">https://forum.aceinna.com//post/180</guid><dc:creator><![CDATA[robotsrobots]]></dc:creator><pubDate>Fri, 02 Aug 2019 02:14:58 GMT</pubDate></item><item><title><![CDATA[Reply to Dual antenna GPS [heading] on Fri, 02 Aug 2019 02:56:11 GMT]]></title><description><![CDATA[<p>You are welcome.</p>
]]></description><link>https://forum.aceinna.com//post/181</link><guid isPermaLink="true">https://forum.aceinna.com//post/181</guid><dc:creator><![CDATA[Dong xiaoguang]]></dc:creator><pubDate>Fri, 02 Aug 2019 02:56:11 GMT</pubDate></item><item><title><![CDATA[Reply to Dual antenna GPS [heading] on Wed, 31 Mar 2021 18:19:41 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/105">@robotsrobots</a> hi were you able to implement this? If so, what did the results look like?</p>
]]></description><link>https://forum.aceinna.com//post/1084</link><guid isPermaLink="true">https://forum.aceinna.com//post/1084</guid><dc:creator><![CDATA[sukhrajklair]]></dc:creator><pubDate>Wed, 31 Mar 2021 18:19:41 GMT</pubDate></item></channel></rss>