• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login

    Rotating the tracking camera

    Ask your questions right here!
    2
    2
    149
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Ador
      last edited by Ador 23 Sept 2021, 13:55 23 Sept 2021, 13:55

      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?

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User
        last edited by 23 Sept 2021, 15:56

        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.

        1 Reply Last reply Reply Quote 0
        1 out of 2
        • First post
          1/2
          Last post
        Powered by NodeBB | Contributors