mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 04:33:10 +08:00
Updated ROMFS scrips, created new ardrone_interface to jointly use multirotor_att_control on all multirotors, including AR.Drone frames
This commit is contained in:
@@ -18,7 +18,7 @@ sh /etc/init.d/rc.sensors
|
||||
#
|
||||
# Start MAVLink
|
||||
#
|
||||
mavlink -d /dev/ttyS0 -b 57600 &
|
||||
mavlink start -d /dev/ttyS0 -b 57600
|
||||
|
||||
#
|
||||
# Start the commander.
|
||||
|
||||
@@ -18,7 +18,7 @@ sh /etc/init.d/rc.sensors
|
||||
#
|
||||
# Start MAVLink
|
||||
#
|
||||
mavlink -d /dev/ttyS0 -b 57600 &
|
||||
mavlink start -d /dev/ttyS0 -b 57600
|
||||
usleep 5000
|
||||
|
||||
#
|
||||
|
||||
@@ -8,13 +8,12 @@
|
||||
#
|
||||
|
||||
#ms5611 start
|
||||
#mpu6000 start
|
||||
|
||||
#
|
||||
# Start the sensor collection task.
|
||||
#
|
||||
# XXX should be 'sensors start'
|
||||
#
|
||||
sensors &
|
||||
sensors start
|
||||
|
||||
#
|
||||
# Test sensor functionality
|
||||
|
||||
Reference in New Issue
Block a user