summaryrefslogtreecommitdiffhomepage
path: root/tracker-aruco
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-08-10 09:50:54 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-08-10 10:42:03 +0200
commitc08d63041e184ae642486eebfb4fd770d0a142b6 (patch)
tree43d2cc38fdfde001667d5f20cd2677125478f9d2 /tracker-aruco
parent8a98b75670cc60d088e9ce47ff13b84a9c2aa04d (diff)
tracker/aruco: make translation units smaller
Issue: #411 Reported-by: @Tux0Topo
Diffstat (limited to 'tracker-aruco')
-rw-r--r--tracker-aruco/ftnoir_tracker_aruco.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-aruco/ftnoir_tracker_aruco.cpp b/tracker-aruco/ftnoir_tracker_aruco.cpp
index 02ca9920..a1ca0ac5 100644
--- a/tracker-aruco/ftnoir_tracker_aruco.cpp
+++ b/tracker-aruco/ftnoir_tracker_aruco.cpp
@@ -247,7 +247,7 @@ void Tracker::set_points()
using f = float;
const f hx = f(s.headpos_x), hy = f(s.headpos_y), hz = f(s.headpos_z);
- static constexpr float size = 100;
+ static constexpr float size = 150;
const int x1=1, x2=2, x3=3, x4=0;