-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does this dronekit-android work for PX4? #441
Comments
The major issue with PX4 compatibility is changing modes. The standard method of changing modes in dronekit-android will not work. You will have to use the |
Hi: public void onBtnConnectTap(View view) {
} |
I recently tested DroneKit-Android with the PX4 flight stack via their experimental api and it works well as show here. |
Hello IeiuniumLux, is it possible to get your test code? Regards HansHG |
Dear all:
I am trying to develop an Android APP that can take off PX4 simulator JMAVSim. I have successfully compiled and run the code using Android Studio( following the link in "http://android.dronekit.io/first_app.html"). Am I doing it right? If I turn on JMAVSim, and run my APP, would it work? Thanks for replying.
BR
Sean Hsu
The text was updated successfully, but these errors were encountered: