px4-firmware/posix-configs/SITL/init/test/tests_template.in

33 lines
375 B
Plaintext
Raw Normal View History

2016-12-30 21:57:10 -04:00
uorb start
param load
param set SYS_RESTART_TYPE 0
dataman start
2017-01-03 04:25:09 -04:00
simulator start -t
2016-12-30 21:57:10 -04:00
tone_alarm start
gyrosim start
accelsim start
barosim start
gpssim start
2017-01-03 04:25:09 -04:00
measairspeedsim start
pwm_out_sim start
ver all
2016-12-30 21:57:10 -04:00
list_tasks
list_devices
list_topics
list_files
mavlink start -x -u 14556 -r 2000000
2017-01-03 04:25:09 -04:00
mavlink boot_complete
2017-01-02 00:52:00 -04:00
2016-12-30 21:57:10 -04:00
tests @test_name@
dataman status
dataman stop
2016-12-30 21:57:10 -04:00
shutdown