Skip to content

Commit 7411fc6

Browse files
authored
chore(imu_corrector): relax gyro bias threshold parameter
1 parent 1f6ed4a commit 7411fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**:
22
ros__parameters:
3-
gyro_bias_threshold: 0.0015 # [rad/s]
3+
gyro_bias_threshold: 0.003 # [rad/s]
44
timer_callback_interval_sec: 0.5 # [sec]
55
diagnostics_updater_interval_sec: 0.5 # [sec]
66
straight_motion_ang_vel_upper_limit: 0.015 # [rad/s]

0 commit comments

Comments
 (0)