Script in ML for sitl launch

This commit is contained in:
Pascal Brisset
2007-07-12 21:22:28 +00:00
parent af906530d5
commit c5aecfb3d9
3 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ let supervision = fun ?file gui log ->
and run_link = fun args ->
run_and_monitor ?file gui log "link" args
and run_sitl = fun ac_name ->
let args = sprintf "-a %s -boot -norc" ac_name in
let args = sprintf "%s -boot -norc" ac_name in
run_and_monitor ?file gui log "sim" args
in