by tamimio on 2/24/2024, 2:59:03 AM
by CamperBob2 on 2/24/2024, 12:54:47 AM
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.
by fisian on 2/24/2024, 6:26:15 AM
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.
by yazzku on 2/24/2024, 2:24:08 AM
"I just bought 8 cameras for $1 each, and 5 of them ended up being the correct type."
Monte Carlo Ebay Purchasing. I sense a good paper here.
by mavili on 2/24/2024, 12:07:21 AM
A big point of the article is about "open source" but no link to the github repo? Am I being blind? I scanned the article twice, cannot find it!
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.