Skip to content

Commit

Permalink
added d455 extrinsic transformations (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: race14 <[email protected]>
  • Loading branch information
surajkiron and lucamorando95 authored Nov 8, 2024
1 parent 5595c6e commit 10794aa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/transform_d455.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
imu_rate: 200.0
odom_rate: 150.0
init_world_with_vicon: false
viconOdomWTopic: "/$(optenv MAV_NAME quadrotor)/odom"
viconOdomWTopic_ros2: "/odom"
publish_tf: true

T_cam_imu:
r0: {c0: 1.0, c1: 0.0, c2: 0.0, c3: 0.029836072320252652}
r1: {c0: 0.0, c1: 1.0, c2: 0.0, c3: -0.007944309062922818}
r2: {c0: 0.0, c1: 0.0, c2: 1.0, c3: -0.016004636243782153}

T_cam_body:
r0: {c0: 0.0 , c1: -0.0, c2: 1.0, c3: 0.065414}
r1: {c0: -1.0, c1: 0.0, c2: -0.0, c3: -0.0616443}
r2: {c0: 0.0, c1: -1.0, c2: 0.0, c3: -0.0474476}

# the rotation and position of the initial position of robot B0 frame w.r.t world frame
T_B0_W:
r0: {c0: 1.0, c1: 0.0, c2: 0.0, c3: 0.0}
r1: {c0: 0.0, c1: 1.0, c2: 0.0, c3: 0.0}
r2: {c0: 0.0, c1: 0.0, c2: 1.0, c3: 0.0}

0 comments on commit 10794aa

Please sign in to comment.