mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 08:55:51 +08:00
[ground_segment] add a video synchronizer tool
A tool to replay a video of a flight in sync with the replay of the log. Closes #770
This commit is contained in:
@@ -150,6 +150,7 @@ let run = fun serial_port log adj i0 speed no_gui ->
|
||||
let rec loop = fun i ->
|
||||
let (t, ac, m) = log.(i) in
|
||||
Ivy.send (Printf.sprintf "replay%s %s" ac m);
|
||||
Ivy.send (Printf.sprintf "time%s %f" ac t);
|
||||
begin
|
||||
match serial_port with
|
||||
None -> ()
|
||||
|
||||
Reference in New Issue
Block a user