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

    Topics created by Syed Omair

    • S

      help with pip installing opencv

      Ask your questions right here!
      • • 3 Jun 2024, 16:53 • Syed Omair 4 Jun 2024, 02:37
      2
      0
      Votes
      2
      Posts
      437
      Views

      A 4 Jun 2024, 02:37

      @Syed-Omair , I suggest that you try building opencv from source - the way we do it is shown here : https://gitlab.com/voxl-public/voxl-sdk/third-party/voxl-opencv/-/tree/add-python3-bindings/ -- this is a specific branch that enables python3 bindings.

      I actually have pre-build deb for this here. This was built and tested for VOXL2, but it should work on VOXL1 in a 64-bit ubuntu docker image. Just before installing the deb, please create the following directory:

      mkdir -p /usr/lib/python3.6/dist-packages/

      this is the place where cv2.so will be copied for python to use. I fixed this on the branch but the deb was built some time ago and does not have this fix, so it will fail during install unless you create this folder.

      You should remove (or just don't install) other opencv packages before you install this one.

      Please try it out and let me know if it works for you. Also, if you want to build it yourself, you can see build.sh for build flags, etc. This is a somewhat stripped down version opencv. Building all of the components would indeed take hours on voxl.

      EDIT: the deb i provided may or may not work on VOXL1. The way it was built was actually on an ARM-based Mac inside a ubuntu arm docker, using native compiler flags. So i am not sure if it is compatible with armv8 or needs newer arch. However, you should give it a try. if the deb does not work for you, you can just try building this right on your VOXL1 inside docker using build.sh native option.

      Alex

    • S

      how can i have a more recent version of ubuntu using docker

      Ask your questions right here!
      • • 31 May 2024, 20:19 • Syed Omair 31 May 2024, 23:05
      2
      0
      Votes
      2
      Posts
      158
      Views

      M 31 May 2024, 23:05

      @Syed-Omair you can find the Dockerfiles in this repo https://gitlab.com/voxl-public/voxl-docker-images/roskinetic-docker from there you could try to modify the base file to see if you can get it to work. VOXL 1 runs an old Linux kernel, so there are likely going to be some limitations

    • S

      having a more recent version of ubuntu using docker

      FAQs
      • • 30 May 2024, 18:55 • Syed Omair 30 May 2024, 18:55
      1
      0
      Votes
      1
      Posts
      206
      Views

      No one has replied

    • S

      m500: export sensor data as a json file

      Ask your questions right here!
      • • 3 Apr 2024, 16:03 • Syed Omair 3 Apr 2024, 17:11
      2
      0
      Votes
      2
      Posts
      160
      Views

      T 3 Apr 2024, 17:11

      @Syed-Omair You might want to look into voxl-logger: https://docs.modalai.com/voxl-logger/

      which is the tools we use to log data coming out of MPA pipes

    • S

      m500 camera stream

      Ask your questions right here!
      • • 17 Mar 2024, 20:56 • Syed Omair 25 Mar 2024, 21:40
      5
      0
      Votes
      5
      Posts
      346
      Views

      A 25 Mar 2024, 21:40

      you can see how the point cloud data is received in our voxl-mpa-tools :

      https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/master/tools/voxl-inspect-points.c . This is a very simple example, but you can use it to make your own application.

      this example shows how you can inspect 6DOF pose : https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/master/tools/voxl-inspect-pose.c (i believe you need voxl vision hub running for that)

    • S

      px4 disconnected from uart

      Ask your questions right here!
      • • 6 Sept 2023, 23:06 • Syed Omair 6 Oct 2023, 15:46
      13
      0
      Votes
      13
      Posts
      735
      Views

      S 6 Oct 2023, 15:46

      @Dobry-Kolacz thanksss!!!

    • S

      can't connect m500 drone to qgroundcontrol

      Ask your questions right here!
      • • 18 Jul 2023, 05:39 • Syed Omair 18 Jul 2023, 16:12
      3
      0
      Votes
      3
      Posts
      265
      Views

      S 18 Jul 2023, 16:12

      for anyone who has the voxl-qvio issue where it says state FAIL, just try centering (using your fingers and wiggling) the voxl board and it will work. I think it just needs to be centered.

    • S

      m500 drone unable to find it on the wifi network

      Ask your questions right here!
      • • 8 Jun 2023, 17:09 • Syed Omair 9 Jun 2023, 17:01
      4
      0
      Votes
      4
      Posts
      265
      Views

      T 9 Jun 2023, 17:01

      @Syed-Omair This image here: https://docs.modalai.com/images/m500/vehicle-overview-right-144-1024.jpg

      shows where to look for the connector on m500, labeled "USB for VOXL (Under)"

    Powered by NodeBB | Contributors