mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 12:30:27 +08:00
ModuleBase add common base type and cleanup
This commit is contained in:
@@ -68,24 +68,15 @@ uorb status
|
||||
|
||||
# stop all
|
||||
echo "Stopping all modules"
|
||||
modules stop-all
|
||||
logger stop
|
||||
pwm_out_sim stop
|
||||
mc_rate_control stop
|
||||
mc_att_control stop
|
||||
fw_att_control stop
|
||||
mc_pos_control stop
|
||||
fw_pos_control_l1 stop
|
||||
navigator stop
|
||||
commander stop
|
||||
land_detector stop
|
||||
ekf2 stop
|
||||
airspeed_selector stop
|
||||
sensors stop
|
||||
|
||||
simulator stop
|
||||
tone_alarm stop
|
||||
|
||||
dataman stop
|
||||
sleep 2
|
||||
#uorb stop
|
||||
|
||||
shutdown
|
||||
|
||||
Reference in New Issue
Block a user