<?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[Communication problem between VOXL2 and flight core while using MAVROS.]]></title><description><![CDATA[<p dir="auto">Hello ModalAi Team,</p>
<p dir="auto">I am using flightcore as the external fcu with voxl2, where it's connected from J1 port of fcu to J3 of M0125 expansion board connected to voxl2.<br />
With this setup we are able to get the QGC connection with udp, which means voxl-mavlink-server is sending and receiving the data, and also it flies manually, but we are getting following error while using MAVROS with any manual control.</p>
<pre><code>[ WARN] [1662434325.755393630]: VER: broadcast request timeout, retries left 4
[ WARN] [1662434326.770163473]: VER: broadcast request timeout, retries left 3
[ WARN] [1662434332.762806700]: CMD: Command 520 -- wait ack timeout
[ WARN] [1662434332.763577742]: VER: unicast request timeout, retries left 2
[ INFO] [1662434333.752030710]: HP: requesting home position
[ WARN] [1662434337.781705396]: CMD: Command 520 -- wait ack timeout
[ WARN] [1662434337.782858573]: VER: unicast request timeout, retries left 1
[ WARN] [1662434337.783908729]: PR: request param #0 timeout, retries left 2, and 575 params still missing
[ WARN] [1662434338.757107062]: CMD: Command 410 -- wait ack timeout
[ERROR] [1662434338.757693833]: PR: receiving not complete
[ INFO] [1662434338.759876541]: WP: mission received
[ WARN] [1662434338.786837791]: PR: request param #0 timeout, retries left 1, and 575 params still missing
[ERROR] [1662434338.789770969]: PR: receiving not complete
[ERROR] [1662434338.808116854]: PR: receiving not complete
[ERROR] [1662434338.822837635]: PR: receiving not complete
[ERROR] [1662434338.845605291]: PR: receiving not complete
[ERROR] [1662434338.857837427]: PR: receiving not complete
[ WARN] [1662434339.758370708]: GF: timeout, retries left 2
[ WARN] [1662434339.758651385]: RP: timeout, retries left 2
[ WARN] [1662434339.787232739]: PR: request param #0 timeout, retries left 0, and 575 params still missing
[ WARN] [1662434340.758813676]: GF: timeout, retries left 1
[ WARN] [1662434340.759162999]: RP: timeout, retries left 1
[ERROR] [1662434340.787672270]: PR: request param #0 completely missing.
</code></pre>
<p dir="auto">Below is our mavlink server config file</p>
<pre><code>{
	"px4_uart_bus":	1,
	"px4_uart_baudrate":	921600,
	"udp_port_to_px4":	14556,
	"udp_port_from_px4":	14557,
	"external_fc":	true
}
</code></pre>
<p dir="auto">In QGC SER_TEL2_BAUD is 921600.</p>
<p dir="auto">Output of <code>voxl-mavlink-server -r</code></p>
<pre><code>voxl2:/$ voxl-mavlink-server -r
Enabling UDP recv debugging
loading our own config file
=================================================================
Parameters as loaded from config file:
px4_uart_bus:               1
px4_uart_baudrate:          921600
udp_port_to_px4:            14556
udp_port_from_px4:          14557
external_fc:                1
=================================================================
Successfully opened /dev/ttyHS1
starting receive thread
RECV  msg ID:  30 sysid:  1 from port: /dev/ttyHS1
RECV  msg ID:  65 sysid:  1 from port: /dev/ttyHS1
RECV  msg ID:  30 sysid:  1 from port: /dev/ttyHS1
RECV  msg ID: 331 sysid:  1 from port: /dev/ttyHS1
RECV  msg ID:  31 sysid:  1 from port: /dev/ttyHS1
RECV  msg ID:  30 sysid:  1 from port: /dev/ttyHS1
Init complete, entering main loop
WARNING: UDP local listener dropped 1 packets
RECV  msg ID: 105 sysid:  1 from port: /dev/ttyHS1
RECV  msg ID:  31 sysid:  1 from port: /dev/ttyHS1
RECV  msg ID:  65 sysid:  1 from port: /dev/ttyHS1
RECV  msg ID:  30 sysid:  1 from port: /dev/ttyHS1
RECV  msg ID:  32 sysid:  1 from port: /dev/ttyHS1
</code></pre>
<p dir="auto">It will be helpful if you can provide us with information that may resolve the above issue.</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.modalai.com/topic/1923/communication-problem-between-voxl2-and-flight-core-while-using-mavros</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 00:17:25 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/1923.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Mar 2023 09:44:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Communication problem between VOXL2 and flight core while using MAVROS. on Thu, 09 Mar 2023 13:41:12 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/modaltb" aria-label="Profile: modaltb">@<bdi>modaltb</bdi></a>,</p>
<p dir="auto">We were making a mistake of connecting the mavros with the UART  which is being used by mavlink server, hence creating the traffic in communication. Now we are connecting mavros with VVPX4 and it's working fine.</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.modalai.com/post/8950</link><guid isPermaLink="true">https://forum.modalai.com/post/8950</guid><dc:creator><![CDATA[Anubhav]]></dc:creator><pubDate>Thu, 09 Mar 2023 13:41:12 GMT</pubDate></item><item><title><![CDATA[Reply to Communication problem between VOXL2 and flight core while using MAVROS. on Thu, 09 Mar 2023 06:01:51 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/modaltb" aria-label="Profile: modaltb">@<bdi>modaltb</bdi></a>,</p>
<p dir="auto">Yes, we have a <code>voxl-vision-px4</code> in use. and we have followed the video / documentation given <a href="https://docs.modalai.com/setup-ros-on-voxl-2/" rel="nofollow ugc">here</a>. Still we are facing this issue.</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.modalai.com/post/8947</link><guid isPermaLink="true">https://forum.modalai.com/post/8947</guid><dc:creator><![CDATA[Anubhav]]></dc:creator><pubDate>Thu, 09 Mar 2023 06:01:51 GMT</pubDate></item><item><title><![CDATA[Reply to Communication problem between VOXL2 and flight core while using MAVROS. on Wed, 08 Mar 2023 16:02:31 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/anubhav" aria-label="Profile: Anubhav">@<bdi>Anubhav</bdi></a> and <a class="plugin-mentions-user plugin-mentions-a" href="/user/tamas-pal-0" aria-label="Profile: Tamas-Pal-0">@<bdi>Tamas-Pal-0</bdi></a> ,</p>
<p dir="auto">Do you have voxl-vision-px4 in use?  That acts as a bit of a middle-man to get plumbing happy.   Please see here for a video that I did on RB5 Flight that should apply.  <a href="https://docs.modalai.com/setup-ros-on-voxl-2/" rel="nofollow ugc">https://docs.modalai.com/setup-ros-on-voxl-2/</a></p>
<p dir="auto">Please let me know if you've gone through this and it is still problematic on the communications.</p>
]]></description><link>https://forum.modalai.com/post/8928</link><guid isPermaLink="true">https://forum.modalai.com/post/8928</guid><dc:creator><![CDATA[modaltb]]></dc:creator><pubDate>Wed, 08 Mar 2023 16:02:31 GMT</pubDate></item><item><title><![CDATA[Reply to Communication problem between VOXL2 and flight core while using MAVROS. on Wed, 08 Mar 2023 12:30:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/modaltb" aria-label="Profile: modaltb">@<bdi>modaltb</bdi></a>  I also have this question</p>
]]></description><link>https://forum.modalai.com/post/8923</link><guid isPermaLink="true">https://forum.modalai.com/post/8923</guid><dc:creator><![CDATA[Tamas Pal 0]]></dc:creator><pubDate>Wed, 08 Mar 2023 12:30:48 GMT</pubDate></item></channel></rss>