<?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[What is call back rate of RunUserNavAlgorithm() ?]]></title><description><![CDATA[<p>The call back rate of RunUserNavAlgorithm() is defaulted to 200Hz.</p>
<p>The is controlled by the following line of code found in taskDataAcquisition.c</p>
<pre><code>inertialAndPositionDataProcessing(dacRate)
</code></pre>
<p><strong>dacRate</strong> is by default 200Hz</p>
]]></description><link>https://forum.aceinna.com//topic/7/what-is-call-back-rate-of-runusernavalgorithm</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 11:15:10 GMT</lastBuildDate><atom:link href="https://forum.aceinna.com//topic/7.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Feb 2019 22:25:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What is call back rate of RunUserNavAlgorithm() ? on Mon, 04 Mar 2019 00:30:40 GMT]]></title><description><![CDATA[<p>The call back rate of RunUserNavAlgorithm() is defaulted to 200Hz.</p>
<p>The is controlled by the following line of code found in taskDataAcquisition.c</p>
<pre><code>inertialAndPositionDataProcessing(dacRate)
</code></pre>
<p><strong>dacRate</strong> is by default 200Hz</p>
]]></description><link>https://forum.aceinna.com//post/7</link><guid isPermaLink="true">https://forum.aceinna.com//post/7</guid><dc:creator><![CDATA[Mike Horton]]></dc:creator><pubDate>Mon, 04 Mar 2019 00:30:40 GMT</pubDate></item><item><title><![CDATA[Reply to What is call back rate of RunUserNavAlgorithm() ? on Mon, 04 Mar 2019 00:18:17 GMT]]></title><description><![CDATA[<p>What is the max dacRate, where can I find a listing of possible dacRates?</p>
]]></description><link>https://forum.aceinna.com//post/9</link><guid isPermaLink="true">https://forum.aceinna.com//post/9</guid><dc:creator><![CDATA[Mike Horton 0]]></dc:creator><pubDate>Mon, 04 Mar 2019 00:18:17 GMT</pubDate></item><item><title><![CDATA[Reply to What is call back rate of RunUserNavAlgorithm() ? on Wed, 06 Mar 2019 03:17:32 GMT]]></title><description><![CDATA[<p>I think users should not care about or change this.<br />
This value should be the same as the calling rate of the task: TaskDataAcquisition.<br />
If you want to change the algorithm calling rate,  please refer to the implementation of<br />
static void _Algorithm(uint16_t dacqRate, uint8_t algoType)<br />
for details. You can see there how the EKF algorithm is called according to gAlgorithm.callingFreq.</p>
]]></description><link>https://forum.aceinna.com//post/11</link><guid isPermaLink="true">https://forum.aceinna.com//post/11</guid><dc:creator><![CDATA[Dong xiaoguang]]></dc:creator><pubDate>Wed, 06 Mar 2019 03:17:32 GMT</pubDate></item></channel></rss>