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

    Changing VOXL2 DSP PX4 Orientation

    VOXL 2
    3
    11
    655
    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.
    • E
      Eric Katzfey ModalAI Team @msberk
      last edited by 6 Mar 2023, 21:21

      @msberk Yes, when mounting the board in a different orientation the IMU driver needs to know the rotation. So, for example, we have one model of drone that has the board rotated by 180 degrees. So the start line for the imu driver adds -R 4 to specify that (qshell icm42688p start -s -R 4). The number 4 comes from the file src/lib/conversion/rotation.h and corresponds to ROTATION_YAW_180. For your case I think you would want to specify -R 8 for ROTATION_ROLL_180.

      A 1 Reply Last reply 13 Jun 2023, 10:47 Reply Quote 0
      • M
        msberk
        last edited by 7 Mar 2023, 20:43

        @Eric-Katzfey
        Ok, that worked. Thanks!

        How would you advise setting it up to run at boot? I found the target script here but it's set up differently than a typical Pixhawk board target.

        E 1 Reply Last reply 7 Mar 2023, 20:56 Reply Quote 0
        • E
          Eric Katzfey ModalAI Team @msberk
          last edited by 7 Mar 2023, 20:56

          @msberk There are different ways to go about starting px4. What we do is use the voxl-px4 script to launch everything (In that same target directory). That can be be used in a systemd service file to launch px4 at board startup. That script has command line options that control certain features. Ultimately px4 is passed that voxl-px4.config script using the -s option. Both voxl-px4 and voxl-px4.config are bash scripts which makes them quite flexible. For a different perspective you can look at our voxl-px4 gitlab project which acts as a wrapper for px4 and creates a debian package that can be installed on target. The package will place all needed files in the correct places during installation and has a voxl-px4.service file example for systemd startup. (https://gitlab.com/voxl-public/voxl-sdk/services/voxl-px4/-/tree/dev)

          1 Reply Last reply Reply Quote 0
          • A
            Abdullah01 @Eric Katzfey
            last edited by 13 Jun 2023, 10:47

            @Eric-Katzfey

            from where can add this command?

            it is not clear. If you can clarify more about the process

            thank you

            E 1 Reply Last reply 13 Jun 2023, 16:00 Reply Quote 0
            • E
              Eric Katzfey ModalAI Team @Abdullah01
              last edited by 13 Jun 2023, 16:00

              @Abdullah01 In voxl-px4 1.12.31 you can find all of the PX4 startup commands in /etc/modalai/voxl-px4.config.

              A 1 Reply Last reply 14 Jun 2023, 05:42 Reply Quote 0
              • A
                Abdullah01 @Eric Katzfey
                last edited by 14 Jun 2023, 05:42

                @Eric-Katzfey

                Great thank you.

                I checked the file and the imu is already rotated as you can see in the picture

                Screenshot 2023-06-14 053818.png

                But when I start the calibration process and face the drone's nose upward. it shows that it faces downward

                should I make the changes on the config file and on QGC? or just on the file?

                thank you

                A 1 Reply Last reply 14 Jun 2023, 07:04 Reply Quote 0
                • A
                  Abdullah01 @Abdullah01
                  last edited by 14 Jun 2023, 07:04

                  @Abdullah01

                  Now It works with the correct orientation.

                  But there are two issues,

                  1- Once I complete the compass calibration process, and restart the voxl/drone. it shows me that the calibration process has not been done and I need to re-calibrate again.

                  2- the accelerometer calibration process keeps crashing and it shows this message

                  AAAAA.png

                  E 1 Reply Last reply 14 Jun 2023, 16:55 Reply Quote 0
                  • E
                    Eric Katzfey ModalAI Team @Abdullah01
                    last edited by 14 Jun 2023, 16:55

                    @Abdullah01 It still seems like your rotation is not setup correctly. Have you set SENS_BOARD_ROT to anything? Did you change the imu start line to have a rotation of 8 instead of 4?

                    A 1 Reply Last reply 18 Jun 2023, 07:54 Reply Quote 0
                    • A
                      Abdullah01 @Eric Katzfey
                      last edited by Abdullah01 18 Jun 2023, 08:14 18 Jun 2023, 07:54

                      @Eric-Katzfey

                      I just tried to change it from 4 to 8 but nothing changed.

                      Yes, I changed the SENS_BOARD_ROT to Yaw 180 degrees

                      Screenshot 2023-06-18 111320.png

                      E 1 Reply Last reply 19 Jun 2023, 17:19 Reply Quote 0
                      • E
                        Eric Katzfey ModalAI Team @Abdullah01
                        last edited by 19 Jun 2023, 17:19

                        @Abdullah01 Leave SENS_BOARD_ROT as the default value. You are specifying the rotation of the board by giving the IMU driver the -R 4 option.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Powered by NodeBB | Contributors