mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
move systemlib/rc_check to commander (the only usage) and convert to c++
This commit is contained in:
committed by
Lorenz Meier
parent
a6883c3a0d
commit
3399ec9e73
@@ -42,18 +42,8 @@
|
||||
|
||||
#include <px4_config.h>
|
||||
#include <px4_posix.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <math.h>
|
||||
#include <poll.h>
|
||||
|
||||
#include <systemlib/err.h>
|
||||
#include <parameters/param.h>
|
||||
#include <systemlib/rc_check.h>
|
||||
#include <systemlib/mavlink_log.h>
|
||||
|
||||
#include <drivers/drv_hrt.h>
|
||||
@@ -73,6 +63,7 @@
|
||||
|
||||
#include "PreflightCheck.h"
|
||||
#include "health_flag_helper.h"
|
||||
#include "rc_check.h"
|
||||
|
||||
#include "DevMgr.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user