mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: remove navigate
This commit is contained in:
parent
fe6465b748
commit
e88b1572b6
@ -55,7 +55,6 @@ const AP_Scheduler::Task Rover::scheduler_tasks[] = {
|
||||
SCHED_TASK(update_beacon, 50, 50),
|
||||
SCHED_TASK(update_visual_odom, 50, 50),
|
||||
SCHED_TASK(update_wheel_encoder, 20, 50),
|
||||
SCHED_TASK(navigate, 10, 1600),
|
||||
SCHED_TASK(update_compass, 10, 2000),
|
||||
SCHED_TASK(update_mission, 10, 1000),
|
||||
SCHED_TASK(update_logging1, 10, 1000),
|
||||
|
@ -484,7 +484,6 @@ private:
|
||||
void update_events(void);
|
||||
void button_update(void);
|
||||
void stats_update();
|
||||
void navigate();
|
||||
void set_control_channels(void);
|
||||
void init_rc_in();
|
||||
void init_rc_out();
|
||||
|
Loading…
Reference in New Issue
Block a user