forked from autowarefoundation/autoware_individual_params
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ftd_sensor to individual params
- Loading branch information
liam.jemmeson
committed
Jun 20, 2024
1 parent
9501995
commit c9a673a
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
individual_params/config/default/ftd_sensor_kit/imu_corrector.param.yaml
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,8 @@ | ||
/**: | ||
ros__parameters: | ||
angular_velocity_stddev_xx: 0.00339 | ||
angular_velocity_stddev_yy: 0.00339 | ||
angular_velocity_stddev_zz: 0.00339 | ||
angular_velocity_offset_x: -0.005799 | ||
angular_velocity_offset_y: -0.007148 | ||
angular_velocity_offset_z: -0.001499 |
15 changes: 15 additions & 0 deletions
15
individual_params/config/default/ftd_sensor_kit/sensor_kit_calibration.yaml
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,15 @@ | ||
sensor_kit_base_link: | ||
hesai_top_base_link: | ||
x: 0.0 | ||
y: 0.0 | ||
z: 0.0 | ||
roll: 0.0 | ||
pitch: 0.0 | ||
yaw: 0.0 | ||
tamagawa/imu_link: | ||
x: 0.0 | ||
y: 0.0 | ||
z: 0.0 | ||
roll: 3.14159265359 | ||
pitch: 0.0 | ||
yaw: 3.14159265359 |
9 changes: 9 additions & 0 deletions
9
individual_params/config/default/ftd_sensor_kit/sensors_calibration.yaml
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,9 @@ | ||
base_link: | ||
sensor_kit_base_link: | ||
x: 1.01 | ||
y: 0.0 | ||
z: 0.93 | ||
roll: 0.0 | ||
pitch: 0.0 | ||
yaw: 0.0 | ||
|