summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
authorMartin Miller2017-03-27 14:22:15 -0500
committerMartin Miller2017-03-27 14:22:15 -0500
commitd98f18feaf37f40389968715106938b6e58a94c5 (patch)
tree147f68ab8ae8e144ea9b8db5c97102374cc2868d /src/feature.h
parentdea8e97a10ba23fc0aeb98ac57106540936c73f4 (diff)
downloadrefslam-d98f18feaf37f40389968715106938b6e58a94c5.zip
refslam-d98f18feaf37f40389968715106938b6e58a94c5.tar.gz
Fix Hx, Hy initialization
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h
index a169287..fc5b171 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -25,7 +25,7 @@ class Feature
public:
/* ==================== LIFECYCLE ======================================= */
Feature ( int id, const Vector3d &xs, const Vector3d &xr,
- const Vector3d &xbw, const Quaterniond &q, double z ); /* constructor */
+ const Vector3d &xbw, const Quaterniond &q);
/* ==================== ACCESSORS ======================================= */
int id();