<?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[INS app, GPS Signal status]]></title><description><![CDATA[<p>Hi,</p>
<p>is there any way to find out GPS signal lost in INS app? I didn't seen anything related to GPS signal status in e2 packet, and is it possible to control using GPS signal in INS algorithm? I want to send a command to my openIMU300ZA running INS app to start using GPS input data or stop using GPS input data, is it possible at all?</p>
<p>Best regards,<br />
Amin.</p>
]]></description><link>https://forum.aceinna.com//topic/145/ins-app-gps-signal-status</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 05:13:10 GMT</lastBuildDate><atom:link href="https://forum.aceinna.com//topic/145.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Feb 2020 17:39:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to INS app, GPS Signal status on Tue, 25 Feb 2020 17:39:26 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>is there any way to find out GPS signal lost in INS app? I didn't seen anything related to GPS signal status in e2 packet, and is it possible to control using GPS signal in INS algorithm? I want to send a command to my openIMU300ZA running INS app to start using GPS input data or stop using GPS input data, is it possible at all?</p>
<p>Best regards,<br />
Amin.</p>
]]></description><link>https://forum.aceinna.com//post/681</link><guid isPermaLink="true">https://forum.aceinna.com//post/681</guid><dc:creator><![CDATA[Amin]]></dc:creator><pubDate>Tue, 25 Feb 2020 17:39:26 GMT</pubDate></item><item><title><![CDATA[Reply to INS app, GPS Signal status on Wed, 26 Feb 2020 03:22:43 GMT]]></title><description><![CDATA[<p>GPS visibility should be an input to the INS app. All the application source code is open-source, and you can do anything to it. To add a command, our firmware engineer deisgn a good framework to do that. To add GPS signal status in e2 packet, it is also very easy because all UART messages are customizable. You just need to spend more time on the source code.</p>
<p>Dong</p>
]]></description><link>https://forum.aceinna.com//post/685</link><guid isPermaLink="true">https://forum.aceinna.com//post/685</guid><dc:creator><![CDATA[Dong xiaoguang]]></dc:creator><pubDate>Wed, 26 Feb 2020 03:22:43 GMT</pubDate></item><item><title><![CDATA[Reply to INS app, GPS Signal status on Tue, 03 Mar 2020 07:03:23 GMT]]></title><description><![CDATA[<p>Dear Dong,</p>
<p>may I control GPS data input to your INS algorithm by changing gAlgorithm.Behavior.bit.useGPS in source code? I need to toggle between using GPS data input to the INS algorithm and not using GPS data input, when GPS data input in not using by INS algorithm must estimate position without any input data from GPS.</p>
<p>is it possible to control GPS input by changing gAlgorithm.Behavior.bit.useGPS?</p>
]]></description><link>https://forum.aceinna.com//post/704</link><guid isPermaLink="true">https://forum.aceinna.com//post/704</guid><dc:creator><![CDATA[Amin]]></dc:creator><pubDate>Tue, 03 Mar 2020 07:03:23 GMT</pubDate></item><item><title><![CDATA[Reply to INS app, GPS Signal status on Wed, 04 Mar 2020 00:38:02 GMT]]></title><description><![CDATA[<p>Hi Amin,</p>
<p>gAlgorithm.Behavior.bit.useGPS is used to control state transition. If it is set to false, the algorithm will stay in attitude only mode. This bit does not control the use of each GPS sample. To do that, you need to use gEKFInput.gpsFixType. Setting this bit to false means this GPS measurement is invalid and will not be used in the EKF update stage. You can either directly change this bit or change the GPS driver where this bit get its value.</p>
<p>Dong</p>
]]></description><link>https://forum.aceinna.com//post/710</link><guid isPermaLink="true">https://forum.aceinna.com//post/710</guid><dc:creator><![CDATA[Dong xiaoguang]]></dc:creator><pubDate>Wed, 04 Mar 2020 00:38:02 GMT</pubDate></item></channel></rss>