mfran89
mfran89
I would also like to jump on this thread, I currently am also having issues accessing the flight mode via ``` _disposables.add(drone.getTelemetry().getFlightMode().subscribe(flightMode -> { Log.d(TAG,"flight mode:" + flightMode.name() + "flight...
Yes it did, once I updated to mavsdk 2.1 flight mode was found.
I am currently using implementation to add the library , I tired playing with the exclude command within the implementation and that didnt do the trick either.
Yup the rest work I am able to connect to it and get telemetry fine.
It's a generic pixhawk running Ardupilot 4.3.1. Sometimes it timeout sometimes I see this `io.mavsdk.mission_raw.MissionRaw$MissionRawException: PROTOCOL_ERROR:` From what I read online I thought it was best to clear mission before...
A little more context , I am setting up the mavsdk server by setting the host address to the mavproxy --out : and then once I get a port from...
Sorry, it was a silly issue I figured out. I was setting the ip address for System(IP_ADDRESS,PORT) to the remote IP address as opposed to the ip address of what...