Skip to content

Commit

Permalink
Fixed unused variable warning in DVL
Browse files Browse the repository at this point in the history
Small stylistic fix.

Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed Aug 16, 2024
1 parent 281a9f4 commit 535de97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/DopplerVelocityLog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1683,9 +1683,6 @@ namespace gz
}
}

const gz::math::Vector3d beamAxisInWorldFrame =
sensorStateInWorldFrame.pose.Rot() * beamAxisInSensorFrame;

const gz::math::Vector3d beamAxisInReferenceFrame =
this->referenceFrameRotation * beamAxisInSensorFrame;

Expand Down

0 comments on commit 535de97

Please sign in to comment.