Coder Social home page Coder Social logo

Comments (2)

fnoop avatar fnoop commented on June 17, 2024

Hi @bu-ra3y! Glad you like the project! So the warning about the autopilot is down to limitations in the autopilot software, so far. When I started this project, PX4 firmware did not support precision landing at all. There is now some preliminary (but not complete) support for precision landing, which I will look into shortly.
Ardupilot is a little more complex - Precision Landing has been supported for a while, to varying degrees, but it is not very complete or safe to use at the current time. It is tuned and designed around the hardware IRLock system, which uses InfraRed beacons and a very specifically tuned camera vision system to look for the beacons. The more generic 'Companion' backend to Ardupilot PrecLand takes Mavlink messages instead which is what this vision_landing project uses to communicate with the autopilot. However, the system does not cope well with longer and varying latencies of the messages that is typical with general computer-based vision systems, and this leads to unpredictable and sometimes quite unsafe behaviour (rapid movements into the nearest wall/garage/tree/person).

I am in the middle of updating Ardupilot to work better with more generic computer vision systems such as vision_landing, but it will take a little while to complete and get merged and then released:
https://discuss.ardupilot.org/t/ac-precland-improvements-and-updates/31614

I hope to start testing with Raspberry and Up Core boards in the next few days, which have much higher latency and jitter than previous tests.

from vision_landing.

bu-ra3y avatar bu-ra3y commented on June 17, 2024

from vision_landing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.