Skip to content

Commit

Permalink
fix readIMUHeading() return type
Browse files Browse the repository at this point in the history
  • Loading branch information
jazonshou committed Nov 19, 2024
1 parent fafbd3f commit 24aa64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gps/dummy/dummy_gps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ DataPoint<navtypes::gpscoords_t> readGPSCoords() {
return {};
}

DataPoint<navtypes::eulerangles_t> readIMUHeading() {
DataPoint<double> readIMUHeading() {
return {};
}

0 comments on commit 24aa64b

Please sign in to comment.