Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Aug 14, 2024
1 parent 08ab86b commit f3f42d3
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 f3f42d3

Please sign in to comment.