<?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[Collision prevention]]></title><description><![CDATA[<p dir="auto">Hi, We are trying to test the collision prevention feature on our Voxl flight deck enabled drone. We've set the PX4 parameters as mentioned in the documentation of collision prevention. Its working fine when I set the cp_dist to 1.5 meters as told. It works well and the drone stops.</p>
<p dir="auto">However, if at all I keep some other value less than 1.5 m, for example, 1 meter or 1.2 meter, or 0.8 meters, it doesn't stop for the obstacle and I just hear "collision warning" from QgroundControl station. So is 1.5 meter a standard value and we can't use any number less than that?</p>
]]></description><link>https://forum.modalai.com/topic/223/collision-prevention</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 00:41:49 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/223.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 May 2021 18:58:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Collision prevention on Thu, 13 May 2021 15:46:52 GMT]]></title><description><![CDATA[<p dir="auto">The only lower bound I've seen is 20cm here:<br />
<a href="https://gitlab.com/voxl-public/modal-pipe-architecture/voxl-vision-px4/-/blob/master/src/voa_manager.c#L165" rel="nofollow ugc">https://gitlab.com/voxl-public/modal-pipe-architecture/voxl-vision-px4/-/blob/master/src/voa_manager.c#L165</a></p>
<p dir="auto">So I'm still puzzled.</p>
<p dir="auto">If you debug stereo, what kind of data are you seeing? <a href="https://docs.modalai.com/voxl-vision-px4-collision-prevention/#debug-tools" rel="nofollow ugc">https://docs.modalai.com/voxl-vision-px4-collision-prevention/#debug-tools</a></p>
]]></description><link>https://forum.modalai.com/post/1082</link><guid isPermaLink="true">https://forum.modalai.com/post/1082</guid><dc:creator><![CDATA[modaltb]]></dc:creator><pubDate>Thu, 13 May 2021 15:46:52 GMT</pubDate></item><item><title><![CDATA[Reply to Collision prevention on Thu, 13 May 2021 15:45:03 GMT]]></title><description><![CDATA[<p dir="auto">I don't think we have tried other values. You can see where PX4 computes min_distance <a href="https://github.com/PX4/PX4-Autopilot/blob/master/src/lib/collision_prevention/CollisionPrevention.cpp#L216" rel="nofollow ugc">here</a>, that might help</p>
]]></description><link>https://forum.modalai.com/post/1081</link><guid isPermaLink="true">https://forum.modalai.com/post/1081</guid><dc:creator><![CDATA[Chad Sweet]]></dc:creator><pubDate>Thu, 13 May 2021 15:45:03 GMT</pubDate></item><item><title><![CDATA[Reply to Collision prevention on Thu, 13 May 2021 14:44:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kiprock" aria-label="Profile: kiprock">@<bdi>kiprock</bdi></a> No. I'm following the modalai collison prevention documentation.</p>
]]></description><link>https://forum.modalai.com/post/1079</link><guid isPermaLink="true">https://forum.modalai.com/post/1079</guid><dc:creator><![CDATA[gauravshukla914]]></dc:creator><pubDate>Thu, 13 May 2021 14:44:58 GMT</pubDate></item><item><title><![CDATA[Reply to Collision prevention on Thu, 13 May 2021 14:44:22 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> any idea on this?</p>
]]></description><link>https://forum.modalai.com/post/1078</link><guid isPermaLink="true">https://forum.modalai.com/post/1078</guid><dc:creator><![CDATA[gauravshukla914]]></dc:creator><pubDate>Thu, 13 May 2021 14:44:22 GMT</pubDate></item><item><title><![CDATA[Reply to Collision prevention on Wed, 05 May 2021 14:41:42 GMT]]></title><description><![CDATA[<p dir="auto">gauravshukla914 Just curious, are you trying <a href="https://github.com/PX4/PX4-Avoidance" rel="nofollow ugc">https://github.com/PX4/PX4-Avoidance</a> or something else for collision prevention?</p>
]]></description><link>https://forum.modalai.com/post/1041</link><guid isPermaLink="true">https://forum.modalai.com/post/1041</guid><dc:creator><![CDATA[kiprock]]></dc:creator><pubDate>Wed, 05 May 2021 14:41:42 GMT</pubDate></item><item><title><![CDATA[Reply to Collision prevention on Wed, 05 May 2021 02:59:24 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your reply <a class="plugin-mentions-user plugin-mentions-a" href="/user/modaltb" aria-label="Profile: modaltb">@<bdi>modaltb</bdi></a> . That'd be great. I'll look forward to your response.</p>
]]></description><link>https://forum.modalai.com/post/1039</link><guid isPermaLink="true">https://forum.modalai.com/post/1039</guid><dc:creator><![CDATA[gauravshukla914]]></dc:creator><pubDate>Wed, 05 May 2021 02:59:24 GMT</pubDate></item><item><title><![CDATA[Reply to Collision prevention on Tue, 04 May 2021 23:47:18 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/gauravshukla914" aria-label="Profile: gauravshukla914">@<bdi>gauravshukla914</bdi></a> ,</p>
<p dir="auto">I didn't know of any limitation, our factory test uses 1.5 --&gt; <a href="https://gitlab.com/voxl-public/flight-core-px4/px4-parameters/-/blob/master/helpers/collision_prevention.params#L7" rel="nofollow ugc">https://gitlab.com/voxl-public/flight-core-px4/px4-parameters/-/blob/master/helpers/collision_prevention.params#L7</a></p>
<p dir="auto">We'll need to check out what is introducing the limit.</p>
]]></description><link>https://forum.modalai.com/post/1034</link><guid isPermaLink="true">https://forum.modalai.com/post/1034</guid><dc:creator><![CDATA[modaltb]]></dc:creator><pubDate>Tue, 04 May 2021 23:47:18 GMT</pubDate></item></channel></rss>