mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
mc_pos_control: remove unused function declarations
This commit is contained in:
committed by
Daniel Agar
parent
7f930f875e
commit
2416d0fc63
@@ -257,11 +257,6 @@ private:
|
||||
*/
|
||||
void reset_setpoint_to_nan(vehicle_local_position_setpoint_s &setpoint);
|
||||
|
||||
/**
|
||||
* Shim for calling task_main from task_create.
|
||||
*/
|
||||
static int task_main_trampoline(int argc, char *argv[]);
|
||||
|
||||
/**
|
||||
* check if task should be switched because of failsafe
|
||||
*/
|
||||
@@ -271,11 +266,6 @@ private:
|
||||
* send vehicle command to inform commander about failsafe
|
||||
*/
|
||||
void send_vehicle_cmd_do(uint8_t nav_state);
|
||||
|
||||
/**
|
||||
* Main sensor collection task.
|
||||
*/
|
||||
void task_main();
|
||||
};
|
||||
|
||||
MulticopterPositionControl::MulticopterPositionControl() :
|
||||
|
||||
Reference in New Issue
Block a user