mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Posix: make simulated devices always pass self tests
To facilitate testing, the simulated devices always return OK for self tests. rc.S was also upated to set CAL_XXXY_ID to the devid so tests pass the calibration check. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -4,6 +4,10 @@ barosim start
|
||||
adcsim start
|
||||
accelsim start
|
||||
gyrosim start
|
||||
param set CAL_GYRO0_ID 2293760
|
||||
param set CAL_ACC0_ID 1310720
|
||||
param set CAL_ACC1_ID 1376256
|
||||
param set CAL_MAG0_ID 196608
|
||||
rgbled start
|
||||
mavlink start
|
||||
sensors start
|
||||
|
||||
Reference in New Issue
Block a user