Commit 71b95c43 authored by Kristin Berry's avatar Kristin Berry
Browse files

test x scaling for reset model state

parent 66024a82
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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);