<?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[Rotating the tracking camera]]></title><description><![CDATA[<p dir="auto">Can I rotate the tracking camera to face downward (i mean 90 degrees kind of downward)?<br />
i understand that I have to edit the extrinsic config, so I would change only this part:</p>
<pre><code>{
  "parent": "imu1",
  "child":  "tracking",
  "T_child_wrt_parent": [0.017, 0.015, 0.013],
  "RPY_parent_to_child":  [0, 45, 90]
}
</code></pre>
<p dir="auto">specifically this part:</p>
<pre><code>"RPY_parent_to_child":  [0, 45, 90]
</code></pre>
<p dir="auto">to:</p>
<pre><code>"RPY_parent_to_child":  [0, 90, 90]
</code></pre>
<p dir="auto">would this affect the VIO?  or affect anything at all?</p>
]]></description><link>https://forum.modalai.com/topic/459/rotating-the-tracking-camera</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 15:05:48 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/459.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Sep 2021 13:55:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Rotating the tracking camera on Thu, 23 Sep 2021 15:56:35 GMT]]></title><description><![CDATA[<p dir="auto">That should work fine, keep in mind that you should change the extrinsic with relation to imu0 as well, and that you may need to change the translation if you're not able to rotate it perfectly in place. VIO will converge internally to the actual rotation/translation values as long as they're close enough, but it can lead to errors if they're not.</p>
]]></description><link>https://forum.modalai.com/post/2211</link><guid isPermaLink="true">https://forum.modalai.com/post/2211</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 23 Sep 2021 15:56:35 GMT</pubDate></item></channel></rss>