ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Will the blades spinning affect collision prevention?

    VOXL 2
    3
    5
    1016
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User
      last edited by

      This post is deleted!
      ModeratorM 1 Reply Last reply Reply Quote 0
      • ModeratorM
        Moderator ModalAI Team @Guest
        last edited by

        @AP123 what do you see when you open the DFS images in voxl-portal? If there are obstacles appearing, then it will trigger collision prevention

        ? 2 Replies Last reply Reply Quote 0
        • ?
          A Former User @Moderator
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • ?
            A Former User @Moderator
            last edited by

            This post is deleted!
            Alex KushleyevA 1 Reply Last reply Reply Quote 0
            • Alex KushleyevA
              Alex Kushleyev ModalAI Team @Guest
              last edited by Alex Kushleyev

              @AP123 you can try decreasing the maximum disparity in the DFS server, please see the following:

              https://gitlab.com/voxl-public/voxl-sdk/services/qrb5165-dfs-server/-/blob/master/src/config_file.h?ref_type=heads#L67 . The config file for DFS is located here : /etc/modalai/voxl-dfs-server.conf -- you can update the param.

              Since the propellers are very close to the cameras, the disparity for those pixels will be very large. Decreasing maximum disparity should help filter out points that are too close.

              Alternatively, you can look into the collision prevention code and add logic to ignore points that are too close.

              Finally you can modify the DFS code to just blank out the (rectangular) part of image that sees the propellers before processing. I do not know if a mask is supported, but setting a certain area to 0 or 255 should achieve the effect of "ignoring".

              I would try decreasing the maximum disparity first, that is the easiest, but not too much since you could be ignoring true obstacles.

              @James-Strawson anything else @AP123 can try?

              Alex

              1 Reply Last reply Reply Quote 0
              • Alex KushleyevA Alex Kushleyev referenced this topic on
              • First post
                Last post
              Powered by NodeBB | Contributors