Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added d455 extrinsic transformations #23

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}
Loading