Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

FirstFlight test of JeVois Target Landing on ArUco

0 votes

Here the first test of Precision Landing using JeVois

Look at the Video here:   https://youtu.be/DIrl63kLUNg

This is the little beast with JeVois looking down to read Target

related to an answer for: MAVLink Integration - starter example
asked Jul 7, 2017 in Programmer Questions by patrickpoirier (360 points)
edited Jul 7, 2017 by patrickpoirier

1 Answer

0 votes
Very nice, thanks for sharing!

Yes, placing multiple markers to guide the drone towards the central landing pad is a great idea. You may also want to check out the ObjectDetect module, though we have not yet used it with a calibrated camera, but the location of the detected object in the camera view could already provide basic north, east, south, west guidance. You could grab several pictures of your landing site at different altitudes during an initial vertical takeoff, and then use those for the subsequent approach and landing, with no markers required at all if your envidonment has some distinctive features. Basically, save one image at 5m, then another at 10m, another an 15m, etc while taking off straight up from the target landing site. Then, during approach, the best match will be returned. Its location within the field of view and also which one it is (5m, 10m, 15m, etc) and how big it appears could help you guide the approach.

We just published a tutorial about the ObjectDetect module here:

http://jevois.org/tutorials/UserObjectDetect.html
answered Jul 10, 2017 by JeVois (46,580 points)
...