Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfvdhulst committed Jul 30, 2023
1 parent 5bf3fb8 commit 00b5992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roboteam_world/observer/src/filters/vision/VisionFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ proto::World VisionFilter::process(const std::vector<proto::SSL_WrapperPacket> &
processDetections(packets,geometry_updated,robotData);

//TODO for now not extrapolating because grsim sends packets from 1970...
Time extroplatedToTime = getExtrapolationTimeForPolicy();
Time extropalatedToTime = getExtrapolationTimeForPolicy();

return worldFilter.getWorldPrediction(extroplatedToTime);
return worldFilter.getWorldPrediction(extropalatedToTime);
}
bool VisionFilter::processGeometry(const std::vector<proto::SSL_WrapperPacket>& packets) {
bool newGeometry = false;
Expand Down

0 comments on commit 00b5992

Please sign in to comment.