Skip to content

Commit

Permalink
follow me
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Aug 7, 2023
1 parent 5f2e363 commit 9a1ca4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ APMRoverMode::APMRoverMode(uint32_t mode, bool settable)
{STEERING, "Steering"},
{HOLD, "Hold"},
{LOITER, "Loiter"},
#if 0
// Follow me not ready for Stable
{FOLLOW, "Follow"},
#endif
{SIMPLE, "Simple"},
{AUTO, "Auto"},
{RTL, "RTL"},
Expand All @@ -43,10 +40,7 @@ ArduRoverFirmwarePlugin::ArduRoverFirmwarePlugin(void)
APMRoverMode(APMRoverMode::STEERING ,true),
APMRoverMode(APMRoverMode::HOLD ,true),
APMRoverMode(APMRoverMode::LOITER ,true),
#if 0
// Follow me not ready for Stable
APMRoverMode(APMRoverMode::FOLLOW ,true),
#endif
APMRoverMode(APMRoverMode::SIMPLE ,true),
APMRoverMode(APMRoverMode::AUTO ,true),
APMRoverMode(APMRoverMode::RTL ,true),
Expand Down
3 changes: 0 additions & 3 deletions src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ class APMRoverMode : public APMCustomMode
STEERING = 3,
HOLD = 4,
LOITER = 5,
#if 0
// Follow me not ready for Stable
FOLLOW = 6,
#endif
SIMPLE = 7,
AUTO = 10,
RTL = 11,
Expand Down

0 comments on commit 9a1ca4c

Please sign in to comment.