You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and when I set API VehicleApi.getApi(this.drone).arm(true);
vehicleState.isFlying() automatically becomes true.
Can anybody tell me what this problem is?
Also, I can sucessfully send mavlink msg to px4 board, but there are only two messages in the dronekit-android library(1: msg_message_interval, and 2: msg_heartbeat).
What I need is:
take off, land
send all other mavlink messages(id: 0~255)
Thank you for replying.
BR
SeanH
The text was updated successfully, but these errors were encountered:
HI all:
I follow the following link's sample code
http://android.dronekit.io/first_app.html
and when I set API VehicleApi.getApi(this.drone).arm(true);
vehicleState.isFlying() automatically becomes true.
Can anybody tell me what this problem is?
Also, I can sucessfully send mavlink msg to px4 board, but there are only two messages in the dronekit-android library(1: msg_message_interval, and 2: msg_heartbeat).
What I need is:
Thank you for replying.
BR
SeanH
The text was updated successfully, but these errors were encountered: