mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
simulator: break out standalone battery simulator module
- this is a small step towards unifying SITL & HITL
This commit is contained in:
@@ -11,6 +11,7 @@ param set SYS_RESTART_TYPE 0
|
||||
|
||||
dataman start
|
||||
|
||||
battery_simulator start
|
||||
simulator start
|
||||
tone_alarm start
|
||||
pwm_out_sim start
|
||||
|
||||
@@ -11,6 +11,7 @@ param set SYS_RESTART_TYPE 0
|
||||
|
||||
dataman start
|
||||
|
||||
battery_simulator start
|
||||
simulator start
|
||||
tone_alarm start
|
||||
pwm_out_sim start
|
||||
|
||||
@@ -15,6 +15,7 @@ param set SYS_RESTART_TYPE 0
|
||||
|
||||
dataman start
|
||||
|
||||
battery_simulator start
|
||||
simulator start
|
||||
tone_alarm start
|
||||
pwm_out_sim start
|
||||
|
||||
@@ -11,6 +11,7 @@ param set SYS_RESTART_TYPE 0
|
||||
|
||||
dataman start
|
||||
|
||||
battery_simulator start
|
||||
simulator start
|
||||
tone_alarm start
|
||||
pwm_out_sim start
|
||||
|
||||
@@ -9,4 +9,5 @@ sleep 1
|
||||
mavlink stream -u 14556 -s HIGHRES_IMU -r 50
|
||||
mavlink stream -u 14556 -s ATTITUDE -r 50
|
||||
mavlink boot_complete
|
||||
battery_simulator start
|
||||
simulator start
|
||||
|
||||
Reference in New Issue
Block a user