Rotating the tracking camera
-
Can I rotate the tracking camera to face downward (i mean 90 degrees kind of downward)?
i understand that I have to edit the extrinsic config, so I would change only this part:{ "parent": "imu1", "child": "tracking", "T_child_wrt_parent": [0.017, 0.015, 0.013], "RPY_parent_to_child": [0, 45, 90] }specifically this part:
"RPY_parent_to_child": [0, 45, 90]to:
"RPY_parent_to_child": [0, 90, 90]would this affect the VIO? or affect anything at all?
-
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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login