Skip to content

Commit

Permalink
Fix tiltrotor range to use normalized actuator inputs in SITL
Browse files Browse the repository at this point in the history
This adds fixes to use the normalized actuator setpoints for simulating tiltrotor in sitl
  • Loading branch information
Jaeyoung-Lim committed Apr 26, 2020
1 parent 37d5d1b commit 9a94187
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ROMFS/px4fmu_common/init.d-posix/1042_tiltrotor
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ then

param set VT_F_TRANS_DUR 5.0
param set VT_F_TRANS_THR 0.75
param set VT_TILT_FW 3.1415
param set VT_TILT_TRANS 1.2
param set VT_FWD_THRUST_SC 1.1
param set VT_TILT_FW 1
param set VT_TILT_TRANS 0.6
param set VT_ELEV_MC_LOCK 0
param set VT_TYPE 1
param set VT_B_TRANS_DUR 8
Expand Down

0 comments on commit 9a94187

Please sign in to comment.