dronekit / dronekit-python

DroneKit-Python library for communicating with Drones via MAVLink.
https://readthedocs.org/projects/dronekit-python/
Apache License 2.0
1.58k stars 1.44k forks source link

Warning: "got MISSION_REQUEST; use MISSION_REQUEST_INT!" when requesting missions with DroneKit #1208

Closed ShafiqSadat closed 10 months ago

ShafiqSadat commented 11 months ago

I encountered an issue while using DroneKit with my drone. When attempting to request missions from the drone, I received the following warning message: "WARNING:autopilot:got MISSION_REQUEST; use MISSION_REQUEST_INT!" This warning seems to suggest that I should be using "MISSION_REQUEST_INT" instead of "MISSION_REQUEST" for mission requests.