From 6f31a2521726dbdc6a213cc60687d444feb5277b Mon Sep 17 00:00:00 2001
From: ucart <ucart_groundstation@iastate.edu>
Date: Sun, 23 Apr 2017 02:30:28 -0500
Subject: [PATCH] added 2 cm to touch down scripts cutt off

---
 groundStation/scripts/touch_down.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/groundStation/scripts/touch_down.sh b/groundStation/scripts/touch_down.sh
index 79a4bc11d..7098126f2 100755
--- a/groundStation/scripts/touch_down.sh
+++ b/groundStation/scripts/touch_down.sh
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-cut_off="-0.15"
+cut_off="-0.17"
 regex='[+-]?[0-9]+\.?[0-9]*$'
 
 
-- 
GitLab