Skip to content

Commit

Permalink
Re-generate camera URDF
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jul 31, 2024
1 parent b8311ec commit 8eb4b3b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions urdf/upkie_camera.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -170,19 +170,17 @@ https://github.com/upkie/upkie_description/wiki/Model-conventions/
<child link="camera"/>
</joint>
<link name="camera_eye">
<!-- virtual link -->
<inertial>
<!-- mass should not be zero [1] -->
<mass value="0.001"/>
<origin rpy="0 0 0" xyz="0 0 0"/>
<inertia ixx="0" ixy="0" ixz="0" iyy="0" iyz="0" izz="0"/>
</inertial>
<!-- virtual link: https://github.com/upkie/upkie_description/wiki/Model-conventions#virtual-links -->
<visual>
<geometry>
<box size="0 0 0"/>
</geometry>
<material name="black"/>
</visual>
<inertial>
<mass value="0.001"/>
<origin rpy="0 0 0" xyz="0 0 0"/>
<inertia ixx="0" ixy="0" ixz="0" iyy="0" iyz="0" izz="0"/>
</inertial>
</link>
<joint name="camera_eye_fix" type="fixed">
<origin rpy="0 0 0" xyz="0.00875 0 0.005"/>
Expand Down

0 comments on commit 8eb4b3b

Please sign in to comment.