Skip to content
Snippets Groups Projects
Commit 537318cb authored by Daniel Agar's avatar Daniel Agar
Browse files

navigator delete unused mission_yaw_mode

parent 83e76ece
No related branches found
No related tags found
No related merge requests found
...@@ -55,15 +55,6 @@ public: ...@@ -55,15 +55,6 @@ public:
void on_activation() override; void on_activation() override;
void on_active() override; void on_active() override;
// TODO: share this with mission
enum mission_yaw_mode {
MISSION_YAWMODE_NONE = 0,
MISSION_YAWMODE_FRONT_TO_WAYPOINT = 1,
MISSION_YAWMODE_FRONT_TO_HOME = 2,
MISSION_YAWMODE_BACK_TO_HOME = 3,
MISSION_YAWMODE_MAX = 4
};
private: private:
/** /**
* Use the stored reposition location of the navigator * Use the stored reposition location of the navigator
......
...@@ -80,14 +80,6 @@ public: ...@@ -80,14 +80,6 @@ public:
MISSION_ALTMODE_FOH = 1 MISSION_ALTMODE_FOH = 1
}; };
enum mission_yaw_mode {
MISSION_YAWMODE_NONE = 0,
MISSION_YAWMODE_FRONT_TO_WAYPOINT = 1,
MISSION_YAWMODE_FRONT_TO_HOME = 2,
MISSION_YAWMODE_BACK_TO_HOME = 3,
MISSION_YAWMODE_MAX = 4
};
bool set_current_offboard_mission_index(uint16_t index); bool set_current_offboard_mission_index(uint16_t index);
bool land_start(); bool land_start();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment