mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-07 08:28:30 -04:00
9932aa99f7
// because MISSION_SET_CURRENT is a message not a command, // there is not ACK associated with us successfully changing // our waypoint. Some GCSs use the fact we return exactly the // same mission sequence number in this packet as an ACK - so // if they send a MISSION_SET_CURRENT with seq number of 4 // then they expect to receive a MISSION_CURRENT message with // exactly that sequence number in it, even if ArduPilot never // actually holds that as a sequence number (e.g. packet.seq==0). |
||
---|---|---|
.. | ||
examples/routing | ||
.gitignore | ||
ap_message.h | ||
GCS_Common.cpp | ||
GCS_DeviceOp.cpp | ||
GCS_Dummy.cpp | ||
GCS_Dummy.h | ||
GCS_Fence.cpp | ||
GCS_FTP.cpp | ||
GCS_MAVLink.cpp | ||
GCS_MAVLink.h | ||
GCS_Param.cpp | ||
GCS_Rally.cpp | ||
GCS_serial_control.cpp | ||
GCS_ServoRelay.cpp | ||
GCS_Signing.cpp | ||
GCS.cpp | ||
GCS.h | ||
MAVLink_routing.cpp | ||
MAVLink_routing.h | ||
MissionItemProtocol_Fence.cpp | ||
MissionItemProtocol_Fence.h | ||
MissionItemProtocol_Rally.cpp | ||
MissionItemProtocol_Rally.h | ||
MissionItemProtocol_Waypoints.cpp | ||
MissionItemProtocol_Waypoints.h | ||
MissionItemProtocol.cpp | ||
MissionItemProtocol.h |