Skip to content

Commit

Permalink
made const
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Aug 23, 2024
1 parent 692c520 commit 18faa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DopplerVelocityLog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ namespace gz
samplePointInSensorFrame;

// Transform sample point to the environmental data frame
std::optional<gz::math::CoordinateVector3>
const std::optional<gz::math::CoordinateVector3>
samplePointInDataFrameCoordVec =
this->worldState->origin.PositionTransform(
gz::math::CoordinateVector3::Metric(samplePointInWorldFrame),
Expand Down

0 comments on commit 18faa46

Please sign in to comment.