Jonas Vautherin
Jonas Vautherin
Feels like a discrepancy between the Python bindings and the mavsdk_server you're using. Which version of MAVSDK-Python are you using, and which version of mavsdk_server?
> I am starting work with ardupilot drones and need them to be set to "guided" before they can get a takeoff command You should not have to do that,...
It is interesting that the build happening inside a docker container fails on the M2 :thinking:. Do you know why that would be? What is this "Bad file descriptor"?
It seems like openssl fails to build with dockcross on the M2. I would try to remove MAVSDK from the equation and just build OpenSSL first. Then see if that...
Is that running PX4 or Ardupilot?
Sounds like a bug, yeah :laughing:
It seems like the autopilot is refusing to arm: ``` [09:50:21|Debug] MAVLink: critical: PreArm: Throttle below Failsafe (system_impl.cpp:243) [09:50:21|Debug] MAVLink: critical: PreArm: Hardware safety switch (system_impl.cpp:243) ```
Are you running PX4 or Ardupilot?
> Ardupilot Maybe that's why it doesn't send battery updates? @julianoes Doesn't Ardupilot require to set the message rate?
> i try to find out how to set message rate https://github.com/mavlink/MAVSDK-Proto/blob/main/protos/telemetry/telemetry.proto#L100 > but the drone connect with QGC work fine, include check battery status and takeoff ...whats the different?...