From e52f4f6e9df4634c9f01b84c73e30c06ad5e6dc6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 9 Aug 2016 11:31:04 +0200 Subject: logic/mapping: allow for higher max translation Issue: #408 Reported-by: @olegiy --- opentrack-logic/mappings.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opentrack-logic/mappings.hpp b/opentrack-logic/mappings.hpp index 4cdbc7ac..8e7d3b35 100644 --- a/opentrack-logic/mappings.hpp +++ b/opentrack-logic/mappings.hpp @@ -42,9 +42,9 @@ private: public: Mappings(std::vector opts) : axes { - Mapping("tx","tx_alt", 30, 50, *opts[TX]), - Mapping("ty","ty_alt", 30, 50, *opts[TY]), - Mapping("tz","tz_alt", 30, 50, *opts[TZ]), + Mapping("tx","tx_alt", 30, 75, *opts[TX]), + Mapping("ty","ty_alt", 30, 75, *opts[TY]), + Mapping("tz","tz_alt", 30, 75, *opts[TZ]), Mapping("rx", "rx_alt", 180, 180, *opts[Yaw]), Mapping("ry", "ry_alt", 180, 180, *opts[Pitch]), Mapping("rz", "rz_alt", 180, 180, *opts[Roll]) -- cgit v1.2.3