Open RGDEV2022 opened 7 years ago
Be sure to launch the drone from a floor with a patterned surface ( the underbelly of the copter has a down facing camera for detecting drift ).
When the drone is sitting on the level ground before taking off, press the C key.
When you mean a patterned surface, do you mean a surface like a rug with a pattern or a cracked floor or something of that sor?
Also does example.js have a function to execute for the C key?
Thanks for you reply!
On Sat, Nov 4, 2017 at 5:03 AM Paul Hayes notifications@github.com wrote:
Be sure to launch the drone from a floor with a patterned surface ( the underbelly of the copter has a down facing camera for detecting drift ).
When the drone is sitting on the level ground before taking off, press the C key.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/paulhayes/copterface/issues/6#issuecomment-341885326, or mute the thread https://github.com/notifications/unsubscribe-auth/AJeI8vqedYab-RsYc0a8G3T4XFpNH-O3ks5szDZzgaJpZM4QRr8C .
At the moment, line 270 of example.js is when the script checks if the c key is pressed and calls the calibrate function of the drone. However you can see it's a manual call to the UDP control library. Not something I've written into the copterface library.
High contrast patterned flooring is best, but the same results can be achieved with a patterned some electrical tape made into cross patterns on the floor.
Does the drone yaw correctly to follow your face? The moving forward is very sensitive, so I've just to make it's forward movements very gentle. It works for me, but only when the accelerometers are calibrated properly. Have a look at the acceleration values displayed when example.js is running. They are a bit weird when the drone is not flying, but should work the rest of the time.
I will definitely test this out. I couldn’t test it because it just kept moving away from me. I’ll give you feedback in a few days.
Also is there another drone you would recommend to replace the Ardrone?
On Sun, Nov 5, 2017 at 6:19 AM Paul Hayes notifications@github.com wrote:
At the moment, line 270 of example.js is when the script checks if the c key is pressed and calls the calibrate function of the drone. However you can see it's a manually call. Not something I've written into the main library.
High contrast patterned flooring is best, but the same results can be achieved with a patterned some electrical tape made into cross patterns on the floor.
Does the drone yaw correctly to follow your face? The moving forward is very sensitive, so I've just to make it's forward movements very gentle. It works for me, but only when the accelerometers are calibrated properly. Have a look at the acceleration values displayed when example.js is running. They are a bit weird when the drone is not flying, but should work the rest of the time.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/paulhayes/copterface/issues/6#issuecomment-341968981, or mute the thread https://github.com/notifications/unsubscribe-auth/AJeI8gocCXdn4HC7Os0xyV35p-t1jSlnks5szafHgaJpZM4QRr8C .
Hi, could I use this same program on a parrot Beebop drone? Or which other drones will it be compatible with?
On Sun, Nov 5, 2017 at 6:22 AM Rojitha Goonesekere rojitha.g@gmail.com wrote:
I will definitely test this out. I couldn’t test it because it just kept moving away from me. I’ll give you feedback in a few days.
Also is there another drone you would recommend to replace the Ardrone?
On Sun, Nov 5, 2017 at 6:19 AM Paul Hayes notifications@github.com wrote:
At the moment, line 270 of example.js is when the script checks if the c key is pressed and calls the calibrate function of the drone. However you can see it's a manually call. Not something I've written into the main library.
High contrast patterned flooring is best, but the same results can be achieved with a patterned some electrical tape made into cross patterns on the floor.
Does the drone yaw correctly to follow your face? The moving forward is very sensitive, so I've just to make it's forward movements very gentle. It works for me, but only when the accelerometers are calibrated properly. Have a look at the acceleration values displayed when example.js is running. They are a bit weird when the drone is not flying, but should work the rest of the time.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/paulhayes/copterface/issues/6#issuecomment-341968981, or mute the thread https://github.com/notifications/unsubscribe-auth/AJeI8gocCXdn4HC7Os0xyV35p-t1jSlnks5szafHgaJpZM4QRr8C .
I'm afriad the library I use ( ar-drone ) only works with the parrot 2.0 AR Drone.
I'm sorry.
On Mon, 20 Nov 2017, 17:25 rojig, notifications@github.com wrote:
Hi, could I use this same program on a parrot Beebop drone? Or which other drones will it be compatible with?
On Sun, Nov 5, 2017 at 6:22 AM Rojitha Goonesekere rojitha.g@gmail.com wrote:
I will definitely test this out. I couldn’t test it because it just kept moving away from me. I’ll give you feedback in a few days.
Also is there another drone you would recommend to replace the Ardrone?
On Sun, Nov 5, 2017 at 6:19 AM Paul Hayes notifications@github.com wrote:
At the moment, line 270 of example.js is when the script checks if the c key is pressed and calls the calibrate function of the drone. However you can see it's a manually call. Not something I've written into the main library.
High contrast patterned flooring is best, but the same results can be achieved with a patterned some electrical tape made into cross patterns on the floor.
Does the drone yaw correctly to follow your face? The moving forward is very sensitive, so I've just to make it's forward movements very gentle. It works for me, but only when the accelerometers are calibrated properly. Have a look at the acceleration values displayed when example.js is running. They are a bit weird when the drone is not flying, but should work the rest of the time.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/paulhayes/copterface/issues/6#issuecomment-341968981>, or mute the thread < https://github.com/notifications/unsubscribe-auth/AJeI8gocCXdn4HC7Os0xyV35p-t1jSlnks5szafHgaJpZM4QRr8C
.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/paulhayes/copterface/issues/6#issuecomment-345767037, or mute the thread https://github.com/notifications/unsubscribe-auth/AAm1T-OeNveqOPO3UuNdh0d4VpBtgFh-ks5s4bYOgaJpZM4QRr8C .
HI, I ran the example.js and the drone takes off and continues to move back. On the debugging video even though it detects my face, it doesn't react. It just keeps moving back. I tried it with another AR-drone I have and in that one the drone moves to the left continuously without reacting to my face. Any help would be much appreciated, it's for a college project.