Skip to content

Commit

Permalink
update GCS connection loss failsafe in all gazebo models (PX4#22299)
Browse files Browse the repository at this point in the history
* update GCS connection loss failsafe in all gazebo models

Signed-off-by: frederik <frederik@auterion.com>

* cleanup and return of old parameter

Signed-off-by: frederik <frederik@auterion.com>

---------

Signed-off-by: frederik <frederik@auterion.com>
Co-authored-by: Silvan Fuhrer <silvan@auterion.com>
  • Loading branch information
fredmarkus and sfuhrer authored Jun 11, 2024
1 parent 1d8e8a1 commit 9ececfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ROMFS/px4fmu_common/init.d-posix/airframes/4001_gz_x500
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ param set-default SIM_GZ_EC_MAX3 1000
param set-default SIM_GZ_EC_MAX4 1000

param set-default MPC_THR_HOVER 0.60
param set-default NAV_DLL_ACT 2
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ param set-default MPC_XY_VEL_I_ACC 4
param set-default MPC_XY_VEL_D_ACC 0.1

param set-default NAV_ACC_RAD 5
param set-default NAV_DLL_ACT 2

param set-default VT_FWD_THRUST_EN 4
param set-default VT_F_TRANS_THR 0.75
Expand Down
2 changes: 2 additions & 0 deletions ROMFS/px4fmu_common/init.d-posix/airframes/4006_gz_px4vision
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,5 @@ param set-default SIM_GZ_EC_MAX1 1100
param set-default SIM_GZ_EC_MAX2 1100
param set-default SIM_GZ_EC_MAX3 1100
param set-default SIM_GZ_EC_MAX4 1100

param set-default NAV_DLL_ACT 2

0 comments on commit 9ececfd

Please sign in to comment.