Skip to content

Commit

Permalink
add readIMUHeading method in dummy_gps
Browse files Browse the repository at this point in the history
  • Loading branch information
jazonshou committed Nov 19, 2024
1 parent 8c5bcbe commit fafbd3f
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<navtypes::eulerangles_t> readIMUHeading() {
return {};
}

0 comments on commit fafbd3f

Please sign in to comment.