mavResultTemporarilyRejected top-level constant

MavResult const mavResultTemporarilyRejected

Command is valid, but cannot be executed at this time. This is used to indicate a problem that should be fixed just by waiting (e.g. a state machine is busy, can't arm because have not got GPS lock, etc.). Retrying later should work.

MAV_RESULT_TEMPORARILY_REJECTED

Implementation

const MavResult mavResultTemporarilyRejected = 1;