-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why deprecated? #123
Comments
Ok, I saw your comments in other issue, but would still like to know the current updated status. BTW, tonight I was thinking in modifying your code to:
|
Should we better work with Ardupilot's prec landing code? |
I checked Ardupilot's code and didn't find any visual landing algorithms. Just found irlock support and a basic Python example script for aruco detection. It seems like this repo (vision landing) is the right place to contribute. Or is there any ardupilot fork with work in progress? |
I'm switching to Apriltag. Please let's merge projects: |
Hi, I am still alive but haven't been involved with drones for a while :)
I have very little time currently but I'll try and go through the various issues and forum threads and add comment/add notes here for you to follow. The warning at this top of this project is a little dramatic but it was to stop random people crashing/chopping fingers off. It certainly has worked very well for numerous people. |
Hi @fnoop,
Which PR or issue was that? Ok, we have a similar warning on RosetaDrone so people don't cry and blame us. I'm already familiar with all the vision landing code base. I just integrated AprilTag into I decided to work on Do you think you will continue playing with drones in the short term? |
This forum thread tracked my efforts at the time: This is the outstanding PR: I'd love to get back into my drones, I have all my kit in the garage. It's been a few years since I've flown anything will take me a couple of weeks to get stuff rebuilt and tested. It would also be great to update it and would welcome any input and efforts :) |
Merge is ready. I'm doing tests before releasing. I also started addressing the latency drift you described. Please comment there. |
Here is the result: |
Can you please explain why this project is deprecated?
Any suggested alternative?
I see it is still used by Maverick.
which visual simulator are you using? Gazebo?
I wrote a simple MAVLink Aruco gstreamer Python based simulator in case you are interested.
there is a bug in the logger queue: Entries are cleared before being processed, so the "init completed" message is ignored when the initial log entries are more than 10 (happens when gstreamer outputs some initialization warnings). You probably already noticed it, because you tried to solve it with a mutex (commented code).
I'm the current maintainer of RosettaDrone and we are looking forward to contribute to a robust visual precision landing opensource project.
The text was updated successfully, but these errors were encountered: