I wanted to know the front direction of the quadcopter and the direction of the LEDs #24
-
I wanted to know in the quadcopter which direction is the front/forward direction so that I can know if I need to put one of the LEDs on the right or left side of the quadcopter (The left and right considering looking at the TOP DOWN view with front of the Quadcopter facing forwards/up). I have an open-source sub 100g custom brushed Wifi quadcopter I made last summer which I want to control using this motion capture system (Link to PicoW_Copter project - https://github.com/anish-natekar/PicoW_Copter). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The code to detect markers in a triangle formation (ie. locate the drone from three markers) is here. In my example I used two drones, one with the led on the left and one with the led on the right. Really it is quite arbitrary, and you can easily change the code that finds the marker formations you put on the drone. |
Beta Was this translation helpful? Give feedback.
The code to detect markers in a triangle formation (ie. locate the drone from three markers) is here. In my example I used two drones, one with the led on the left and one with the led on the right. Really it is quite arbitrary, and you can easily change the code that finds the marker formations you put on the drone.