I’m more impressed with repurposing some parts like the cameras, good work!
So the commands were sent through RC channel, what was the bandwidth? Maybe I missed it but I didn’t hear it in the video.
Project looks great but the application is kind of limited as it relies on the external components (cameras), really hard to do in the wild, even in urban environments.
Not only well done but well-presented. Lots to learn from that codebase! I think the most impressive part is keeping track of which LED is which, especially with multiple drones flying around. I would've tried something goofy like PWM'ing them to make identification easier, but that would have added more latency than doing it the hard way with the math.
I wonder if the LED support wires are stiff enough to avoid some stability loss. Seems that any flexing could make tuning more difficult.
I built something similar and the position accuracy is really great.
However, I only used a single camera mounted directly below looking upwards.
I estimated the distance from the perceived distance between the LEDs (assuming the drone is flying slowly and parallel to the ground).
Using this setup I implemented a controller that would land the drone "on" the camera. And this way much better landing precision than using GPS can be achieved.
So the commands were sent through RC channel, what was the bandwidth? Maybe I missed it but I didn’t hear it in the video.
Project looks great but the application is kind of limited as it relies on the external components (cameras), really hard to do in the wild, even in urban environments.