ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Aaky
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 28
    • Posts 209
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by Aaky

    • A

      Need some ML expert advise

      VOXL 2
      • • • Aaky
      2
      0
      Votes
      2
      Posts
      74
      Views

      ModeratorM

      @Aaky voxl-tflite-server is a wrapper for TensorFlow Lite. So, anything you can get to work in standard TensorFlow Lite you should be able to get working in voxl-tflite-server

      https://ai.google.dev/edge/litert

    • A

      VOXL2 boot problem

      VOXL 2
      • • • Aaky
      9
      0
      Votes
      9
      Posts
      240
      Views

      tomT

      @Aaky great to hear, from my experience when the board is booting directly to fastboot it is often a power issue

    • A

      M0138 FPV ESC capabilities

      ESCs
      • • • Aaky
      9
      0
      Votes
      9
      Posts
      276
      Views

      A

      @Alex-Kushleyev Thanks Alex. I will test this out. Also I will wait for your update on PX4 related integration of this ESC AUX OUT configuration. Also PWM only outputs in voxl_esc driver extension should suffice the need.

    • A

      Three concurrent camera support

      VOXL 2 Mini
      • • • Aaky
      11
      0
      Votes
      11
      Posts
      359
      Views

      A

      @modaltb I also want to check the stock availability of new TOF sensor over here. Is this TOF camera available for shipping currently? I cant see that on website so wanted to check with you.

    • A

      M0117 ESC rough control

      ESCs
      • • • Aaky
      47
      0
      Votes
      47
      Posts
      3059
      Views

      Eric KatzfeyE

      @Aaky Should be fine. I fly with actual RC in HITL all the time.

    • A

      VOXL2 RTSP decoding fails

      VOXL 2
      • • • Aaky
      25
      0
      Votes
      25
      Posts
      1468
      Views

      Alex KushleyevA

      @Aaky, I see what you are asking.

      What is needed is the python binding to the C function int pipe_server_get_num_clients(int ch) , which is defined here

      pympa_create_pub already is set up to return the MPA channel number, so we would just need to use that channel number of checking the number of clients.

      I can implement this, but it will need to wait a few days. That is a good feature to have. If you would like to try implementing it yourself, you can add the bindings to :

      https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/pympa-experimental/tools/pympa.cpp (add call to pipe_server_get_num_clients) in a similar way how other functions are called. add the actual python wrapper to: https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/pympa-experimental/tools/python/pympa.py then finally, when you call pympa_create_pub, save the pipe id and then pass it to check for clients.

      Alex

    • A

      voxl-px4 not logging in VIO only flight modes

      VOXL 2
      • • • Aaky
      3
      0
      Votes
      3
      Posts
      221
      Views

      A

      @Eric-Katzfey Thanks Eric. I will try this out and let you know soon.

    • A

      Connecting USB 2.0 device on VOXL2 USB3 UART Add-on board

      VOXL 2
      • • • Aaky
      3
      0
      Votes
      3
      Posts
      194
      Views

      A

      @Moderator Thank you. This clarifies everything.

    • A

      VOXL2 PX4 HITL with VIO

      VOXL 2
      • • • Aaky
      6
      0
      Votes
      6
      Posts
      350
      Views

      A

      @Eric-Katzfey This sounds like perfect plan. I would implement this and get back for any queries. Thank you Eric!

    • A

      VOXL2 GPS taking long time to connect, sometimes never connects

      VOXL 2
      • • • Aaky
      4
      0
      Votes
      4
      Posts
      277
      Views

      Alex KushleyevA

      @Aaky , we are working on resolving the GPS detection issue related to uart baud rate changes - if forcing the baud rate works reliably then just stick with that !

    • A

      Fleaky telemetry connection with Doodle labs modem

      VOXL Accessories
      • • • Aaky
      1
      0
      Votes
      1
      Posts
      177
      Views

      No one has replied

    • A

      voxl-px4 service hangs at startup sometimes with SDK 1.1.2

      VOXL 2
      • • • Aaky
      18
      0
      Votes
      18
      Posts
      723
      Views

      Eric KatzfeyE

      @Aaky Well, unfortunately it isn't obvious what is going wrong. You will have to start by disabling everything and when px4 comes up reliably start enabling things to find out the culprit.

    • A

      M0149 camera refocusing and tuning parameters

      Image Sensors
      • • • Aaky
      57
      0
      Votes
      57
      Posts
      4270
      Views

      tomT

      @Aaky You'll have to use a nightly build of the SDK, here's a link to the latest one: https://storage.googleapis.com/platform-nightlies/voxl2/voxl2_SDK_nightly_20241208.tar.gz

      Keep in mind that these builds are untested so we can't promise any functionality

    • A

      Unable to operate motor with new VOXL2 IO board + firmware

      VOXL 2 IO
      • • • Aaky
      30
      0
      Votes
      30
      Posts
      1661
      Views

      Alex KushleyevA

      @Aaky , the mixer should never output a value lower than mixer min (while armed).

    • A

      Controlling servo/gripper from VOXL2

      VOXL SDK
      • • • Aaky
      1
      0
      Votes
      1
      Posts
      185
      Views

      No one has replied

    • A

      Tips to increase cable length of Time of flight camera

      Image Sensors
      • • • Aaky
      10
      0
      Votes
      10
      Posts
      558
      Views

      Alex KushleyevA

      @Aaky, yes if you change the camera configuration, just follow the same process:

      copy correct sensorbin (with correct slot id) to /usr/lib/camera/ as previously discussed confirm the camera is detected using voxl-camera-server -l update camera config xml with correct camera ids - the camera id’s will start with zero and increment by 1 for each camera. The camera id assignment happens in order of the camera slot id. Slot id is mapped to the physical connector.

      You may want to remove unused sensorbins from /usr/lib/camera just to avoid any confusion. You can always get them back from /usr/share/modalai/chi-cdk

    • A

      Question on expanding number of USB ports

      VOXL 2
      • • • Aaky
      1
      0
      Votes
      1
      Posts
      140
      Views

      No one has replied

    • A

      Any update on supporting 4 TOF on SDK 1.0.0?

      VOXL 2
      • • • Aaky
      2
      0
      Votes
      2
      Posts
      194
      Views

      ModeratorM

      At this point there is nothing new to share. New hardware designs and new software is required to achieve that use case which is a significant amount of work. We hope to have more to share within the next 12 months, but we don't have more precise estimates beyond that.

    • A

      Unable to find rb5-flight-px4-build-docker:v1.4

      VOXL 2
      • • • Aaky
      2
      0
      Votes
      2
      Posts
      178
      Views

      Eric KatzfeyE

      @Aaky Please follow the instructions in the readme file. https://gitlab.com/voxl-public/rb5-flight/rb5-flight-px4-build-docker/-/blob/master/README.md. It explains how to build the Docker image.

    • A

      Immersion camera driver support on SDK 1.0.0

      Image Sensors
      • • • Aaky
      1
      0
      Votes
      1
      Posts
      165
      Views

      No one has replied