Running DroneKit on my Solo

Joined
Jun 10, 2015
Messages
3
Reaction score
0
Age
41
I'm trying to figure out how to get into my Solo to run any of the dronekit python scripts and try to actually run custom code on the much ballyhooed drone with a 1ghz linux computer inside it. (i.e. the stuff starting from http://python.dronekit.io/about/overview.html)

I've put my laptop on the wifi network generated by Solo, and nmap reveals open ssh ports on 10.1.1.1 and 10.1.1.10 which i'm guessing are the craft and the controller, but i have no good guess for the ssh password.

besides wifi there's no apparent way to log into the craft that i can find (perhaps a port inside the shell that i have to open up?)

anybody have any pointers on how to get into the machine and try to run any of the sample scripts and such from the dronekit documentation?
 
You may want to ask 3DR if that's indeed how you access the shell to input the code. I'm sure you will get an answer that is prefaced by: "Modifying the code will void the warranty".. lol
 
DodgeP, I'd love to but how exactly do I ask 3DR? You mean just email customer support? I didn't consider that might actually work :)
 
Not sure if that's sarcasm or sincerity so I'll leave it alone.
 
In case you missed it... http://www.3drpilots.com/threads/solo-root-pass-tijuana-san-diego-back-at-you-tjsdbkau.109/

The root password for 3drobotics Solo and Artoo is TjSDBkAu aka Tj (Tijuana) SD (San Diego) Bk (Back) A (At) u (You).

./src/com/o3dr/solo/android/service/artoo/ArtooLinkManager.java: private static final SshConnection sshLink = new SshConnection("10.1.1.1", "root", "TjSDBkAu");

./src/com/o3dr/solo/android/service/sololink/SoloLinkManager.java: private static final SshConnection sshLink = new SshConnection(getSoloLinkIp(), "root", "TjSDBkAu");

./src/com/o3dr/solo/android/service/update/UpdateService.java: public static final String SSH_PASSWORD = "TjSDBkAu";

"Isn't that's actually Tijuana-San Diego-Berkeley-Australia, based on the large 3DR developer concentrations?"
http://www.rcgroups.com/forums/showpost.php?p=31896603&postcount=5145
 

Members online

No members online now.

Forum statistics

Threads
13,093
Messages
147,741
Members
16,047
Latest member
pvt solo