Skip to content

Commit

Permalink
striver simulation airframe cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stibipet committed Jun 4, 2024
1 parent b83ec3b commit c5e2bd7
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
# @output AUX4 Elevator 2
# @output AUX5 Rudder
# @output AUX6 Throttle
#
# @board px4_fmu-v2 exclude
# @board bitcraze_crazyflie exclude
# @board holybro_kakutef7 exclude
#

. ${R}etc/init.d/rc.vtol_defaults
PX4_SIMULATOR=${PX4_SIMULATOR:=gz}
Expand Down Expand Up @@ -82,19 +77,6 @@ param set-default SIM_GZ_SV_FUNC4 204
param set-default SIM_GZ_SV_FUNC5 205
param set-default SIM_GZ_SV_FUNC6 105

param set-default COM_RC_IN_MODE 1

# Airspeed parameters
param set-default ASPD_PRIMARY 1
param set-default ASPD_DO_CHECKS 15
param set-default FW_AIRSPD_MAX 22.0
param set-default FW_AIRSPD_MIN 15.0
param set-default FW_AIRSPD_STALL 12.0
param set-default FW_AIRSPD_TRIM 18.0

# Return mode return altitude
param set-default RTL_RETURN_ALT 30.0

# Fixed wing specific
param set-default FW_MAN_R_MAX 60.0
param set-default FW_RR_IMAX 0.4000
Expand Down

0 comments on commit c5e2bd7

Please sign in to comment.