From d7d0d9ea513ea146d42bd5f6397abcd5943ca73b Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 18 Apr 2013 15:53:25 +0200 Subject: Fixed startup scripts for default platforms, needs integration with wiki to avoid similar issues --- ROMFS/scripts/rc.PX4IOAR | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'ROMFS/scripts/rc.PX4IOAR') diff --git a/ROMFS/scripts/rc.PX4IOAR b/ROMFS/scripts/rc.PX4IOAR index 72df68e35..6af91992e 100644 --- a/ROMFS/scripts/rc.PX4IOAR +++ b/ROMFS/scripts/rc.PX4IOAR @@ -2,10 +2,10 @@ # # Flight startup script for PX4FMU on PX4IOAR carrier board. # - + # Disable the USB interface set USB no - + # Disable autostarting other apps set MODE ardrone @@ -25,13 +25,18 @@ if [ -f /fs/microsd/parameters ] then param load /fs/microsd/parameters fi - + # # Force some key parameters to sane values # MAV_TYPE 1 = fixed wing, 2 = quadrotor, 13 = hexarotor # see https://pixhawk.ethz.ch/mavlink/ # param set MAV_TYPE 2 + +# +# Configure PX4FMU for operation with PX4IOAR +# +fmu mode_gpio_serial # # Start the sensors. @@ -54,11 +59,6 @@ commander start # attitude_estimator_ekf start -# -# Configure PX4FMU for operation with PX4IOAR -# -fmu mode_gpio_serial - # # Fire up the multi rotor attitude controller # @@ -68,17 +68,17 @@ multirotor_att_control start # Fire up the AR.Drone interface. # ardrone_interface start -d /dev/ttyS1 - -# -# Start GPS capture -# -gps start # # Start logging # sdlog start -s 10 +# +# Start GPS capture +# +gps start + # # Start system state # @@ -95,4 +95,5 @@ fi # use the same UART for telemetry # echo "[init] startup done" + exit \ No newline at end of file -- cgit v1.2.3