Add Vicon-marker to camera extrinsic
Browse files- T_vicon_camera.txt +13 -0
T_vicon_camera.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Results of vicon_marker to camera calibration
|
| 2 |
+
|
| 3 |
+
# tx ty tz qx qy qz qw
|
| 4 |
+
-0.04388495 0.01360262 0.01169922 -0.0038482923019698264 0.008822160253919943 0.10063084976267574 0.9948772749494554
|
| 5 |
+
|
| 6 |
+
# Parent tf (vicon marker)
|
| 7 |
+
realsense_gt_1
|
| 8 |
+
|
| 9 |
+
#Child tf (realsense)
|
| 10 |
+
camera_color_optical_frame
|
| 11 |
+
|
| 12 |
+
# Example ROS static transform publisher
|
| 13 |
+
rosrun tf static_transform_publisher -0.04388495 0.01360262 0.01169922 -0.0038482923019698264 0.008822160253919943 0.10063084976267574 0.9948772749494554 realsense_gt_1 camera_color_optical_frame 100
|