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

    Topics created by rapit

    • R

      timestamps for ros messages in voxl_mpa_to_ros_node

      Ask your questions right here!
      • time ros voxl-mpa-tools • • rapit
      3
      0
      Votes
      3
      Posts
      343
      Views

      R

      Thanks for the answer, yes I already looked into the code. I was just wondering why the servers timestamp differs from the system timestamp. But then I will change the node accordingly.

    • R

      Position Mode Rejected

      Ask your questions right here!
      • position-mode uart px4 ekf2 • • rapit
      2
      0
      Votes
      2
      Posts
      352
      Views

      James StrawsonJ

      Which version of PX4 are you running on the Pixhawk and do you have a magnetometer connected? EKF2 is generally unhappy about about starting without a magnetometer in PX4 1.11 so we patched the PX4 firmware for Flight Core to get around this. In PX4 1.12 and newer the following PX4 parameter can be set to allow EKF2 to allow position mode without a GPS/Mag

      ## disable mag SYS_HAS_MAG 0 EKF2_MAG_TYPE 5
    • R

      stereo and tracking camera voxl_cam_ros

      Software Development
      • • • rapit
      4
      0
      Votes
      4
      Posts
      355
      Views

      ?

      Glad to hear it's working!

      Yes, We're days away from finishing a rework of our docs that includes all the information about the new architecture, should be seeing it real soon.

    • R

      USB 3.0 Camera

      VOXL
      • • • rapit
      11
      0
      Votes
      11
      Posts
      867
      Views

      Darshit DesaiD

      Hi @rapit were you able to connect with the docker container at the end?

    • R

      mavros node on base station fcu_url

      Ask your questions right here!
      • • • rapit
      5
      0
      Votes
      5
      Posts
      603
      Views

      R

      Thank you, it works now. I did not think about using my local mavros as connection link between voxl and QGroundControl.

      I changed the port. The original issue was a binary installed mavros which crashed when using a gcs_url. So I thought it was a configuration problem but building mavros from source and running with your proposed configuration worked. Thank you again!

      Raphael

    • R

      Send Position to px4

      VOXL
      • voxl-vision-px4 px4 • • rapit
      2
      0
      Votes
      2
      Posts
      318
      Views

      R

      Nevermind, apparently I looked in the wrong places:

      https://dev.px4.io/master/en/ros/external_position_estimation.html has the answer: EKF2_HGT_MODE must be set to vision to use the voxl odometry instead of the barometer. Closing this.

    • R

      AprilTags do not work in voxl-vision-px4

      Software Development
      • • • rapit
      5
      0
      Votes
      5
      Posts
      511
      Views

      James StrawsonJ

      Glad you got it working, let me know if you have any more questions. Apriltag relocalization is still a fairly new feature with only me and a few other customers really using it extensively so any feedback is appreciated. Thank you!

    • R

      voxl-cam-ros stereo to PCL or depth image

      Software Development
      • • • rapit
      3
      0
      Votes
      3
      Posts
      358
      Views

      R

      That node works like a charm, thank you so much!