mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
mavlink cleanup, drop rate estimation is finally correct
This commit is contained in:
@@ -39,6 +39,8 @@
|
|||||||
* @author Lorenz Meier <lm@inf.ethz.ch>
|
* @author Lorenz Meier <lm@inf.ethz.ch>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "mavlink_bridge_header.h"
|
||||||
|
#include <v1.0/common/mavlink.h>
|
||||||
#include "mavlink_parameters.h"
|
#include "mavlink_parameters.h"
|
||||||
#include <uORB/uORB.h>
|
#include <uORB/uORB.h>
|
||||||
#include "math.h" /* isinf / isnan checks */
|
#include "math.h" /* isinf / isnan checks */
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
or in the same folder as this source file */
|
or in the same folder as this source file */
|
||||||
|
|
||||||
|
|
||||||
#include "v1.0/common/mavlink.h"
|
#include <v1.0/mavlink_types.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <systemlib/param/param.h>
|
#include <systemlib/param/param.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user