Loading tests/FrameCameraTests.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -243,6 +243,10 @@ TEST_F(FrameIsdTest, FL500_OffBody4) { state[key] = newValue; sensorModel->replaceModelState(state.dump()); sensorModel->setParameterValue(0, 1000.0); // X sensorModel->setParameterValue(1, 0.0); // Y sensorModel->setParameterValue(2, 0.0); // Z ASSERT_NE(sensorModel, nullptr); csm::ImageCoord imagePt(15.0, 15.0); csm::EcefCoord groundPt = sensorModel->imageToGround(imagePt, 0.0); Loading Loading
tests/FrameCameraTests.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -243,6 +243,10 @@ TEST_F(FrameIsdTest, FL500_OffBody4) { state[key] = newValue; sensorModel->replaceModelState(state.dump()); sensorModel->setParameterValue(0, 1000.0); // X sensorModel->setParameterValue(1, 0.0); // Y sensorModel->setParameterValue(2, 0.0); // Z ASSERT_NE(sensorModel, nullptr); csm::ImageCoord imagePt(15.0, 15.0); csm::EcefCoord groundPt = sensorModel->imageToGround(imagePt, 0.0); Loading