Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions urdf/go2_description.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ Stephen Brawner (brawner@gmail.com)
<axis
xyz="0 0 0" />
</joint>
<link name="front_camera"/>
<joint name="front_camera_joint" type="fixed">
<origin xyz="0.045 0 0.03" rpy="-1.5708 0 -1.5708" />
<parent link="Head_upper" />
<child link="front_camera" />
<axis xyz="0 0 0" />
</joint>
<link
name="Head_lower">
<inertial>
Expand Down
8 changes: 8 additions & 0 deletions urdf/go2_description.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
</collision>
</link>

<link name="front_camera"/>
<joint name="front_camera_joint" type="fixed">
<origin xyz="0.045 0 0.03" rpy="-1.5708 0 -1.5708" />
<parent link="Head_upper" />
<child link="front_camera" />
<axis xyz="0 0 0" />
</joint>

<link name="Head_lower">
<inertial>
<origin xyz="0 0 0" rpy="0 0 0" />
Expand Down