Skip to content

Commit

Permalink
IMU_INTEG_TIME default 2500us -> 5000us
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Apr 27, 2020
1 parent 4003ba5 commit 7733a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/sensors/vehicle_imu/imu_parameters.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
* delta angles and delta velocities.
*
* @min 1000
* @max 5000
* @max 10000
* @unit us
* @reboot_required true
* @group Sensors
*/
PARAM_DEFINE_INT32(IMU_INTEG_TIME, 2500);
PARAM_DEFINE_INT32(IMU_INTEG_TIME, 5000);

0 comments on commit 7733a55

Please sign in to comment.