Skip to content

Commit

Permalink
[SymForce] Fix units comment on ImuPreintegrator
Browse files Browse the repository at this point in the history
Reviewers: chao,david-h,bradley,dominic
Topic: fix-accel-units-comment
GitOrigin-RevId: 31d3a26cd074b7cd4af2753167d092639cb847aa
  • Loading branch information
aaron-skydio authored and ryan-brott-skydio committed Jul 21, 2023
1 parent 691c8f5 commit 2cdc995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symforce/slam/imu_preintegration/imu_preintegrator.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ImuPreintegrator {
* measurement
* @param measured_gyro the next gyroscope measurement after the last integrated measurement
* @param accel_cov the covariance of the accelerometer measurement (represented by its diagonal
* entries) `[(radians / time)^2 * time]`
* entries) `[(meters / time^2)^2 * time]`
* @param gyro_cov the covariance of the gyroscope measurement (represented by its diagonal
* entries) `[(radians / time)^2 * time]`
* @param dt the time span over which these measurements were made
Expand Down

0 comments on commit 2cdc995

Please sign in to comment.