fixed the resizing issues. Kudos to Jenkins for catching that !

release/4.3a0
nsrinivasan7 2015-02-12 09:52:12 -05:00
parent ce85eecaff
commit 91b16766dd
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class OrientedPlane3Factor: public NoiseModelFactor2<Pose3, OrientedPlane3> {
protected: protected:
Symbol poseSymbol_; Symbol poseSymbol_;
Symbol landmarkSymbol_; Symbol landmarkSymbol_;
Vector3 measured_coeffs_; Vector measured_coeffs_;
OrientedPlane3 measured_p_; OrientedPlane3 measured_p_;
typedef NoiseModelFactor2<Pose3, OrientedPlane3 > Base; typedef NoiseModelFactor2<Pose3, OrientedPlane3 > Base;