diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-30 09:01:50 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-30 09:01:50 +0100 |
commit | 85597784cb1ac8e2bd8aeb34decba1af7c42a71b (patch) | |
tree | dac0189b9acf947084af189273a2baebaae3590b /gui | |
parent | d785d3616500d5846ac8c5f5a6347da832a593b4 (diff) |
wizard: remove 'bump' on default yaw spline
Catmull-Rom sometimes breaks on less than 4 points.
Diffstat (limited to 'gui')
-rw-r--r-- | gui/wizard.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, }; |