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

    voxl-docker-mavsdk-python build issues

    VOXL
    6
    48
    5.3k
    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 @Alexander Saunders
      last edited by 22 May 2024, 22:13

      @Alexander-Saunders Yes

      A 1 Reply Last reply 23 May 2024, 13:24 Reply Quote 0
      • A
        Alexander Saunders @Eric Katzfey
        last edited by 23 May 2024, 13:24

        @Eric-Katzfey Good morning Eric,

        So I tried building the image for both voxl-docker-mavsdk & voxl-docker-mavsdk-python. I run into the same issue with both, adb: command not found. Additionally, with voxl-docker-mavsdk-python the common file is not found.

        the ./build-image.sh was run on both directories in both SSH and ADB shell.

        I am at a standstill with testing until I can get the docker image built. Any additional documentation is greatly appreciated!

        Respectfully,
        Alexander

        Screenshot 2024-05-23 at 9.20.56 AM.png Screenshot 2024-05-23 at 9.05.11 AM.png Screenshot 2024-05-23 at 9.14.44 AM.png

        E 1 Reply Last reply 23 May 2024, 15:43 Reply Quote 0
        • E
          Eric Katzfey ModalAI Team @Alexander Saunders
          last edited by 23 May 2024, 15:43

          @Alexander-Saunders You run build-image.sh on your host computer, not on the voxl

          A 2 Replies Last reply 23 May 2024, 17:10 Reply Quote 0
          • A
            Alexander Saunders @Eric Katzfey
            last edited by 23 May 2024, 17:10

            @Eric-Katzfey Hey Eric, I'm running the ./build-image.sh on a laptop and am running into this error. Screenshot from 2024-05-23 13-02-42.png

            E 1 Reply Last reply 24 May 2024, 15:33 Reply Quote 0
            • A
              Alexander Saunders @Eric Katzfey
              last edited by 23 May 2024, 17:15

              @Eric-Katzfey image.png

              1 Reply Last reply Reply Quote 0
              • E
                Eric Katzfey ModalAI Team @Alexander Saunders
                last edited by 24 May 2024, 15:33

                @Alexander-Saunders Oh, the repo probably has the name master changed to main. Can you change the Dockerfile to try to use main instead of master and see if that works?

                A 1 Reply Last reply 24 May 2024, 16:39 Reply Quote 0
                • A
                  Alexander Saunders @Eric Katzfey
                  last edited by 24 May 2024, 16:39

                  @Eric-Katzfey No luck with that. Also the branch is a master. image (1).png

                  E 4 Replies Last reply 24 May 2024, 17:10 Reply Quote 0
                  • E
                    Eric Katzfey ModalAI Team @Alexander Saunders
                    last edited by 24 May 2024, 17:10

                    @Alexander-Saunders But that's a different problem. Before it was the checkout of master. This is something else.

                    A 1 Reply Last reply 24 May 2024, 17:29 Reply Quote 0
                    • E
                      Eric Katzfey ModalAI Team @Alexander Saunders
                      last edited by 24 May 2024, 17:11

                      @Alexander-Saunders I'll try it and see what happens.

                      1 Reply Last reply Reply Quote 0
                      • E
                        Eric Katzfey ModalAI Team @Alexander Saunders
                        last edited by 24 May 2024, 17:18

                        @Alexander-Saunders Okay, yes, I see the same error. Sorry about that. Let me see if I can figure out what is going wrong.

                        1 Reply Last reply Reply Quote 0
                        • E
                          Eric Katzfey ModalAI Team @Alexander Saunders
                          last edited by 24 May 2024, 17:20

                          @Alexander-Saunders Can you try with the origin/ascend/docker branch of voxl-docker-mavsdk-python instead? Seems like that's where the latest updates have happened and haven't been merged back into master yet.

                          A 1 Reply Last reply 24 May 2024, 17:40 Reply Quote 0
                          • A
                            Alexander Saunders @Eric Katzfey
                            last edited by Alexander Saunders 24 May 2024, 17:34 24 May 2024, 17:29

                            @Eric-Katzfey I went ahead and tried the voxl-docker-mavsdk repo also and get the same issue. I tried docker pull docker.io/arm64v8/ubuntu:bionic and giving the user permissions for the file/folder.

                            What is stumping me is the registry-1.docker.io. I can ping it and do a DNS lookup just fine. Also pinging google is fine. But the error is persisting in relation to it.

                            I will try the other branches for voxl-docker-mavsdk andvoxl-docker-mavsdk-python. Will that require changing main to the branch name for the DockerFile?

                            1 Reply Last reply Reply Quote 0
                            • A
                              Alexander Saunders @Eric Katzfey
                              last edited by Alexander Saunders 24 May 2024, 17:47 24 May 2024, 17:40

                              @Eric-Katzfey image (2).png This is from the ascend branch

                              E 1 Reply Last reply 26 May 2024, 17:03 Reply Quote 0
                              • E
                                Eric Katzfey ModalAI Team @Alexander Saunders
                                last edited by 26 May 2024, 17:03

                                @Alexander-Saunders Not sure why that is happening. That does not happen when I try it. I'm guessing that you have a networking issue of some sort or perhaps all this messing with Docker on the target has somehow corrupted it and it needs to be reinstalled.

                                A 2 Replies Last reply 28 May 2024, 14:18 Reply Quote 0
                                • A
                                  Alexander Saunders @Eric Katzfey
                                  last edited by 28 May 2024, 14:18

                                  @Eric-Katzfey So I deleted and re cloned voxl-docker-mavsdk-python branch ascend/docker. The build image failed halfway in. Is there any work that needs to be done on the VOXL2 or host computer that I am not aware of? Screenshot from 2024-05-28 10-15-10.png Screenshot from 2024-05-28 10-14-45.png

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    Alexander Saunders @Eric Katzfey
                                    last edited by 28 May 2024, 15:47

                                    @Eric-Katzfey Also in the environment, the SDK is 1.2, python 3.10.12, Ubuntu 22.04.4 LTS

                                    E 1 Reply Last reply 28 May 2024, 16:41 Reply Quote 0
                                    • E
                                      Eric Katzfey ModalAI Team @Alexander Saunders
                                      last edited by 28 May 2024, 16:41

                                      @Alexander-Saunders Okay, we're looking into it, thanks!

                                      A 1 Reply Last reply 28 May 2024, 19:14 Reply Quote 0
                                      • A
                                        Alexander Saunders @Eric Katzfey
                                        last edited by 28 May 2024, 19:14

                                        @Eric-Katzfey Thank you! What kind of timeline should I expect to hear back from you?

                                        B 2 Replies Last reply 28 May 2024, 19:27 Reply Quote 0
                                        • B
                                          brahim @Alexander Saunders
                                          last edited by 28 May 2024, 19:27

                                          @Alexander-Saunders I am testing a fix for this issue as we speak. I've sourced the problem to a Mavsdk dependency that had a recent upstream change which is causing issues on the voxl2 build image script.

                                          1 Reply Last reply Reply Quote 0
                                          • B
                                            brahim @Alexander Saunders
                                            last edited by 28 May 2024, 21:31

                                            @Alexander-Saunders can you try the following patch to the Dockerfile?

                                            I noticed that the mavsdk 3rd party package updated their header files to include a filesystem header that is incompatible with standard cpp libraries on ubuntu 18.04, hence switching the dockerfile to focal instead of bionic. You can save the text in a *.patch file (e.g. "filesystem.patch") and then run

                                            git apply filesystem.patch
                                            

                                            Alternatively just switch the docker base image from "bionic" to "focal"

                                            diff --git a/Dockerfile b/Dockerfile
                                            index c38a5c7..08e668b 100644
                                            --- a/Dockerfile
                                            +++ b/Dockerfile
                                            @@ -1,4 +1,4 @@
                                            -FROM arm64v8/ubuntu:bionic
                                            +FROM arm64v8/ubuntu:focal
                                             
                                             WORKDIR /home
                                             
                                            @@ -8,7 +8,7 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul
                                             RUN apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
                                             RUN apt-get update
                                             RUN apt-get install -y cmake build-essential colordiff git doxygen -y
                                            -RUN apt-get install -y python3 python3-pip -y 
                                            +RUN apt-get install -y python3 python3-pip -y
                                             RUN apt-get install -y git libxml2-dev libxslt-dev curl
                                             
                                             RUN git clone https://github.com/mavlink/MAVSDK.git
                                            
                                            
                                            A 2 Replies Last reply 28 May 2024, 21:58 Reply Quote 0
                                            8 out of 48
                                            • First post
                                              8/48
                                              Last post
                                            Powered by NodeBB | Contributors