Skip to content

Commit

Permalink
chore(imu_monitor): change yaw_rate_diff_threshold from 0.07 to 0.14 (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#569)

chore: change yaw_rate_diff_threshold from 0.07 to 0.14

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
  • Loading branch information
TomohitoAndo authored Jun 11, 2023
1 parent b5ce510 commit a272194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/imu_monitor/config/imu_monitor.param.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**:
ros__parameters:
yaw_rate_diff_threshold: 0.07 # [rad/s]
yaw_rate_diff_threshold: 0.14 # [rad/s]
frame_id: base_link

0 comments on commit a272194

Please sign in to comment.