ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. darwin.keem
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 17
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by darwin.keem

    • D

      VOXL2 ADB not working

      Ask your questions right here!
      • • • darwin.keem
      18
      0
      Votes
      18
      Posts
      1166
      Views

      D

      @modaltb Yes, we used r14.1a_1.1.2-M0054-14.1a-FLAT-V3.zip as well.

      We will make a try with removing all the hardware connection.

    • D

      "Plan to a point" not working

      Ask your questions right here!
      • • • darwin.keem
      5
      0
      Votes
      5
      Posts
      292
      Views

      ?

      @darwin-keem,

      It looks like voxl-mapper failed to reach your goal point, resulting in it sending over the partial trajectory it solved for viewing but not giving you the option to follow the path. You can try giving the RRT solver another second or so by increasing the rrt_max_runtime_nanoseconds param, and it should be able to fully plan to your endpoint.

      The path generation code has been rewritten and thoroughly optimized in the latest dev package, so if you are still having issues with this planner it may be worth checking out some of the updates on our dev repo.

    • D

      Exporting map from voxl-mapper

      Mapping and Planning
      • • • darwin.keem
      5
      0
      Votes
      5
      Posts
      487
      Views

      ?

      @darwin-keem

      The map is published in real-time by voxl-portal to a websocket at: ws://<VOXL_IP>:80/mesh.
      If you would like to process the map real time without reading from disk, you could have another service connect to the socket and parse the binary data as defined here in voxl-portal:
      https://gitlab.com/voxl-public/voxl-sdk/services/voxl-portal/-/blob/master/web_root/js/mapper.js#L260