<?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[Modal Pipe Architecture (MPA)]]></title><description><![CDATA[Questions about developing software on the products]]></description><link>https://forum.modalai.com/category/20</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 20:04:26 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/category/20.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 Feb 2026 19:03:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Using more than 64 tags in the tag_locations.conf]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/14">@Eric-Katzfey</a> Yes that worked. Thanks!</p>
]]></description><link>https://forum.modalai.com/topic/5038/using-more-than-64-tags-in-the-tag_locations-conf</link><guid isPermaLink="true">https://forum.modalai.com/topic/5038/using-more-than-64-tags-in-the-tag_locations-conf</guid><dc:creator><![CDATA[tejasram]]></dc:creator><pubDate>Fri, 06 Feb 2026 19:03:37 GMT</pubDate></item><item><title><![CDATA[Fixed pose via &#x2F;run&#x2F;mpa&#x2F;vvhub_fixed_pose_input in addion to Open Vins]]></title><description><![CDATA[<p dir="auto">Hi there, I would highly recommend upgrading to the latest SDK 1.6.2.</p>
<p dir="auto">Q1: For voxl-vision-hub, openvins is just another [abstracted] VIO client, using the same MPA interface as QVIO. Thus, should work the same as QVIO.<br />
Q2: There are no outstanding buffer conflicts between the 2 inputs in that SDK version. Though best to update to 1.6.2 as there have been numerous MPA improvements.</p>
<p dir="auto">Q3: MAYBE ON GROUND, POSITION LOCK? is reporting that the barometer is reporting &lt;1m and OVINS &gt; 1m (-1 in NED space). It appears OVINS had a blow up, has recovered with a new origin in the local frame. Your output says it must have reseted in the ai/flying and hence the new local origin is above your landing point (fixed frame). Depending how you have PX4's EKF setup could lead to issues like the landing detector not working, or position error when running missions, hence why it's reported as a warning. Your output says it's at 0,0,-15 indicating OVINS restarted at ~15m up, but the PX4 baro says it's at 0. If outdoors, I recommend setting EKF2_HGT_REF = baro, if indoors, you'll need to reconcile a origin offset if VIO resets midair (qvio would require this as well) if using vio data directly waypoint manager (i.e. offboard waypoint mode or custom nav code)</p>
<p dir="auto">Going forward if staying with 1.4.x,</p>

edit /etc/modalai/voxl-open-vins-server.conf and change:<br />
"en_vio_always_on":	true,
ssh into the drone and run voxl-vision-hub --debug_fixed_frame --debug_tag_cam --debug_odometry to compare values and see if there is a error in calculation possibly causing vision-hub to restart.
move the drone around by hand, point it at a tag as needed and monitor the output from vision-hub. Should tell you where a possible conflict arises.

]]></description><link>https://forum.modalai.com/topic/5009/fixed-pose-via-run-mpa-vvhub_fixed_pose_input-in-addion-to-open-vins</link><guid isPermaLink="true">https://forum.modalai.com/topic/5009/fixed-pose-via-run-mpa-vvhub_fixed_pose_input-in-addion-to-open-vins</guid><dc:creator><![CDATA[Cliff Wong]]></dc:creator><pubDate>Mon, 26 Jan 2026 08:20:46 GMT</pubDate></item><item><title><![CDATA[Python MPA image]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/3438">@l05</a> , when in doubt, you can add a print statement in your app as a sanity check to make sure you are running the correct version of the application. Then check your print statement at run time.</p>
<p dir="auto">If you are modifying an existing app in voxl-mpa-tools, you just need to use the voxl-cross docker image to</p>

build the source code
build the package (deb)
deploy the package (either manually pushing and dpkg -i &lt;package.deb&gt; on target) or using a convenience script deploy_to_voxl.sh which is typically present in most voxl projects -- this script will push the deb to voxl2 and install the deb.
run your new application on voxl and confirm functionality

<p dir="auto">If you are adding a new app to voxl-mpa-tools project, you will need to modify the CMakeLists.txt file in the tools folder, it should be self explanatory how to add a simple app. Once you build and deploy, your new app will be installed into /usr/bin on voxl2.</p>
<p dir="auto">If you have any other questions, let me know.</p>
<p dir="auto">Alex</p>
]]></description><link>https://forum.modalai.com/topic/4838/python-mpa-image</link><guid isPermaLink="true">https://forum.modalai.com/topic/4838/python-mpa-image</guid><dc:creator><![CDATA[Alex Kushleyev]]></dc:creator><pubDate>Mon, 27 Oct 2025 15:57:32 GMT</pubDate></item><item><title><![CDATA[Be careful building voxl-cross on older SDKS (Other than V1.50.0)]]></title><description><![CDATA[<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/7">@Alex-Kushleyev</a> for the clarification. Currently I just redefined the magic numbers on my own  and voxl-inspect-pose works as usual. I am hoping that this breaking change only affects a small number of use cases. If anyone else faces the same issue with magic numbers theres at least the discussion that might help them as well 🙂</p>
]]></description><link>https://forum.modalai.com/topic/4784/be-careful-building-voxl-cross-on-older-sdks-other-than-v1-50-0</link><guid isPermaLink="true">https://forum.modalai.com/topic/4784/be-careful-building-voxl-cross-on-older-sdks-other-than-v1-50-0</guid><dc:creator><![CDATA[monkescripts]]></dc:creator><pubDate>Tue, 30 Sep 2025 08:49:38 GMT</pubDate></item><item><title><![CDATA[Deploying Neural Networks with Multi-Modal Inputs (Camera + Additional Sensor Data)]]></title><description><![CDATA[<p dir="auto">Hi ModalAI team. I’ve been successfully using voxl-tflite-server to run custom neural networks that take image input from the mpa/hires camera. Now, I’d like to expand to more general neural networks that also incorporate other forms of input. For example, prior waypoint information stored in memory or additional sensory data (e.g., IMU, rangefinders, or temporal data from previous frames).</p>
<p dir="auto">What would be the recommended roadmap to support this?</p>
<p dir="auto">Specifically:</p>
<ul>
<li>
<p dir="auto">How should I modify or extend the current model helper pipeline to feed both image and non-image inputs?</p>
</li>
<li>
<p dir="auto">Is there support in voxl-tflite-server for multiple input tensors (e.g., combining a camera frame other forms of information)?</p>
</li>
</ul>
]]></description><link>https://forum.modalai.com/topic/4590/deploying-neural-networks-with-multi-modal-inputs-camera-additional-sensor-data</link><guid isPermaLink="true">https://forum.modalai.com/topic/4590/deploying-neural-networks-with-multi-modal-inputs-camera-additional-sensor-data</guid><dc:creator><![CDATA[Ege Yüceel]]></dc:creator><pubDate>Sat, 12 Jul 2025 23:40:55 GMT</pubDate></item><item><title><![CDATA[(VOXL2 PX4 ROS2) MPA to ROS2 Tag Detection]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/4">@tom</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1356">@Zachary-Lowell-0</a> Looks like I got it to work, I was just running the wrong command. Is there an existing topic called "tag_detections" that should be appearing or is there another repository I need to download in order to obtain that? Thank you.<br />
ca188661-3943-4bac-beb5-16765bb7f96b-image.png<br />
05a2c723-dd2b-4f8d-a243-3f6e61a9c56d-image.png</p>
]]></description><link>https://forum.modalai.com/topic/4360/voxl2-px4-ros2-mpa-to-ros2-tag-detection</link><guid isPermaLink="true">https://forum.modalai.com/topic/4360/voxl2-px4-ros2-mpa-to-ros2-tag-detection</guid><dc:creator><![CDATA[GlennTee]]></dc:creator><pubDate>Fri, 18 Apr 2025 22:08:54 GMT</pubDate></item><item><title><![CDATA[( VOXL2 PX4 ROS2) MPA to ROS2 for Battery Voltage &amp; Problems]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/14">@Eric-Katzfey</a> Sure!</p>
]]></description><link>https://forum.modalai.com/topic/4353/voxl2-px4-ros2-mpa-to-ros2-for-battery-voltage-problems</link><guid isPermaLink="true">https://forum.modalai.com/topic/4353/voxl2-px4-ros2-mpa-to-ros2-for-battery-voltage-problems</guid><dc:creator><![CDATA[GlennTee]]></dc:creator><pubDate>Wed, 16 Apr 2025 01:13:24 GMT</pubDate></item><item><title><![CDATA[voxl-tflite and voxl-mapper]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/2">@modaltb</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/14">@Eric-Katzfey</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/7">@Alex-Kushleyev</a><br />
I am trying to send a trigger message from voxl-tflite server to voxl-mapper server.<br />
Once the object is detected an trigger message will be received and identified by the voxl-mapper and a custom marker will be placed in the position.</p>
<ol>
<li>I would like to know how to send a trigger and how to accept the incoming data in voxl-mapper.</li>
<li>Also where to place the custom marker code, so that it will be mirrored in the 3-D map in the portal.</li>
</ol>
<p dir="auto">thank you</p>
]]></description><link>https://forum.modalai.com/topic/4282/voxl-tflite-and-voxl-mapper</link><guid isPermaLink="true">https://forum.modalai.com/topic/4282/voxl-tflite-and-voxl-mapper</guid><dc:creator><![CDATA[Jetson Nano]]></dc:creator><pubDate>Mon, 24 Mar 2025 12:54:31 GMT</pubDate></item><item><title><![CDATA[QVIO-server issues]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/4">@tom</a>  thank you for reverting , I sorted out the issue, the file name in the voxl-qvio-server was opencv_tracking_front_intrinsics.yml instead of opencv_tracking_intrinsics.yml<br />
and in the voxl-vision-hub the name was tracking_front which i renamed in tracking. After the above mentioned changed the voxl-qvio-server is working fine.<br />
thank you for the support.</p>
]]></description><link>https://forum.modalai.com/topic/4119/qvio-server-issues</link><guid isPermaLink="true">https://forum.modalai.com/topic/4119/qvio-server-issues</guid><dc:creator><![CDATA[Jetson Nano]]></dc:creator><pubDate>Fri, 24 Jan 2025 14:17:06 GMT</pubDate></item><item><title><![CDATA[Custom Server in VOXL MPA]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/7">@Alex-Kushleyev</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/14">@Eric-Katzfey</a> can you check it out and help with the code.</p>
<p dir="auto">I am also interested what kind of signal is send to the neopixel LEDs to turn it ON.<br />
And with addition to that what is the command to turn ON only blue lights.</p>
]]></description><link>https://forum.modalai.com/topic/4049/custom-server-in-voxl-mpa</link><guid isPermaLink="true">https://forum.modalai.com/topic/4049/custom-server-in-voxl-mpa</guid><dc:creator><![CDATA[Jetson Nano]]></dc:creator><pubDate>Sat, 21 Dec 2024 02:26:57 GMT</pubDate></item><item><title><![CDATA[Create a new pipe to publish barometer data for VOXL 2]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/7">@Alex-Kushleyev</a> Got it. Thank you your help and for taking the time to answer my questions!</p>
<p dir="auto">Sashank</p>
]]></description><link>https://forum.modalai.com/topic/3965/create-a-new-pipe-to-publish-barometer-data-for-voxl-2</link><guid isPermaLink="true">https://forum.modalai.com/topic/3965/create-a-new-pipe-to-publish-barometer-data-for-voxl-2</guid><dc:creator><![CDATA[svempati]]></dc:creator><pubDate>Thu, 21 Nov 2024 20:59:57 GMT</pubDate></item><item><title><![CDATA[px4 params flow to autopilot]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1755">@jacob-yaacubov</a> said in <a href="/post/19752">px4 params flow to autopilot</a>:</p>
<blockquote>
<p dir="auto">sometimes at bootup the QGC says all parameters lost</p>
</blockquote>
<p dir="auto">Hi Jacob - Unsure if I am fully following but this is the explanation for how parameters work on the voxl2:</p>
<p dir="auto">Every boot of the voxl2 kick off the px4 instance if you have that service enabled - it will then grab the parameters from /data/px4/param (if a parameter file already exists) - if you save a file from QGC of edit a parameter, from their, it will update in this file as well. As for why the parameters are lost - I am assuming what you mean is the parameter file isnt fully loaded (AKA the green bar at the top of qgc never finishes because of a timeout) - if that is the case I would recommend trying another qgc instance on a different device like a phone or different os (mac vs linux vs windows) - and see if the problem persists.</p>
<p dir="auto">Zach</p>
]]></description><link>https://forum.modalai.com/topic/3949/px4-params-flow-to-autopilot</link><guid isPermaLink="true">https://forum.modalai.com/topic/3949/px4-params-flow-to-autopilot</guid><dc:creator><![CDATA[Zachary Lowell 0]]></dc:creator><pubDate>Sun, 17 Nov 2024 15:36:42 GMT</pubDate></item><item><title><![CDATA[Mavlink server configuration of ports wont work]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1755">@jacob-yaacubov</a> said in <a href="/post/19751">Mavlink server configuration of ports wont work</a>:</p>
<blockquote>
<p dir="auto">branches</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1755">@jacob-yaacubov</a> said in <a href="/post/19751">Mavlink server configuration of ports wont work</a>:</p>
<blockquote>
<p dir="auto">both ros master run on 127.0.01 so its local ros communication looks more like mavlink issue not sure though</p>
<p dir="auto">Reply</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1755">@jacob-yaacubov</a> yes you need to change the mav sys id for both otherwise they will overlap and create the problem you stated before when connecting to qgc and having overlapping px4 instances. As for ROS you need to change the ROS_DOMAIN_ID (an external terminal environment variable) otherwise all the ros topics will also overlap and create multiple publishers and subscribers on the same drone when you have multiple on.</p>
<p dir="auto">Zach</p>
]]></description><link>https://forum.modalai.com/topic/3935/mavlink-server-configuration-of-ports-wont-work</link><guid isPermaLink="true">https://forum.modalai.com/topic/3935/mavlink-server-configuration-of-ports-wont-work</guid><dc:creator><![CDATA[Zachary Lowell 0]]></dc:creator><pubDate>Wed, 13 Nov 2024 10:02:30 GMT</pubDate></item><item><title><![CDATA[CP with custom sensors]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/11">@James-Strawson</a><br />
Thank you for the response.<br />
we want to use an array of 4 vl53l<strong>5</strong>cx sensors to capture data around the drone. I know that there is existing support for vl53l<strong>1</strong>cx  sensors. since it is crucial to know of possible obstacles from multiple angles we need the 4x4 version.<br />
in this case, I have a point cloud of 64 points around the drone.  so should I send those on the pointcloud pipe?</p>
<p dir="auto">for the few services:<br />
this is the service inspect output:</p>
 Service Name             |  Enabled  |   Running   |  CPU Usage
-------------------------------------------------------------------
 docker-autorun           |  Enabled  | Not Running |  
 modallink-relink         | Disabled  | Not Running |  
 voxl-camera-server       |  Enabled  |   Running   |     2.2%
 voxl-cpu-monitor         |  Enabled  |   Running   |     0.6%
 voxl-dfs-server          | Disabled  | Not Running |  
 voxl-feature-tracker     | Disabled  | Not Running |  
 voxl-flow-server         | Disabled  | Not Running |  
 voxl-imu-server          |  Enabled  |   Running   |     0.1%
 voxl-lepton-server       | Disabled  | Not Running |  
 voxl-mavcam-manager      | Disabled  | Not Running |  
 voxl-mavlink-server      |  Enabled  |   Running   |     2.9%
 voxl-modem               | Disabled  | Not Running |  
 voxl-neopixel-manager    | Disabled  | Not Running |  
 voxl-open-vins-server    | Disabled  | Not Running |  
 voxl-portal              |  Enabled  |   Running   |     0.1%
 voxl-px4-imu-server      | Disabled  | Not Running |  
 voxl-px4                 |  Enabled  |   Running   |    30.5%
 voxl-qvio-server         | Disabled  | Not Running |  
 voxl-rangefinder-server  | Disabled  | Not Running |  
 voxl-remote-id           | Disabled  | Not Running |  
 voxl-softap              | Disabled  | Not Running |  
 voxl-static-ip           | Disabled  | Not Running |  
 voxl-streamer            | Disabled  | Not Running |  
 voxl-tag-detector        | Disabled  | Not Running |  
 voxl-tflite-server       | Disabled  | Not Running |  
 voxl-time-sync           | Disabled  | Not Running |  
 voxl-uvc-server          | Disabled  | Not Running |  
 voxl-vision-hub          |  Enabled  |   Running   |     1.7%
 voxl-wait-for-fs         |  Enabled  |  Completed  |  

]]></description><link>https://forum.modalai.com/topic/3853/cp-with-custom-sensors</link><guid isPermaLink="true">https://forum.modalai.com/topic/3853/cp-with-custom-sensors</guid><dc:creator><![CDATA[giladWDS]]></dc:creator><pubDate>Tue, 08 Oct 2024 13:30:57 GMT</pubDate></item><item><title><![CDATA[Accessing the service data inside MAVSDK]]></title><description><![CDATA[<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/14">@Eric-Katzfey</a> , I'll check it out and will get back to you.</p>
]]></description><link>https://forum.modalai.com/topic/3757/accessing-the-service-data-inside-mavsdk</link><guid isPermaLink="true">https://forum.modalai.com/topic/3757/accessing-the-service-data-inside-mavsdk</guid><dc:creator><![CDATA[Jetson Nano]]></dc:creator><pubDate>Sat, 31 Aug 2024 10:54:48 GMT</pubDate></item><item><title><![CDATA[Python MPA image example]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/7">@Alex-Kushleyev</a> Thank you, it works!</p>
]]></description><link>https://forum.modalai.com/topic/3631/python-mpa-image-example</link><guid isPermaLink="true">https://forum.modalai.com/topic/3631/python-mpa-image-example</guid><dc:creator><![CDATA[Meytal Lempel]]></dc:creator><pubDate>Thu, 11 Jul 2024 13:43:00 GMT</pubDate></item><item><title><![CDATA[Send ESDF&#x2F;TSDF information from voxl-mapper to ROS2]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1972">@Jeffrey-Mao</a> Hello Jeffery, We are currently working on implementing SLAM for the Starling 2 platform. Our initial approach involved using the available ROS 2 topics provided by voxl_mpa_to_ros2, installing standard SLAM packages, and using RViz for visualization. However, we've encountered a major issue: most of the topics do not have a frame_id defined, and there is no existing transform (TF) tree that can be used with RViz.</p>
<p dir="auto">So far, we've only been able to visualize the tof_pc (Time-of-Flight point cloud) data. To do this, we had to manually publish a static transform between the TOF frame (which is named world) and map. However, in this setup, the drone's location does not update dynamically. To address this, we're considering writing a transformation node to define the relationships between coordinate frames (e.g., map, odom, base_link, tof, etc.). However, developing this from scratch is proving to be time-consuming and error-prone.</p>
<p dir="auto">I also noticed that you were able to generate a map using voxl-mapper and et the map in ROS2 with the mpa_ros2 interface. This could be a much more efficient path for us to pursue. Could you please explain in detail:</p>
<p dir="auto">What exact steps you followed to export the map using voxl-mapper?</p>
<p dir="auto">Is it possible to regenerate or update the map in real-time in RViz, or export it to another visualization tool?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.modalai.com/topic/3456/send-esdf-tsdf-information-from-voxl-mapper-to-ros2</link><guid isPermaLink="true">https://forum.modalai.com/topic/3456/send-esdf-tsdf-information-from-voxl-mapper-to-ros2</guid><dc:creator><![CDATA[Roya Salehzadeh]]></dc:creator><pubDate>Mon, 20 May 2024 18:05:48 GMT</pubDate></item><item><title><![CDATA[Pipe Overflow Error]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1972">@Jeffrey-Mao</a> , no worries, thanks for the update!</p>
]]></description><link>https://forum.modalai.com/topic/3435/pipe-overflow-error</link><guid isPermaLink="true">https://forum.modalai.com/topic/3435/pipe-overflow-error</guid><dc:creator><![CDATA[Alex Kushleyev]]></dc:creator><pubDate>Tue, 14 May 2024 20:13:14 GMT</pubDate></item><item><title><![CDATA[Voxl2 Stereo Camera Depth to PC transfromation]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/7">@Alex-Kushleyev</a></p>
<p dir="auto">Thanks for the information. I think I understand what is going on my end then.</p>
]]></description><link>https://forum.modalai.com/topic/3432/voxl2-stereo-camera-depth-to-pc-transfromation</link><guid isPermaLink="true">https://forum.modalai.com/topic/3432/voxl2-stereo-camera-depth-to-pc-transfromation</guid><dc:creator><![CDATA[Jeffrey Mao]]></dc:creator><pubDate>Tue, 14 May 2024 15:28:23 GMT</pubDate></item><item><title><![CDATA[Hires_snapshot snapshot-no-save is saving ?]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/206">@Moderator</a> said in <a href="/post/13151">Hires_snapshot snapshot-no-save is saving ?</a>:</p>
<blockquote>
<p dir="auto">voxl-camera-server</p>
</blockquote>
<p dir="auto">What is the easiest way to update it ? I looks like apt update is not doing the job right.</p>
]]></description><link>https://forum.modalai.com/topic/2848/hires_snapshot-snapshot-no-save-is-saving</link><guid isPermaLink="true">https://forum.modalai.com/topic/2848/hires_snapshot-snapshot-no-save-is-saving</guid><dc:creator><![CDATA[Caio Licínio Vasconcelos Pantarotto]]></dc:creator><pubDate>Fri, 10 Nov 2023 13:11:45 GMT</pubDate></item><item><title><![CDATA[A question about VIO reference system.]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1852">@Caio-Licínio-Vasconcelos-Pantarotto</a> the VIO algorithm takes the starting extrinsics and refines based on movement of the system. So, it's normal to see small updates to the value</p>
]]></description><link>https://forum.modalai.com/topic/2745/a-question-about-vio-reference-system</link><guid isPermaLink="true">https://forum.modalai.com/topic/2745/a-question-about-vio-reference-system</guid><dc:creator><![CDATA[Moderator]]></dc:creator><pubDate>Thu, 12 Oct 2023 09:06:39 GMT</pubDate></item><item><title><![CDATA[TOF_IR]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1852">@Caio-Licínio-Vasconcelos-Pantarotto</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/206"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/206">@Moderator</a></a> I had a similar question, I calibrated the TOF camera using ros cv calibration available online. I wanted to know is there a way possible to generate a aligned depth image, since the TOF and RGB sensors have different resolutions.</p>
<p dir="auto">Here are the two questions which I asked about the same issue:</p>
<p dir="auto"><a href="https://forum.modalai.com/post/12529">https://forum.modalai.com/post/12529</a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1516">@Darshit-Desai</a> said in <a href="/post/12529">VOXL MPA_to_ROS rostopics not subscribing to anything</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1516">@Darshit-Desai</a> said in <a href="/post/12527">VOXL MPA_to_ROS rostopics not subscribing to anything</a>:</p>
<blockquote>
<p dir="auto">Is there a way to get camera intrinsic Matrix of the ToF camera. Also, if I want to align the depth image with the RGB image how do I do that?</p>
</blockquote>
<p dir="auto">Hi sorry, I wanted to ask about the intrinsics that was highlighted by mistake. <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1446">@ben-grocholsky</a></p>
</blockquote>
<p dir="auto"><a href="https://forum.modalai.com/post/12472">https://forum.modalai.com/post/12472</a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1516">@Darshit-Desai</a> said in <a href="/post/12472">Voxl2 Camera calibration fails for hires camera</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/206"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/206">@Moderator</a></a> Ok I will try calibrating with the ros method of calibration. I was asking this because I want to make an aligned depth image by combining hires and tof camera like the realsense cameras have. If you could also reply on the following. I am not really sure if Tofs can be calibrated</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1516">@Darshit-Desai</a> said in <a href="/post/12439">Voxl2 Camera calibration fails for hires camera</a>:</p>
<blockquote>
<p dir="auto">Another Requests: How to do calibration of Time of flight camera or is there a intrinsic matrix?</p>
</blockquote>
</blockquote>
]]></description><link>https://forum.modalai.com/topic/2739/tof_ir</link><guid isPermaLink="true">https://forum.modalai.com/topic/2739/tof_ir</guid><dc:creator><![CDATA[Darshit Desai]]></dc:creator><pubDate>Tue, 10 Oct 2023 12:00:14 GMT</pubDate></item><item><title><![CDATA[Vision-hub and VOA]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/2016">@Jetson-Nano</a> Please do not attempt to update the firmware with STLink. We will send you new boards properly programmed.</p>
]]></description><link>https://forum.modalai.com/topic/2734/vision-hub-and-voa</link><guid isPermaLink="true">https://forum.modalai.com/topic/2734/vision-hub-and-voa</guid><dc:creator><![CDATA[Eric Katzfey]]></dc:creator><pubDate>Mon, 09 Oct 2023 12:10:09 GMT</pubDate></item><item><title><![CDATA[Remote buttons on Vision-hub or MAVlink-server]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/14">@Eric-Katzfey</a> Thank You! it worked great.</p>
]]></description><link>https://forum.modalai.com/topic/2717/remote-buttons-on-vision-hub-or-mavlink-server</link><guid isPermaLink="true">https://forum.modalai.com/topic/2717/remote-buttons-on-vision-hub-or-mavlink-server</guid><dc:creator><![CDATA[Caio Licínio Vasconcelos Pantarotto]]></dc:creator><pubDate>Wed, 04 Oct 2023 11:10:05 GMT</pubDate></item><item><title><![CDATA[Increased UVC camera resolution]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/1121">@Jskim</a> Can you please open these new questions as new topics? That way the appropriate staff member can address them. Thanks!</p>
]]></description><link>https://forum.modalai.com/topic/2690/increased-uvc-camera-resolution</link><guid isPermaLink="true">https://forum.modalai.com/topic/2690/increased-uvc-camera-resolution</guid><dc:creator><![CDATA[Eric Katzfey]]></dc:creator><pubDate>Tue, 26 Sep 2023 04:43:26 GMT</pubDate></item></channel></rss>