|
|
|
@ -135,7 +135,7 @@ public:
@@ -135,7 +135,7 @@ public:
|
|
|
|
|
/* get_delta_time returns the time period in seconds
|
|
|
|
|
* overwhich the sensor data was collected |
|
|
|
|
*/ |
|
|
|
|
virtual float get_delta_time() = 0; |
|
|
|
|
virtual float get_delta_time() const = 0; |
|
|
|
|
|
|
|
|
|
// return the maximum gyro drift rate in radians/s/s. This
|
|
|
|
|
// depends on what gyro chips are being used
|
|
|
|
|