-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(imu_launch): add gyro_bias_estimator.param.yaml (#232)
* Added gyro_bias_estimator_param_path to all imu.launch.xml Signed-off-by: TaikiYamada4 <[email protected]> * Added gyro_bias_estimator.param.yaml to common_sensor_launch Signed-off-by: TaikiYamada4 <[email protected]> * Fixed value in gyro_bias_estimator.param.yaml Signed-off-by: TaikiYamada4 <[email protected]> * Distribute gyro_bias_estimator.param.yaml to each aip_x1_launch, aip_x2_launch and aip_xx1_launch. Signed-off-by: TaikiYamada4 <[email protected]> --------- Signed-off-by: TaikiYamada4 <[email protected]>
- Loading branch information
1 parent
3517d22
commit 101480d
Showing
6 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/**: | ||
ros__parameters: | ||
gyro_bias_threshold: 0.008 # [rad/s] | ||
timer_callback_interval_sec: 0.5 # [sec] | ||
diagnostics_updater_interval_sec: 0.5 # [sec] | ||
straight_motion_ang_vel_upper_limit: 0.015 # [rad/s] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/**: | ||
ros__parameters: | ||
gyro_bias_threshold: 0.008 # [rad/s] | ||
timer_callback_interval_sec: 0.5 # [sec] | ||
diagnostics_updater_interval_sec: 0.5 # [sec] | ||
straight_motion_ang_vel_upper_limit: 0.015 # [rad/s] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/**: | ||
ros__parameters: | ||
gyro_bias_threshold: 0.008 # [rad/s] | ||
timer_callback_interval_sec: 0.5 # [sec] | ||
diagnostics_updater_interval_sec: 0.5 # [sec] | ||
straight_motion_ang_vel_upper_limit: 0.015 # [rad/s] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters