Skip to content

Commit 2305f47

Browse files
authored
Manual camera calibration with new nano enclosure (#29)
1 parent 70b91c8 commit 2305f47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ada_description/urdf/forque/forque.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<xacro:insert_block name="default_inertial"/>
8585
</xacro:forque_assembly_link>
8686
<!-- The slight rotation was manually added due to empirical deformations in the robot gripped, such that the fingers and fork handle were slightly pitched up relative to the wrist. -->
87-
<xacro:forque_assembly_joint joint_name="forkHandle_to_FTMount" parent="FTMount" child="forkHandle" joint_origin_xyz="0 0 0" joint_origin_rpy="-0.0075 0 0"/>
87+
<xacro:forque_assembly_joint joint_name="forkHandle_to_FTMount" parent="FTMount" child="forkHandle" joint_origin_xyz="0 0 0" joint_origin_rpy="-0.025 0 0"/>
8888

8989
<xacro:forque_assembly_link link_name="forque" link_mesh="ATI-9105-TW-NANO25-E" mass="0.0634" cog="0.0124692 0.0137169 0.010558">
9090
<xacro:insert_block name="default_inertial"/>

ada_moveit/calib/manual/calib_camera_pose.launch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ def generate_launch_description() -> LaunchDescription:
2121
"--child-frame-id",
2222
"camera_color_optical_frame",
2323
"--x",
24-
"0.032",
24+
"0.038",
2525
"--y",
2626
"0.129",
2727
"--z",
2828
"-0.155",
2929
"--roll",
30-
"-0.229",
30+
"-0.219",
3131
"--pitch",
3232
"0.0",
3333
"--yaw",

0 commit comments

Comments
 (0)