Skip to content

Commit

Permalink
pr feedback: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinland committed Jan 4, 2023
1 parent c8c6ee2 commit ee27c56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/movementsensor/gpsrtk/gpsrtk.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ func (g *RTKMovementSensor) setLastError(err error) {

// Start begins NTRIP receiver with specified protocol and begins reading/updating MovementSensor measurements.
func (g *RTKMovementSensor) Start(ctx context.Context) error {
// TODO: Test out what happens if we call this line and then the ReceiveAndWrite* correction
// data goes wrong. Could anything worse than uncorrected data occur?
if err := g.nmeamovementsensor.Start(ctx); err != nil {
return err
}
Expand Down

0 comments on commit ee27c56

Please sign in to comment.