Fixed a typo that disabled the testTriangulation tests.
parent
ac186a0ae4
commit
485b3b475a
|
|
@ -263,6 +263,7 @@ TEST( triangulation, twoIdenticalPoses) {
|
|||
CHECK_EXCEPTION(triangulatePoint3(poses, measurements, *sharedCal),
|
||||
TriangulationUnderconstrainedException);
|
||||
}
|
||||
*/
|
||||
|
||||
/* ************************************************************************* */
|
||||
int main() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue