From 85597784cb1ac8e2bd8aeb34decba1af7c42a71b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 30 Oct 2015 09:01:50 +0100 Subject: wizard: remove 'bump' on default yaw spline Catmull-Rom sometimes breaks on less than 4 points. --- gui/wizard.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gui') diff --git a/gui/wizard.cpp b/gui/wizard.cpp index 4b0ccba0..cf987ecb 100644 --- a/gui/wizard.cpp +++ b/gui/wizard.cpp @@ -18,6 +18,7 @@ static constexpr double tz[][2] = { static constexpr double yaw[][2] = { { 10.7462686567164, 20.9302325581395 }, + { 30, 115 }, { 41.9517784118652, 180 }, { -1, -1 }, }; -- cgit v1.2.3