ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Arjun Jain
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Arjun Jain

    • The drone xyz axis visualization goes away

      Hi,

      The drone visualized by the 3-axis in the 3D map view goes away intermittently. However the dot in 2D can be still clearly seen and moving. If I restart voxl-portal, I can again see the drone in 3D. Any idea how to fix it?

      On the related note, where are the html files of the portal located in the docker/voxl board? Suppose I want to change the color etc., which html/css files should I change?

      Many thanks. Warm regards,
      Arjun

      posted in Ask your questions right here!
      Arjun JainA
      Arjun Jain
    • RE: Uable to start camera server on voxl 2

      @Alex-Gardner hi alex! How to go back to the default configuration? We didn’t change actually, not sure why the configuration is looking for different cameras. Many thanks!

      posted in Ask your questions right here!
      Arjun JainA
      Arjun Jain
    • RE: voxl-mapper: error while loading shared libraries

      @Anubhav smells like a version mismatch problem. Can you also run Voxl-mapper with -d for more info?

      posted in VOXL-CAM
      Arjun JainA
      Arjun Jain
    • RE: voxl2 unbrick

      @Nishkala please write a more meaningful question so that people on this forum can help you. What are the symptoms? Why do you think it is bricked? What all did you try?

      posted in VOXL 2
      Arjun JainA
      Arjun Jain
    • RE: Exporting map from voxl-mapper

      @darwin-keem you can save the map from the web portal. It gets saved on the board at a specific location. You can then copy it and render it in your software.

      posted in Mapping and Planning
      Arjun JainA
      Arjun Jain
    • RE: Issue running tmux or tmux scripts on VOXL2

      @Jeff-Delaune try screen

      posted in Ask your questions right here!
      Arjun JainA
      Arjun Jain
    • RE: VIO uses only tracking camera and no ToF data on voxlcam?

      @Matthew-Booker thank you! 🙏

      posted in GPS-denied Navigation (VIO)
      Arjun JainA
      Arjun Jain
    • RE: VIO uses only tracking camera and no ToF data on voxlcam?

      @Alex-Gardner anyone? Thanks in advance for your answer.

      posted in GPS-denied Navigation (VIO)
      Arjun JainA
      Arjun Jain
    • VIO uses only tracking camera and no ToF data on voxlcam?

      Hi all! I wanted to confirm if the following was true:

      1. The ToF data is used for collision avoidance feature
      2. The downward facing cameras a used for apriltag localization and for tracking features on the ground for VIO.

      If true, why are we not using also the ToF for the localization and VIO? Another related question is can we have vertical apriltags (like on walls) and also re-localize based on them?

      Many thanks in advance.

      posted in GPS-denied Navigation (VIO)
      Arjun JainA
      Arjun Jain
    • RE: Cannot run voxl-mapper: ERROR fetching tf from tf ringbuffer there wasn't sufficient data in the buffer

      Hi @ahmed-mustahid : I am no expert, but I too get that warning sometimes but the voxl-mapper still works and generates a valid scene. I thought it is just when the camera is blocked or it doesn't have enough features or something like that it displays that warning. I am also curious to learn from the voxl team what this warning means.

      posted in Ask your questions right here!
      Arjun JainA
      Arjun Jain
    • RE: modifying voxl-mapper

      @Matthew-Booker However, when I try to save the mesh from the portal, in my compiled version, I get this symbol not found error. Any ideas why it can not find this function and how to fix it? Many thanks in advance.

      skipped 2 point clouds
      WARNING bytes left in tof point cloud pipe
      skipped 3 point clouds
      skipped 1 point clouds
      voxl-mapper: symbol lookup error: voxl-mapper: undefined symbol: _ZNK7voxblox5LayerINS_9TsdfVoxelEE10saveToFileESsb
      Fault address: 0x7f60053888
      Access to this address is not allowed.
      Segmentation fault

      posted in Ask your questions right here!
      Arjun JainA
      Arjun Jain
    • RE: modifying voxl-mapper

      @Matthew-Booker Thanks a lot!

      What works for me is:

      voxl-cross:~/voxl-mapper(master)(0.0.7)$ ./install_build_deps.sh apq8096 sdk-0.8
      voxl-cross:~/voxl-mapper(master)(0.0.7)$ ./build.sh apq8096
      voxl-cross:~/voxl-mapper(master)(0.0.7)$ ./make_package.sh ipk
      scp voxl-mapper_0.0.7.ipk root@10.0.1.10:

      On voxl 1 board, I added arm64 7 to /etc/opkg/arch.conf
      voxl:~$ voxl-configure-opkg dev
      opkg install --force-reinstall --force-downgrade --force-depends --force-overwrite voxl-mapper_0.0.7.ipk

      Then everything seems to work so far!

      posted in Ask your questions right here!
      Arjun JainA
      Arjun Jain