Skip to content

Commit 301b3a8

Browse files
shmpwkHansRobo
authored andcommitted
chore(imu_corrector): relax gyro bias threshold parameter (#6582)
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
1 parent d0219d8 commit 301b3a8

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)