Skip to content

Commit

Permalink
FlightTasks: remove deprecated AutoLine mission task
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR authored and bresch committed Jan 6, 2020
1 parent bb410ca commit 1484dfe
Show file tree
Hide file tree
Showing 18 changed files with 96 additions and 856 deletions.
1 change: 0 additions & 1 deletion src/lib/flight_tasks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ list(APPEND flight_tasks_all
ManualPositionSmooth
ManualPositionSmoothVel
Sport
AutoLine
AutoLineSmoothVel
AutoFollowMe
Offboard
Expand Down
1 change: 0 additions & 1 deletion src/lib/flight_tasks/tasks/Auto/FlightTaskAuto.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class FlightTaskAuto : public FlightTask

DEFINE_PARAMETERS_CUSTOM_PARENT(FlightTask,
(ParamFloat<px4::params::MPC_XY_CRUISE>) _param_mpc_xy_cruise,
(ParamFloat<px4::params::MPC_CRUISE_90>) _param_mpc_cruise_90, // speed at corner when angle is 90 degrees move to line
(ParamFloat<px4::params::NAV_MC_ALT_RAD>)
_param_nav_mc_alt_rad, //vertical acceptance radius at which waypoints are updated
(ParamInt<px4::params::MPC_YAW_MODE>) _param_mpc_yaw_mode, // defines how heading is executed,
Expand Down
39 changes: 0 additions & 39 deletions src/lib/flight_tasks/tasks/AutoLine/CMakeLists.txt

This file was deleted.

275 changes: 0 additions & 275 deletions src/lib/flight_tasks/tasks/AutoLine/FlightTaskAutoLine.cpp

This file was deleted.

Loading

0 comments on commit 1484dfe

Please sign in to comment.