summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-01-13 08:25:26 +0100
committerStanislaw Halik <sthalik@misaki.pl>2014-01-13 08:25:26 +0100
commitda51315f4b733f7beff00b1d5213e004ffae7155 (patch)
tree3519861bf87f2cdff9ef6396dbfa97fd7bd1f75a
parent87f57ad0bdf4ad5495dcc6068d3a0853a4c57a18 (diff)
fix typo
-rw-r--r--facetracknoir/tracker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/facetracknoir/tracker.h b/facetracknoir/tracker.h
index 7a6f5171..7ebece02 100644
--- a/facetracknoir/tracker.h
+++ b/facetracknoir/tracker.h
@@ -80,9 +80,9 @@ public:
THeadPoseDOF* axes[6];
HeadPoseData(std::vector<axis_opts*> opts)
{
- axes[TX] = new THeadPoseDOF("tx","tx_alt", 100, 100, 25, 100, opts[TX]);
- axes[TY] = new THeadPoseDOF("ty","ty_alt", 100, 100, 25, 100, opts[TY]);
- axes[TZ] = new THeadPoseDOF("tz","tz_alt", 100, 100, 25, 100, opts[TZ]);
+ axes[TX] = new THeadPoseDOF("tx","tx_alt", 100, 100, 100, 100, opts[TX]);
+ axes[TY] = new THeadPoseDOF("ty","ty_alt", 100, 100, 100, 100, opts[TY]);
+ axes[TZ] = new THeadPoseDOF("tz","tz_alt", 100, 100, 100, 100, opts[TZ]);
axes[Yaw] = new THeadPoseDOF("rx", "rx_alt", 180, 180, 180, 180, opts[Yaw]);
axes[Pitch] = new THeadPoseDOF("ry", "ry_alt", 90, 90, 90, 90, opts[Pitch]);
axes[Roll] = new THeadPoseDOF("rz", "rz_alt", 180, 180, 180, 180, opts[Roll]);