Open Source Motion Capture for Autonomous Drones (2023)
joshuabird.com
Open Source Motion Capture for Autonomous Drones (2023)
1–9 of 9 posts
Re: Open Source Motion Capture for Autonomous Drones (2023)
#2Re: Open Source Motion Capture for Autonomous Drones (2023)
#3A 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!
Re: Open Source Motion Capture for Autonomous Drones (2023)
#4I wonder if the LED support wires are stiff enough to avoid some stability loss. Seems that any flexing could make tuning more difficult.
Re: Open Source Motion Capture for Autonomous Drones (2023)
#5Monte Carlo Ebay Purchasing. I sense a good paper here.
Re: Open Source Motion Capture for Autonomous Drones (2023)
#6So 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.
Re: Open Source Motion Capture for Autonomous Drones (2023)
#7I’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.
It was over wifi, with the ESP32.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/...
Seems people say real world around 8mbps:
https://www.reddit.com/r/esp32/comments/9uh3l8/whats_the_esp...
Re: Open Source Motion Capture for Autonomous Drones (2023)
#8I’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.
> So the commands were sent through RC channel, what was the bandwidth? It was over wifi, with the ESP32. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/... Seems people say real world around 8mbps: https://www.reddit.com/r/esp32/comments/9uh3l8/whats_the_esp...
Re: Open Source Motion Capture for Autonomous Drones (2023)
#9I 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.