Skip to content

Commit

Permalink
fix bug with parameters upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Nov 11, 2024
1 parent cfcce71 commit 116136a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/px4/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COM_RC_IN_MODE: 4 # Stick input disabled (it used to be 1 and the vehicl
FD_ACT_EN: 0 # Enable Actuator Failure check

WV_EN: 0 # Weather vane. By default Enabled.
ASPD_FS_T_START: 1 # Switch back to using airspeed sensor if checks indicate sensor is good. Default: -1 that means disable the re-enabling in flight.
ASPD_FS_T_START: 1.0 # Switch back to using airspeed sensor if checks indicate sensor is good. Default: -1 that means disable the re-enabling in flight.
2 changes: 1 addition & 1 deletion configs/px4/v1.15/standard_vtol/airframe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ MC_YAWRATE_P: 1.0 # Yaw rate P gain. Default 0.2. Max 0.6.

VT_B_TRANS_RAMP: 10.0 # Back transition MC motor ramp up time. Default 3.0 sec.

EKF2_GPS_CHECK: 101.0 # Remove speed checks
EKF2_GPS_CHECK: 101 # Remove speed checks
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
raccoonlab-tools>=0.1.0
autopilot-tools>=0.4.4
autopilot-tools>=0.4.7
wget>=3.2
netifaces
netifaces

0 comments on commit 116136a

Please sign in to comment.