Skip to content

Commit

Permalink
fw & vtol startup scripts: don't start wind estimator for now
Browse files Browse the repository at this point in the history
- need to make some flash space for fmuv2 to avoid user confusion about
why it wind estimator only runs on some platforms

Signed-off-by: Roman <[email protected]>
  • Loading branch information
RomanBapst committed Mar 21, 2018
1 parent 2614cbe commit 697bfc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_common/init.d/rc.fw_apps
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ land_detector start fixedwing
#
# Start Wind and Airspeed Scale Estimator
#
wind_estimator start
#wind_estimator start
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_common/init.d/rc.vtol_apps
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ land_detector start vtol
#
# Start Wind and Airspeed Scale Estimator
#
wind_estimator start
#wind_estimator start

0 comments on commit 697bfc3

Please sign in to comment.