Skip to content

Commit

Permalink
Remove unused variable (#453)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Aug 14, 2024
1 parent 08ab86b commit 9458286
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 @@ -1682,9 +1682,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 9458286

Please sign in to comment.