Skip to content

Commit 897b4d1

Browse files
authored
Fixed unused variable warning in DVL (#456)
Signed-off-by: Arjo Chakravarty <[email protected]>
1 parent 281a9f4 commit 897b4d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/DopplerVelocityLog.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,9 +1683,6 @@ namespace gz
16831683
}
16841684
}
16851685

1686-
const gz::math::Vector3d beamAxisInWorldFrame =
1687-
sensorStateInWorldFrame.pose.Rot() * beamAxisInSensorFrame;
1688-
16891686
const gz::math::Vector3d beamAxisInReferenceFrame =
16901687
this->referenceFrameRotation * beamAxisInSensorFrame;
16911688

0 commit comments

Comments
 (0)