Skip to content

Commit

Permalink
feat: new camera mount
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandimaFernando committed Dec 10, 2024
1 parent bd11dd2 commit 1484004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
inertia_parameters:
mount_base_mass: 0.1137
mount_base_mass: 0.0543
camera_mass: 0.440

links:
mount_base:
width: 0.0753
length: 0.1127
height: 0.04
height: 0.077

camera:
width: 0.103
Expand Down
2 changes: 1 addition & 1 deletion src/ur3e_hande_robot_description/urdf/camera_mount.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<joint name="camera_base_to_mount" type="fixed">
<parent link="mount" />
<child link="camera_base" />
<origin xyz="0. -0.09 0.0725" rpy="${pi/2} 0. 0." />
<origin xyz="0. -0.11 0.0725" rpy="${pi/2} 0. 0." />
</joint>

<joint name="camera_base_to_camera_base_map" type="fixed">
Expand Down

0 comments on commit 1484004

Please sign in to comment.