mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
simulator: replace gpssim with simple orb publication
- this is one of the last pieces of the system that still depend on DriverFramework - add new SIM_GPS_NOISE_X parameter for optionally increasing the GPS noise multiplier (was previously a gpssim command line option) - add SIM_x_BLOCK parameters to block sensor publication - SIM_GPS_BLOCK - SIM_ACCEL_BLOCK - SIM_GYRO_BLOCK - SIM_MAG_BLOCK - SIM_BARO_BLOCK - SIM_DPRES_BLOCK
This commit is contained in:
@@ -12,7 +12,6 @@ dataman start
|
||||
|
||||
simulator start
|
||||
tone_alarm start
|
||||
gpssim start
|
||||
pwm_out_sim start
|
||||
|
||||
ver all
|
||||
|
||||
@@ -12,7 +12,6 @@ dataman start
|
||||
|
||||
simulator start
|
||||
tone_alarm start
|
||||
gpssim start
|
||||
pwm_out_sim start
|
||||
|
||||
ver all
|
||||
|
||||
@@ -16,7 +16,6 @@ dataman start
|
||||
|
||||
simulator start
|
||||
tone_alarm start
|
||||
gpssim start
|
||||
pwm_out_sim start
|
||||
|
||||
rc_update start
|
||||
@@ -84,7 +83,6 @@ sleep 2
|
||||
|
||||
simulator stop
|
||||
tone_alarm stop
|
||||
gpssim stop
|
||||
|
||||
dataman stop
|
||||
#uorb stop
|
||||
|
||||
@@ -12,7 +12,6 @@ dataman start
|
||||
|
||||
simulator start
|
||||
tone_alarm start
|
||||
gpssim start
|
||||
pwm_out_sim start
|
||||
|
||||
ver all
|
||||
|
||||
Reference in New Issue
Block a user