Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kkufieta committed Dec 19, 2023
1 parent 2fdffcc commit dd277d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sensors/movementsensor.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ type TimedMovementSensorReadingResponse struct {

// TimedIMUReadingResponse represents an IMU sensor reading with a time.
type TimedIMUReadingResponse struct {
// TODO[kat]: AngularVelocity is currently in radians. Either leave a comment, or change this.
AngularVelocity spatialmath.AngularVelocity
AngularVelocity spatialmath.AngularVelocity // We set the values in radians/s instead of deg/s
LinearAcceleration r3.Vector
ReadingTime time.Time
}
Expand Down

0 comments on commit dd277d4

Please sign in to comment.