Skip to content

Mapping and Planning

20 Topics 60 Posts
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    103 Views
    No one has replied
  • How to do Perfect Mapping only using Stereocameras

    5
    1
    0 Votes
    5 Posts
    3k Views
    Manoj KashyapM
    @tom can anyone help me with this
  • Exploration with voxl-mapper.

    1
    0 Votes
    1 Posts
    969 Views
    No one has replied
  • Help concerning setup for Voxl-mapper

    1
    0 Votes
    1 Posts
    962 Views
    No one has replied
  • VOXL Mapper on VOXL2 Mini

    3
    0 Votes
    3 Posts
    2k Views
    K
    @Moderator Sorry, I forgot to mention VOXL Mapper by using the TOF Sensor. I found a table that states it will be supportet in the future: https://docs.modalai.com/M0178/?utm_source=chatgpt.com Do you know when we can expect it ?
  • Voxl-mapper

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    38 Views
    No one has replied
  • Voxl-mapper on VOXL2

    17
    0 Votes
    17 Posts
    9k Views
    Zachary Lowell 0Z
    @plub said in Voxl-mapper on VOXL2: @Zachary-Lowell-0 Does voxl-mapper need a TOF sensor to work properly? 1 Reply Last reply a day ago Reply @plub yes you need a modalAI tof for voxl-mapper to work properly - you can technically get by by using another TOF sensor but then youd personally need to write the code to popuilte the MPA with pointcloud data the the voxl-mapper client is subscribing to.
  • ROS2 Integration with voxl-mapper

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Starling is making only 8 instead of following the path

    5
    3
    0 Votes
    5 Posts
    3k Views
    ModeratorM
    @muhammadbilal1 at this point, the gui only provides a single point as input. The code is all open so our customers can modify how they see fit. We are happy to incorporate merge requests if you have a feature you'd like to be incorporated into mainline
  • Voxl-mapper realtime cpu usage

    2
    0 Votes
    2 Posts
    2k Views
    ModeratorM
    @Amir-Avni On VOXL 2, voxl-mapper runs < 10% of CPU in typical configurations, on VOXL 1 < 30% of CPU
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Upload custom Map in Mapper

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • SLAM localization with TOF

    3
    0 Votes
    3 Posts
    2k Views
    wilkinsafW
    This seems to be a popular ROS2 node that appears to be setup to use lidar: https://github.com/SteveMacenski/slam_toolbox Appears to do localization. We could probably attempt to modify the source code to send VISION_POSITION_ESTIMATE messages to the PX4 instance
  • Voxl-mapper VIO

    2
    0 Votes
    2 Posts
    2k Views
    ModeratorM
    @Caio-Licínio-Vasconcelos-Pantarotto No, voxl-mapper uses VIO for localization
  • Export map

    5
    0 Votes
    5 Posts
    3k Views
    G
    Thank you for your response Matt
  • Exporting map from voxl-mapper

    5
    0 Votes
    5 Posts
    3k 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
  • Voxl mapper on voxl2

    2
    0 Votes
    2 Posts
    2k Views
    ?
    Hi, There are two answers to your question: You can pipe depth input from voxl-dfs-server (if you're running stereo cameras) to voxl-mapper, or any other service that you may create that produces depth estimates (i.e. if you had a depth from motion project). We absolutely plan to support the tof camera on voxl2, we're working on this right now internally and hope to support it in the next month or two.
  • Voxl-mapper able to build but missing symbol on the board

    2
    1
    0 Votes
    2 Posts
    2k Views
    ?
    @Nishkala, This looks like a version mismatch between the voxl-voxblox you built against and the version you have on your VOXL. To ensure the versions match, you need to install the build dependencies from the last release in voxl-cross before deploying to voxl. This can be done by running: ./install_build_deps.sh apq8096 sdk-0.8 instead of ./install_build_deps.sh apq8096 stable