+ 6
💿📚Drone Programming🚁📡
I was curious. Are there any drone hobbyist/enthusiast around? I'm sure there are. I've heard that C++, Arduino, JavaScript, etcetera are good. What do you guys use? This can be for general purpose or autonomous programming.
10 Answers
+ 14
I tried to hack my Parrot AR.Drone with Python, but it never turned out into a project. If you are anything into Python, you might check this library:
www.playsheep.de/drone/
Parrot also has a good website on DIY projects:
http://developer.parrot.com
and a friendly dev forum:
http://forum.developer.parrot.com
+ 10
@Adrian Nothing, really. I wanted to check if I could steer with it using the keyboard. It kind of worked, but ultimately I found the official app more user friendly :)
+ 9
Kuba has a drone!
Anyways I went to this tech competition where one of the demonstrations used Unity to operate the drone and create a 3d-layout of tje surroundings
+ 6
@A_Hook Oh that's an interesting link you shared. I can work with that as well. Thanks a lot.
Is there a particular focus you have for your drone?
+ 5
https://gobot.io I use this (golang) for drone development with Arduino and raspberry pi combination.
+ 5
@A_Hook That's fantastic. I'm interested in drone swarms as well.
+ 4
@Kuba Siekierzyński Thanks a lot. That's a nice amount of information that I can work with. I really appreciate it.
If you don't mind me asking, what were you going to do with your drone?
+ 4
@Pegasus That's interesting. Did it use camera technology to capture the surroundings and Unity to convert it into a digital environment?
+ 4
@Kuba Siekierzyński Ah okay. Haha. Thanks a bunch!
+ 3
@Adrian search and rescue using swarm algorithms.