| Public Member Functions | |
| def | __init__ (self, float time, float dt, gtsam.Point3 accelerometer, gtsam.Point3 gyroscope) | 
| Public Attributes | |
| accelerometer | |
| dt | |
| gyroscope | |
| time | |
An instance of an IMU measurement.
Definition at line 34 of file IMUKittiExampleGPS.py.
| def gtsam.examples.IMUKittiExampleGPS.ImuMeasurement.__init__ | ( | self, | |
| float | time, | ||
| float | dt, | ||
| gtsam.Point3 | accelerometer, | ||
| gtsam.Point3 | gyroscope | ||
| ) | 
Definition at line 36 of file IMUKittiExampleGPS.py.
| gtsam.examples.IMUKittiExampleGPS.ImuMeasurement.accelerometer | 
Definition at line 39 of file IMUKittiExampleGPS.py.
| gtsam.examples.IMUKittiExampleGPS.ImuMeasurement.dt | 
Definition at line 38 of file IMUKittiExampleGPS.py.
| gtsam.examples.IMUKittiExampleGPS.ImuMeasurement.gyroscope | 
Definition at line 40 of file IMUKittiExampleGPS.py.
| gtsam.examples.IMUKittiExampleGPS.ImuMeasurement.time | 
Definition at line 37 of file IMUKittiExampleGPS.py.