From 0c28d9dc80e634ebfbabed5ad446b6a4f82056e3 Mon Sep 17 00:00:00 2001 From: ccolin Date: Mon, 4 Jan 2021 14:49:26 +0100 Subject: add speeding violation reporting --- src/waypoint.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/waypoint.hh') diff --git a/src/waypoint.hh b/src/waypoint.hh index 4b455fd..f304ead 100644 --- a/src/waypoint.hh +++ b/src/waypoint.hh @@ -8,6 +8,7 @@ struct Waypoint { int frame; QVector3D pos; + double computed_speed = 0; Waypoint(unsigned frame, QVector3D pos); Waypoint(const QJsonObject &json); -- cgit v1.2.3-70-g09d2