Indoors Flight with ArduCopter Quadrotor (no GPS)

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • First almost successful indoors flight with my under 250g quadcopter taking off and hovering programmatically. The quad is anchored to avoid flyaways and shocks with the roof. This flight was done using GUIDED_NOGPS mode, but I'd like to do it using LOITER mode, once it could use the LiDAR and optical flow sensors to fix a position without GPS. But, unfortunately, I could not make it work in LOITER yet. If someone has any tip, will be very welcome. The programming was done in Python using DroneKit library and the code can be seen at discuss.ardupi... .
    Best regards!

ความคิดเห็น • 3

  • @jasonz332
    @jasonz332 2 ปีที่แล้ว +1

    Good video! Is this the drone with the Thoneflow module? Why the drone doesn’t fix to one point

    • @maroquio
      @maroquio  2 ปีที่แล้ว +2

      Yes, it uses Thoneflow, but the optical flow was not being recognized. After some tries, it worked well. :)

    • @techmontc8360
      @techmontc8360 2 หลายเดือนก่อน

      @@maroquiohi sir, how do you enable optical flow in your code ? From my run, the drone able to maintain its altitude with rangefinder but i want it to hold position in denied gps area.