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

    Topics created by restore

    • R

      Logging altitude and/or barometer

      VOXL 2
      • • • restore
      2
      0
      Votes
      2
      Posts
      67
      Views

      ModeratorM

      @restore you'll need to use PX4 logs for that

    • R

      VOXL2 detected landing at ~27m altitude and cut motors

      Ask your questions right here!
      • • • restore
      7
      0
      Votes
      7
      Posts
      413
      Views

      R

      @Alex-Kushleyev yes you can reference the log

    • R

      IO board for PWM output using the 4in1 ESC M0138-1

      VOXL 2 IO
      • • • restore
      13
      0
      Votes
      13
      Posts
      794
      Views

      Alex KushleyevA

      @restore , i don't think this module will work with VOXL2_IO because it seems the Seagull MAP2 interface expects direct connection to the I/O pins, which is not the case when using VOXL2_IO module.

      Alex

    • R

      PX4 params missing

      VOXL 2
      • • • restore
      8
      0
      Votes
      8
      Posts
      392
      Views

      R

      @riteshsharma do the SDK installation with ./install.sh -w option. This will wipe the entire file system including the /data partition which is usually untouched.

    • R

      VOXL portal not working

      VOXL 2
      • • • restore
      13
      0
      Votes
      13
      Posts
      521
      Views

      R

      @tom the full wipe SDK install sorted it out. Thanks

    • R

      Getting compass to work from the Here 2 GPS

      VOXL 2
      • • • restore
      2
      0
      Votes
      2
      Posts
      145
      Views

      Alex KushleyevA

      @restore, it looks like PX4 does have a driver for this imu/compass.

      https://github.com/modalai/px4-firmware/blob/voxl-dev/src/drivers/imu/invensense/icm20948/ICM20948.cpp

      However, it is not clear whether you can read just compass data. Please take a look at this driver.

      If you want to use it, you will need to enable building of the driver in the voxl2 board config: https://github.com/modalai/px4-firmware/blob/voxl-dev/boards/modalai/voxl2-slpi/default.px4board : enable DRIVERS_IMU_INVENSENSE_ICM20948=y .

      Then, modify /usr/bin/voxl-px4-start to include:

      qshell icm20948 start

      We have not tested this driver, so we cannot really provide any guidance on using it for your application. However, with the above instructions, you should be able to compile it and run it.

      Please make sure that the IMU data from this module does not conflict with the main flight IMU.

      Alex

    • R

      Does VOXL2 come with gphoto2 installed?

      VOXL 2
      • • • restore
      4
      0
      Votes
      4
      Posts
      206
      Views

      tomT

      @restore I would recommend taking a look at the source here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-gphoto2-server

      It is built using the headers from voxl-libgphoto2: https://gitlab.com/voxl-public/voxl-sdk/third-party/voxl-libgphoto2

    • R

      Drone flipped upside down when switched to manual mode

      VOXL 2
      • • • restore
      6
      0
      Votes
      6
      Posts
      457
      Views

      Alex KushleyevA

      @restore , thanks.

      One more thing, when you entrer the pwm_vs_rpm_curve_a1 and a2 params, you currently have only one significant digit, which may explain why your rpm response was not working well. You should enter at least 3-4 significant digits, so instead of a2=0.003, you should put 0.003xyz where xyz are the additional digits from the original calibration results.

    • R

      Configuring battery monitor with FPV ESC

      Ask your questions right here!
      • • • restore
      21
      0
      Votes
      21
      Posts
      1185
      Views

      R

      @Alex-Kushleyev
      Thanks for the help, as I was calibrating the ESCs I did notice those messages, which confused me as to why we weren't able to get that information in PX4. On Monday it suddenly just started working despite my changing nothing. Gotta love when things fix themselves

    • R

      VOXL2 with IO board, Graupner RC, F9 uBlox GPS, and the FPV ESC 4-in-1

      VOXL 2
      • • • restore
      9
      0
      Votes
      9
      Posts
      482
      Views

      R

      @restore After reading older posts, changing the Voxl start script to add the ist8308 magnetometer to the build instead of the ist8310 solved the issue. I can now see the compass through PX4-listener

    • R

      Record video with from two OV9782 cameras in stereo

      VOXL SDK
      • • • restore
      7
      0
      Votes
      7
      Posts
      582
      Views

      R

      Thank you - I was able to make it work for one camera with the following changes.

      etc/modalai/voxl-camera-server.conf

      changed "camera_id_second": to -1 to get just one camera, changed "en_preview": to false, Added:"en_small_video": true, "small_video_width": 1280, "small_video_height": 800, restart voxl-camera-server service

      etc/modalai/voxl-streamer.conf

      "input-pipe": "stereo_small_encoded"

      etc/modalai/voxl-mavcam-manager.conf

      "video_record_pipe_name": "stereo_small_encoded",
    • R

      ESC FPV 4-in-1 (MDK-M0138) connection to VOXL2

      ESCs
      • • • restore
      9
      0
      Votes
      9
      Posts
      455
      Views

      Dan JenningsD

      @Alex-Kushleyev Yes thank you, we will be going through all of the calibrations as our application is completely custom.