diff options
Diffstat (limited to 'facetracknoir/mappings.hpp')
-rw-r--r-- | facetracknoir/mappings.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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]) } {} |