Skip to content

Commit

Permalink
updated example startup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Tridgell committed Mar 14, 2014
1 parent 4e2e287 commit a2fab5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions script/Beaver/mavinit.scr
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# example mavproxy startup script for Beaver on aircraft side
set streamrate 5
set moddebug 1
set heartbeat 0
Expand Down
6 changes: 4 additions & 2 deletions script/mav_beaver.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/bin/sh
# example startup script for cuav system on aircraft side

AIRCRAFT=Beaver
GCS=192.168.16.15

ntpdate -b -v $GCS
rdate $GCS
date

mavproxy.py --baudrate 57600 --master /dev/ttyUSB0 --out=$GCS:2626 --aircraft=Beaver "$@"
mavproxy.py --baudrate 57600 --master /dev/ttyUSB0 --out=$GCS:2626 --aircraft=$AIRCRAFT "$@"



0 comments on commit a2fab5e

Please sign in to comment.