You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`imu_corrector_node` is a node that correct imu data.
6
6
@@ -10,8 +10,6 @@
10
10
<!-- TODO(TIER IV): Make this repository public or change the link. -->
11
11
<!-- Use the value estimated by [deviation_estimator](https://github.com/tier4/calibration_tools/tree/main/localization/deviation_estimation_tools) as the parameters for this node. -->
|`angular_velocity_stddev_yy`| double | pitch rate standard deviation [rad/s]|
38
34
|`angular_velocity_stddev_zz`| double | yaw rate standard deviation [rad/s]|
39
35
40
-
## Assumptions / Known limits
36
+
## gyro_bias_estimator
37
+
38
+
`gyro_bias_validator` is a node that validates the bias of the gyroscope. It subscribes to the `sensor_msgs::msg::Imu` topic and validate if the bias of the gyroscope is within the specified range.
41
39
42
-
## (Optional) Error detection and handling
40
+
Note that the node calculates bias from the gyroscope data by averaging the data only when the vehicle is stopped.
0 commit comments