pass in expected Rot3 and parameter p

release/4.3a0
acxz 2020-07-24 16:40:18 -04:00
parent 07364f8616
commit 15f581ce29
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ int main(int argc, char* argv[]) {
const auto& Tij = factor->measured();
const auto& model = factor->noiseModel();
graph.emplace_shared<FrobeniusWormholeFactor>(
keys[0], keys[1], SO3(Tij.rotation().matrix()), model);
keys[0], keys[1], Rot3(Tij.rotation().matrix()), 4, model);
}
std::mt19937 rng(42);