From 2b3cb1d774812ea0a1a1dae1edfc9b5717095ce3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 5 Oct 2014 20:58:54 +0200 Subject: allow for 180 pitch --- facetracknoir/ftnoir_curves.ui | 138 ----------------------------------------- facetracknoir/mappings.hpp | 2 +- 2 files changed, 1 insertion(+), 139 deletions(-) (limited to 'facetracknoir') diff --git a/facetracknoir/ftnoir_curves.ui b/facetracknoir/ftnoir_curves.ui index 7d6671aa..07e7b6ca 100644 --- a/facetracknoir/ftnoir_curves.ui +++ b/facetracknoir/ftnoir_curves.ui @@ -54,15 +54,6 @@ 260 - - 180 - - - 180 - - - 5 - 255 @@ -100,15 +91,6 @@ 260 - - 180 - - - 180 - - - 5 - 255 @@ -138,18 +120,6 @@ 260 - - 90 - - - 90 - - - 10 - - - 2 - 0 @@ -187,18 +157,6 @@ 260 - - 90 - - - 90 - - - 10 - - - 2 - 0 @@ -228,18 +186,6 @@ 260 - - 180 - - - 180 - - - 5 - - - 1 - 0 @@ -277,18 +223,6 @@ 260 - - 180 - - - 180 - - - 5 - - - 1 - 0 @@ -318,18 +252,6 @@ 260 - - 100 - - - 100 - - - 28 - - - 2 - 255 @@ -367,18 +289,6 @@ 260 - - 100 - - - 100 - - - 28 - - - 2 - 255 @@ -408,18 +318,6 @@ 260 - - 100 - - - 100 - - - 28 - - - 2 - 255 @@ -457,18 +355,6 @@ 260 - - 100 - - - 100 - - - 28 - - - 2 - 255 @@ -498,18 +384,6 @@ 260 - - 100 - - - 100 - - - 28 - - - 2 - 0 @@ -547,18 +421,6 @@ 260 - - 100 - - - 100 - - - 28 - - - 2 - 0 diff --git a/facetracknoir/mappings.hpp b/facetracknoir/mappings.hpp index 4dae7a90..a3e53450 100644 --- a/facetracknoir/mappings.hpp +++ b/facetracknoir/mappings.hpp @@ -44,7 +44,7 @@ public: Mapping("ty","ty_alt", 100, 100, 100, 100, *opts[TY]), Mapping("tz","tz_alt", 100, 100, 100, 100, *opts[TZ]), Mapping("rx", "rx_alt", 180, 180, 180, 180, *opts[Yaw]), - Mapping("ry", "ry_alt", 90, 90, 90, 90, *opts[Pitch]), + Mapping("ry", "ry_alt", 180, 180, 180, 180, *opts[Pitch]), Mapping("rz", "rz_alt", 180, 180, 180, 180, *opts[Roll]) } {} -- cgit v1.2.3