Skip to content

Commit 10794aa

Browse files
added d455 extrinsic transformations (#23)
Co-authored-by: race14 <[email protected]>
1 parent 5595c6e commit 10794aa

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

config/transform_d455.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
imu_rate: 200.0
2+
odom_rate: 150.0
3+
init_world_with_vicon: false
4+
viconOdomWTopic: "/$(optenv MAV_NAME quadrotor)/odom"
5+
viconOdomWTopic_ros2: "/odom"
6+
publish_tf: true
7+
8+
T_cam_imu:
9+
r0: {c0: 1.0, c1: 0.0, c2: 0.0, c3: 0.029836072320252652}
10+
r1: {c0: 0.0, c1: 1.0, c2: 0.0, c3: -0.007944309062922818}
11+
r2: {c0: 0.0, c1: 0.0, c2: 1.0, c3: -0.016004636243782153}
12+
13+
T_cam_body:
14+
r0: {c0: 0.0 , c1: -0.0, c2: 1.0, c3: 0.065414}
15+
r1: {c0: -1.0, c1: 0.0, c2: -0.0, c3: -0.0616443}
16+
r2: {c0: 0.0, c1: -1.0, c2: 0.0, c3: -0.0474476}
17+
18+
# the rotation and position of the initial position of robot B0 frame w.r.t world frame
19+
T_B0_W:
20+
r0: {c0: 1.0, c1: 0.0, c2: 0.0, c3: 0.0}
21+
r1: {c0: 0.0, c1: 1.0, c2: 0.0, c3: 0.0}
22+
r2: {c0: 0.0, c1: 0.0, c2: 1.0, c3: 0.0}

0 commit comments

Comments
 (0)