Search found 15 matches

by PierreD
Wed Aug 24, 2016 9:11 am
Forum: Developer Discussions
Topic: Camera issue with crazyflie-ar-detector
Replies: 3
Views: 2659

Camera issue with crazyflie-ar-detector

Hi everybody ! A week ago I started working with Crazyflie AR Detector . I succeeded in making it working : I'm able to detect the marker and to send set-points to the crazyflie. But I'm facing a huge problem : when the crazyflie move, the program can't detect it. Because of that, the quad crash alm...
by PierreD
Fri Aug 19, 2016 9:59 am
Forum: Support
Topic: [SOLVED] ar-detector : the program crash when it detects the marker
Replies: 1
Views: 3096

Re: ar-detector : the program crash when it detects the marker

I finally found how to make it works ! In the bitcraze code I changed the type of tvecs : vector< Vec3d > rvecs, tvecs; Then, I changed the way the values are picked. Instead of : pos_x = tvecs[0].at<double>(0); pos_y = tvecs[0].at<double>(1); pos_z = tvecs[0].at<double>(2); I wrote : cx = tvecs[i][...
by PierreD
Thu Aug 18, 2016 12:31 pm
Forum: Support
Topic: [SOLVED] ar-detector : the program crash when it detects the marker
Replies: 1
Views: 3096

[SOLVED] ar-detector : the program crash when it detects the marker

I everybody ! I'm using xubuntu 16.04 (no vm). I'm trying to make the crazyflie-ar-detector works (github : https://github.com/bitcraze/crazyflie-ar-detector ) . I was able to calibrate my camera with the program "calibrate_camera_charuco" from opencv_contrib. Moreover, the program "d...
by PierreD
Wed Aug 17, 2016 12:34 pm
Forum: Developer Discussions
Topic: Situation Awareness - Free Fall Prevention
Replies: 12
Views: 6790

Re: Situation Awareness - Free Fall Prevention

Hi Konstantin, What you did seems really interesting ! From this basis, it would be possible to implement other states than FreeFall or tumbled situation. For example, it would be interesting to detect a connection lost and then to use the althold mode to automatically land the crazyflie, rather tha...
by PierreD
Fri Aug 05, 2016 7:25 am
Forum: General discussions
Topic: Enabling Altitude Hold
Replies: 6
Views: 5162

Re: Enabling Altitude Hold

Hi !
Yep, you just need to map the button if it's not already done.
If I remember right, it should be already mapped on R1 button.

With the last firmware you don't need to modify anything in order to get the hover mode working.