From 8fe2fe0a360c6924b7a8d85312ec324715891054 Mon Sep 17 00:00:00 2001 From: Claudio Mandrioli <claudio.mandrioli@control.lth.se> Date: Wed, 10 Oct 2018 11:04:17 +0200 Subject: [PATCH] cycling data final real --- matlab/manipulate_cycling_data.m | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/matlab/manipulate_cycling_data.m b/matlab/manipulate_cycling_data.m index c98e061..2a6a8bb 100644 --- a/matlab/manipulate_cycling_data.m +++ b/matlab/manipulate_cycling_data.m @@ -83,14 +83,10 @@ % end -in_data.IMU.acc = Acc; -in_data.IMU.gyro = Gyr; -in_data.IMU.t = t - - - - - - +% in_data.IMU.acc = Acc; +% in_data.IMU.gyro = Gyr; +% in_data.IMU.t = t; +% in_data.GNSS.pos_ned = Gps; +% in_data.GNSS.t = t_Gps; -- GitLab