<?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[Position Mode Rejected]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I tried the voxl-cam for the first time and all seems to be working fine except that px4 is not getting into position mode.</p>
<p dir="auto"><code>voxl-inspect-qvio</code> prints reasonable poses, I can see the Odometry topic in QGC with 30 hz with x,y values not zero.</p>
<p dir="auto">My <code>EKF2_AID_MASK</code> is <code>280</code> and with the same parameters and the voxl flight-deck I managed to start in position mode without GPS attached.</p>
<p dir="auto">Problem seems to be that I cannot get values in <code>LOCAL_POSITION_NED</code> and nothing is being output on <code>uorb top vehicle_visual_odometry</code> in a nuttx console.</p>
<p dir="auto">I made a cable to connect the pixhawk4 and the voxlcam, which is twice as long as in the old setup. The <code>voxl-vision-px4</code> systemd service suggests that UART is connected, but maybe there could be some issue in sending the data?</p>
<p dir="auto">Do you have any suggestions?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.modalai.com/topic/1141/position-mode-rejected</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 17:03:40 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/1141.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Jul 2022 20:51:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Position Mode Rejected on Mon, 25 Jul 2022 18:44:39 GMT]]></title><description><![CDATA[<p dir="auto">Which version of PX4 are you running on the Pixhawk and do you have a magnetometer connected? EKF2 is generally unhappy about about starting without a magnetometer in PX4 1.11 so we patched the PX4 firmware for Flight Core to get around this. In PX4 1.12 and newer the following PX4 parameter can be set to allow EKF2 to allow position mode without a GPS/Mag</p>
<pre><code>## disable mag
SYS_HAS_MAG	0	
EKF2_MAG_TYPE	5	
</code></pre>
]]></description><link>https://forum.modalai.com/post/5338</link><guid isPermaLink="true">https://forum.modalai.com/post/5338</guid><dc:creator><![CDATA[James Strawson]]></dc:creator><pubDate>Mon, 25 Jul 2022 18:44:39 GMT</pubDate></item></channel></rss>