mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 16:59:05 +08:00
* Qflight: add intersil sensor driver * df_isl_wrapper: change driver lib name to isl * posix-config: add df_isl_wrapper start command to eagle startup * isl_wrapper: cleanup isl wrapper * isl: remove unused option -R * isl: change the driver name to isl29501 * DriverFramework: updated submodule again This is to get the latest `make fix-style` changes. * df_isl29501_wrapper: rename wrapper all the way
24 lines
429 B
Plaintext
24 lines
429 B
Plaintext
uorb start
|
|
qshell start
|
|
param set SYS_AUTOSTART 4001
|
|
gps start -d /dev/tty-4
|
|
sleep 1
|
|
param set MAV_TYPE 2
|
|
df_mpu9250_wrapper start
|
|
df_bmp280_wrapper start
|
|
df_hmc5883_wrapper start
|
|
df_trone_wrapper start
|
|
#df_isl29501_wrapper start
|
|
sensors start
|
|
commander start
|
|
ekf2 start
|
|
land_detector start multicopter
|
|
mc_pos_control start
|
|
mc_att_control start
|
|
uart_esc start -d /dev/tty-2
|
|
sleep 1
|
|
list_devices
|
|
list_files
|
|
list_tasks
|
|
list_topics
|