<?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[Issue with ros-melodic-cv-bridge and voxl-vision-hub conflict on VOXL2]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I am currently working in a VOXL2 board (Ubuntu 18.04 environment with ROS Melodic). I have been attempting to install ros-melodic-cv-bridge <code>sudo apt install ros-melodic-cv-bridge</code>. However, I've encountered a problem where installing cv-bridge leads to the removal of voxl-vision-hub, rendering my camera unusable. Conversely, installing voxl-vision-hub results in the inability to use cv-bridge.</p>
<p dir="auto">I was wondering if anyone has encountered a similar issue or has any suggestions for resolving this conflict between ros-melodic-cv-bridge and voxl-vision-hub. Any guidance or solution would be greatly appreciated.</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.modalai.com/topic/3001/issue-with-ros-melodic-cv-bridge-and-voxl-vision-hub-conflict-on-voxl2</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 20:36:45 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/3001.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Jan 2024 14:20:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Issue with ros-melodic-cv-bridge and voxl-vision-hub conflict on VOXL2 on Thu, 18 Jan 2024 00:16:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1198">@dlee</a> and <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1963">@smilon</a> so if you are installing your vision_opencv into sudo, then the conflicts will wipe out a ton of MPA and SDK programs. This is highly recommended NOT to be done. Instead either use docker, or leverage the package as a third party in a virtual environment or something along that nature.</p>
<p dir="auto">voxl-vision-hub should be on target from the SDK installation:</p>
<pre><code>voxl2:/$ sudo apt-get install voxl-vision-hub
Reading package lists... Done
Building dependency tree       
Reading state information... Done
voxl-vision-hub is already the newest version (1.7.3).
voxl-vision-hub set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
</code></pre>
<p dir="auto">However, most likely had the deb wiped or reconfigured when installing the opencv you were trying to leverage. Provided you guys are on sdk 1.1.2, you can just go into the tarball that has since been untarred and adb push the voxl-suite/voxl-vision-hub deb to the voxl2 and then do a <code>sudo dpkg -i voxl-vision-hubXXXDEB</code> - that will install it back onto the system. The other option is to either reflash or do a <code>sudo apt-get upgrade</code> which would pull the most recent debs from the modalAI apt repository on the cloud.</p>
<p dir="auto">Let me know if this helps either of you!</p>
]]></description><link>https://forum.modalai.com/post/14039</link><guid isPermaLink="true">https://forum.modalai.com/post/14039</guid><dc:creator><![CDATA[Zachary Lowell 0]]></dc:creator><pubDate>Thu, 18 Jan 2024 00:16:36 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with ros-melodic-cv-bridge and voxl-vision-hub conflict on VOXL2 on Wed, 17 Jan 2024 16:11:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi i've faced the same issue! Was wondering where voxl-vision-hub went ^^</p>
<p dir="auto">How can we get it back on the system? <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1356">@Zachary-Lowell-0</a></p>
<p dir="auto"><img src="/assets/uploads/files/1705507904232-screenshot-from-2024-01-17-18-10-28.png" alt="Screenshot from 2024-01-17 18-10-28.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.modalai.com/post/13989</link><guid isPermaLink="true">https://forum.modalai.com/post/13989</guid><dc:creator><![CDATA[smilon]]></dc:creator><pubDate>Wed, 17 Jan 2024 16:11:46 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with ros-melodic-cv-bridge and voxl-vision-hub conflict on VOXL2 on Fri, 12 Jan 2024 01:50:05 GMT]]></title><description><![CDATA[<p dir="auto">Thanks a lot, <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1356">@Zachary-Lowell-0</a>.<br />
I didn't want to use docker images, so I used <code>vision_opencv</code>.<br />
Because the melodic branch required OpenCV 3, I built the package at the noetic branch.</p>
]]></description><link>https://forum.modalai.com/post/13880</link><guid isPermaLink="true">https://forum.modalai.com/post/13880</guid><dc:creator><![CDATA[dlee]]></dc:creator><pubDate>Fri, 12 Jan 2024 01:50:05 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with ros-melodic-cv-bridge and voxl-vision-hub conflict on VOXL2 on Thu, 11 Jan 2024 20:50:36 GMT]]></title><description><![CDATA[<p dir="auto">The other option as well is to use a docker image running ros melodic and cv bridge already on it so you do not get conflicts with what is on target!</p>
]]></description><link>https://forum.modalai.com/post/13872</link><guid isPermaLink="true">https://forum.modalai.com/post/13872</guid><dc:creator><![CDATA[Zachary Lowell 0]]></dc:creator><pubDate>Thu, 11 Jan 2024 20:50:36 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with ros-melodic-cv-bridge and voxl-vision-hub conflict on VOXL2 on Thu, 11 Jan 2024 20:48:14 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1198">@dlee</a> - this is purposeful. The voxl2 uses a ton of dependencies on a specific build of opencv - so by installing ros-melodic-cv-bridge (which you should NOT even be able to do due to dependency conflicts) you break a lot of what is dependent on that build of opencv, including vision-hub. The ros melodic which is on target is the minimal build, meaning opencv isnt installed due to those specific conflicts above.</p>
<p dir="auto">You can always try installing it from source and pointing the third party instead of downloading it in sudo. My other recommendation would be to upgrade to ros2 foxy which is already on target.</p>
<p dir="auto"><a href="https://github.com/ros-perception/vision_opencv/tree/melodic" rel="nofollow ugc">https://github.com/ros-perception/vision_opencv/tree/melodic</a> &lt;-- here is the link to to melodic cv bridge. LMK if that helps!</p>
]]></description><link>https://forum.modalai.com/post/13871</link><guid isPermaLink="true">https://forum.modalai.com/post/13871</guid><dc:creator><![CDATA[Zachary Lowell 0]]></dc:creator><pubDate>Thu, 11 Jan 2024 20:48:14 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with ros-melodic-cv-bridge and voxl-vision-hub conflict on VOXL2 on Wed, 10 Jan 2024 23:05:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/4">@tom</a> I am using <code>1.1.2</code> latest version.</p>
]]></description><link>https://forum.modalai.com/post/13836</link><guid isPermaLink="true">https://forum.modalai.com/post/13836</guid><dc:creator><![CDATA[dlee]]></dc:creator><pubDate>Wed, 10 Jan 2024 23:05:24 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with ros-melodic-cv-bridge and voxl-vision-hub conflict on VOXL2 on Wed, 10 Jan 2024 17:56:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1198">@dlee</a> What SDK version are you running on your voxl2? You can check this with <code>voxl-version</code></p>
]]></description><link>https://forum.modalai.com/post/13821</link><guid isPermaLink="true">https://forum.modalai.com/post/13821</guid><dc:creator><![CDATA[tom]]></dc:creator><pubDate>Wed, 10 Jan 2024 17:56:32 GMT</pubDate></item></channel></rss>