position_estimator_inav: move to examples (start deprecation)

This commit is contained in:
Daniel Agar
2019-01-12 15:08:55 -05:00
committed by Lorenz Meier
parent 9ffacb1d22
commit 739a02022b
46 changed files with 30 additions and 46 deletions

View File

@@ -83,7 +83,6 @@ px4_add_board(
mc_att_control
mc_pos_control
navigator
position_estimator_inav
sensors
simulator
vmount
@@ -118,6 +117,7 @@ px4_add_board(
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
hello
#hwtest # Hardware test
position_estimator_inav
px4_mavlink_debug # Tutorial code from https://px4.io/dev/debug_values
px4_simple_app # Tutorial code from https://px4.io/dev/px4_simple_app
rover_steering_control # Rover example app