Skip to content

Commit

Permalink
commander preflight check sensors via uORB instead of IOCTL
Browse files Browse the repository at this point in the history
 - remove all platform defines
  • Loading branch information
dagar authored and LorenzMeier committed Sep 18, 2018
1 parent f72e9e4 commit c7e572d
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 239 deletions.
14 changes: 5 additions & 9 deletions ROMFS/px4fmu_common/init.d-posix/rcS
Expand Up @@ -94,18 +94,14 @@ then
param set BAT_N_CELLS 3

param set CAL_ACC0_ID 1376264
param set CAL_ACC0_XOFF 0.01
param set CAL_ACC0_XSCALE 1.01
param set CAL_ACC0_YOFF -0.01
param set CAL_ACC0_YSCALE 1.01
param set CAL_ACC0_ZOFF 0.01
param set CAL_ACC0_ZSCALE 1.01
param set CAL_ACC1_ID 1310728
param set CAL_ACC1_XOFF 0.01
param set CAL_ACC_PRIME 1376264

param set CAL_GYRO0_ID 2293768
param set CAL_GYRO0_XOFF 0.01
param set CAL_GYRO_PRIME 2293768

param set CAL_MAG0_ID 196616
param set CAL_MAG0_XOFF 0.01
param set CAL_MAG_PRIME 196616

param set CBRK_AIRSPD_CHK 0

Expand Down

0 comments on commit c7e572d

Please sign in to comment.