bug fix - finalizing last few tests
parent
7988a7050f
commit
4fd6c2cb5d
|
@ -178,7 +178,8 @@ class SmartProjectionPoseFactorRollingShutter
|
||||||
|
|
||||||
if (world_P_body_key_pairs.size() != measurements.size()
|
if (world_P_body_key_pairs.size() != measurements.size()
|
||||||
|| world_P_body_key_pairs.size() != alphas.size()
|
|| world_P_body_key_pairs.size() != alphas.size()
|
||||||
|| world_P_body_key_pairs.size() != cameraIds.size()) {
|
|| (world_P_body_key_pairs.size() != cameraIds.size()
|
||||||
|
&& cameraIds.size() != 0)) { // cameraIds.size()=0 is default
|
||||||
throw std::runtime_error("SmartProjectionPoseFactorRollingShutter: "
|
throw std::runtime_error("SmartProjectionPoseFactorRollingShutter: "
|
||||||
"trying to add inconsistent inputs");
|
"trying to add inconsistent inputs");
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue