ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Ador
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Ador

    @Ador

    0
    Reputation
    8
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Ador Unfollow Follow

    Latest posts made by Ador

    • RE: VOXL on Intel-Galileo & Pixhawk Cube

      @modaltb I was trying to bake yocto for galileo or raspberry pi and run the voxl project inside it, it'll act like VOXL, then connect pixhawk 2.1 to the board via telem2, in combined will be like VOXL Flight, this seemed like a doable idea, right?

      posted in Ask your questions right here!
      A
      Ador
    • 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?

      posted in Ask your questions right here!
      A
      Ador
    • VOXL on Intel-Galileo & Pixhawk Cube

      Can I -in a way- replicate the whole voxl-project to run on Yocto built for Galileo and connect a pixhawk cube running PX4 to it?
      I've Ordered a Flight Deck, and I really like the idea of embedded linux (yocto) I want to build it until I get my Flight Deck .

      posted in Ask your questions right here!
      A
      Ador