Skip to content

Commit

Permalink
Merge branch 'master' into unit-test-improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
ricemaking authored Jan 14, 2025
2 parents 2cf3f8f + ad9e206 commit b7894a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gps/dummy/dummy_gps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ using robot::types::DataPoint;
DataPoint<navtypes::gpscoords_t> readGPSCoords() {
return {};
}

DataPoint<double> readIMUHeading() {
return {};
}

0 comments on commit b7894a4

Please sign in to comment.