-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add single_lidar_sensor_kit (#53)
Signed-off-by: liu cui <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9501995
commit 7000082
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
individual_params/config/default/single_lidar_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,8 @@ | ||
sensor_kit_base_link: | ||
velodyne_top_base_link: | ||
x: 0.0 | ||
y: 0.0 | ||
z: 0.0 | ||
roll: 0.0 | ||
pitch: 0.0 | ||
yaw: 1.575 |
8 changes: 8 additions & 0 deletions
8
individual_params/config/default/single_lidar_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,8 @@ | ||
base_link: | ||
sensor_kit_base_link: | ||
x: 0.9 | ||
y: 0.0 | ||
z: 2.0 | ||
roll: -0.001 | ||
pitch: 0.015 | ||
yaw: -0.0364 |