ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. ahmed-mustahid
    3. Topics
    A
    • Profile
    • Following 1
    • Followers 1
    • Topics 12
    • Posts 16
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by ahmed-mustahid

    • A

      cannot connect to Seeker using usb: adb devices not found

      Ask your questions right here!
      • • • ahmed-mustahid
      8
      0
      Votes
      8
      Posts
      541
      Views

      tomT

      @ahmed-mustahid Unfortunately the "QUSB_BULK" mode that your VOXL is enumerating in cannot be fixed by our unbricking process and will have to be sent in for an RMA. See here for info on the RMA process: https://www.modalai.com/pages/rma

    • A

      Compile and test voxl-mapper code and visualize trajectory in voxl-mapper using docker containers only ?

      Ask your questions right here!
      • • • ahmed-mustahid
      1
      0
      Votes
      1
      Posts
      177
      Views

      No one has replied

    • A

      voxl-portal does not show trajectory even though voxl-mapper computes it

      Ask your questions right here!
      • • • ahmed-mustahid
      2
      0
      Votes
      2
      Posts
      213
      Views

      ?

      Hey @ahmed-mustahid,

      To clarify, the image in the gitlab repo is a bit outdated and you will no longer see these red and blue lines in voxl-portal, but rather one black line showing the RRT path.
      a86ad8c8-3ad5-497d-a106-8c6dd0445b0b-image.png

      In terms of not receiving a path, I am unable to reproduce this issue naturally on my end. A trajectory will be shown in the UI as long as a solution is found, and the point you selected should also still be viewable within the map. The second image you shared does not show any of this, and the only way I was able to recreate this was by killing voxl-portal before selecting a point to plan to. Make sure you have an active connection to your drone, the network, and voxl-portal before attempting to use the path-planning capabilities of voxl-mapper.

    • A

      Building voxl-mapper from scratch. voxl-mapper: error while loading shared libraries: libceres.so.1: cannot open shared object file: No such file or directory

      Ask your questions right here!
      • • • ahmed-mustahid
      2
      0
      Votes
      2
      Posts
      214
      Views

      ?

      Hey @ahmed-mustahid,

      This is a version mismatch error. The voxl-ceres-solver (v1.14.0-7) package on your voxl is two versions behind what you built against (v1.14.0-9) since you pulled in the latest from dev. When building our packages from source, make sure you use the same repo that your voxl is sourcing packages from via opkg otherwise issues like this will arise.

    • A

      Why does voxl-inspect-pose -f fail when voxl-vision-px4 -b command is executed ?

      Ask your questions right here!
      • • • ahmed-mustahid
      2
      0
      Votes
      2
      Posts
      201
      Views

      ?

      The partial packet read error usually occurs when there is a version mismatch between packages (i.e. the size of the packet has been updated and one package has the new size but another doesn't). If you update all of your packages together this issue should go away.

    • A

      Are "voxl-inspect-pose -f" (ie retrieval of pose data) and "voxl-inspect-qvio" (ie retrieval of qvio data) related to cpu temperature ?

      Ask your questions right here!
      • • • ahmed-mustahid
      2
      0
      Votes
      2
      Posts
      208
      Views

      Chad SweetC

      In flight you should not have any thermal issues. On the bench please use a fan to cool the device

      The OS kills processes when the chip gets too hot. Rebooting should bring it all back

    • A

      Issues with indoor mapping speed and path planning with voxl-mapper

      Ask your questions right here!
      • • • ahmed-mustahid
      1
      0
      Votes
      1
      Posts
      162
      Views

      No one has replied

    • A

      Cannot build voxl-mapper in voxl-cross docker image: fatal error: voxblox/Eigen/Core: No such file or directory

      Ask your questions right here!
      • • • ahmed-mustahid
      3
      0
      Votes
      3
      Posts
      221
      Views

      ?

      Also, opkg list shows all available versions of packages, so to see what you are actually using you can run opkg list-installed

    • A

      How to install .ipk package to build ROS nodes directly on VOXL?

      Ask your questions right here!
      • • • ahmed-mustahid
      1
      0
      Votes
      1
      Posts
      109
      Views

      No one has replied

    • A

      Cannot open voxel-portal on two browser tabs simultaneously.

      Ask your questions right here!
      • • • ahmed-mustahid
      2
      0
      Votes
      2
      Posts
      147
      Views

      ?

      Hey @ahmed-mustahid,

      You can view one camera stream at a time within the Mapper page of voxl-portal.

      The bottom left hand corner of the page includes a button (tv icon) to overlay an image stream on top of the map grid. Clicking on this tv icon will populate a list above of all available image topics, similar to the camera dropdown.

      Selecting one will overlay it on the page, where it can be resized via the bottom left corner of the stream and closed using the red x at the bottom left.

    • A

      Cannot run voxl-mapper: ERROR fetching tf from tf ringbuffer there wasn't sufficient data in the buffer

      Ask your questions right here!
      • • • ahmed-mustahid
      5
      0
      Votes
      5
      Posts
      478
      Views

      ?

      Hey @jamiek,

      If this error occurs, it will result in no map generation at the time of error. This is because we need to grab a pose from our ringbuffer (at the timestamp of our pointcloud) in order to insert each pointcloud correctly into the map.

      This is caused by either voxl-qvio-server or voxl-vision-px4 not properly publishing a pose estimate.

      You can monitor the output of voxl-qvio-server using voxl-inspect-qvio on voxl or viewing the qvio overlay in voxl-portal. If everything looks good there and qvio is properly publishing pose info, the next place to check is voxl-vision-px4.

      This error means that we are not receiving a fixed pose data out of voxl-vision-px4, so once you have verified qvio is not reporting any error codes, monitor the output of voxl-inspect-pose -f on voxl and make sure that you are receiving pose data.

    • A

      voxl-mapper does not run: libgomp.so.1 does not exist

      Ask your questions right here!
      • • • ahmed-mustahid
      2
      0
      Votes
      2
      Posts
      256
      Views

      ?

      Hi,

      You will need to install the openmp package for voxl which can be found here http://voxl-packages.modalai.com/stable/.

      The easiest way to do this would be to follow these steps:

      Edit the /etc/opkg/opkg.conf file and change the last line from src/gz modalai http://voxl-packages.modalai.com/dists/apq8096/stable/binary-arm64/ to src/gz modalai http://voxl-packages.modalai.com/stable/

      Run opkg update

      Run opkg install openmp

      Redit the /etc/opkg/opkg.conf file to change the last line back to the original i.e. src/gz modalai http://voxl-packages.modalai.com/dists/apq8096/stable/binary-arm64/

      Rerun opkg update

      Let me know if there are any issues.