fixed unit test

release/4.3a0
Luca 2014-09-03 20:20:06 -04:00
parent 08a6bff803
commit 8444680e6e
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ Values computeOrientationsGradient(const NonlinearFactorGraph& pose3Graph, const
std::cout << "nr of gradient iterations " << it << std::endl;
// Return correct rotations
const Rot3& Rref = inverseRot.at<Rot3>(keyAnchor);
const Rot3& Rref = Rot3(); // inverseRot.at<Rot3>(keyAnchor);
Values estimateRot;
BOOST_FOREACH(const Values::ConstKeyValuePair& key_value, inverseRot) {
Key key = key_value.key;