Browse Source

Set the HIGH_LATENCY2 stream to a constant rate

sbg
acfloria 7 years ago committed by Beat Küng
parent
commit
e01763a7c7
  1. 5
      src/modules/mavlink/mavlink_messages.cpp

5
src/modules/mavlink/mavlink_messages.cpp

@ -3974,6 +3974,11 @@ public: @@ -3974,6 +3974,11 @@ public:
return MAVLINK_MSG_ID_HIGH_LATENCY2_LEN + MAVLINK_NUM_NON_PAYLOAD_BYTES;
}
bool const_rate()
{
return true;
}
private:
MavlinkOrbSubscription *_actuator_sub_0;
uint64_t _actuator_time_0;

Loading…
Cancel
Save