From 53154e5908a5dabab38c80ae754948291d63270f Mon Sep 17 00:00:00 2001 From: Norman Princen <63923352+NPrincen@users.noreply.github.com> Date: Sat, 18 Apr 2020 12:59:49 -0700 Subject: [PATCH] Changed getPOSI to double posi --- C/playbackExample/src/playback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/playbackExample/src/playback.c b/C/playbackExample/src/playback.c index 4d2e594..dd92e45 100644 --- a/C/playbackExample/src/playback.c +++ b/C/playbackExample/src/playback.c @@ -65,7 +65,7 @@ void record(char* path, int interval, int duration) XPCSocket sock = openUDP("127.0.0.1"); for (int i = 0; i < count; ++i) { - float posi[7]; + double posi[7]; int result = getPOSI(sock, posi, 0); playbackSleep(interval); if (result < 0)