mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 12:23:23 +08:00
*** empty log message ***
This commit is contained in:
@@ -31,5 +31,5 @@ clean:
|
||||
play : play.ml
|
||||
$(OCAMLC) -o $@ unix.cma glibivy-ocaml.cma -I +lablgtk2 lablgtk.cma gtkInit.cmo $^ # to check
|
||||
cat ../../pprz_src_test.sh > $@
|
||||
echo 'lablgtk2 unix.cma glibivy-ocaml.cma $$PAPARAZZI_SRC/sw/logalizer/$< $$*' >> $@
|
||||
echo 'exec lablgtk2 unix.cma glibivy-ocaml.cma $$PAPARAZZI_SRC/sw/logalizer/$< $$*' >> $@
|
||||
chmod a+x $@
|
||||
|
||||
@@ -58,7 +58,7 @@ let index_of_time log t =
|
||||
|
||||
let rec run log adj i speed =
|
||||
let (t, m) = log.(i) in
|
||||
Ivy.send (Printf.sprintf "%.2f %s" t m);
|
||||
Ivy.send (Printf.sprintf "%s" m);
|
||||
adj#set_value (t -. fst log.(0));
|
||||
if i + 1 < Array.length log then
|
||||
let dt = fst log.(i+1) -. t in
|
||||
|
||||
Reference in New Issue
Block a user