Skip to content

Commit

Permalink
add ladar and camera links/joints in H1 urdf
Browse files Browse the repository at this point in the history
  • Loading branch information
BDLUO committed Apr 8, 2024
1 parent 6029657 commit 2fe1078
Showing 1 changed file with 119 additions and 0 deletions.
119 changes: 119 additions & 0 deletions robots/h1_description/urdf/h1.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -1143,4 +1143,123 @@ Stephen Brawner ([email protected])
<axis
xyz="0 0 0" />
</joint>


<link
name="d435_left_imager_link">
<visual>
<origin
xyz="0 0 0"
rpy="0 0 0" />
<geometry>
<sphere
radius="0.001" />
</geometry>
<material
name="">
<color
rgba="1 1 1 1" />
</material>
</visual>
<collision>
<origin
xyz="0 0 0"
rpy="0 0 0" />
<geometry>
<sphere
radius="0.001" />
</geometry>
</collision>
</link>
<joint
name="d435_left_imager_joint"
type="fixed">
<origin
xyz="0.10848474394 0.0175 0.69317107367"
rpy="-2.45735 0 -1.57080" />
<parent
link="torso_link" />
<child
link="d435_left_imager_link" />
<axis
xyz="0 0 0" />
</joint>
<link
name="d435_rgb_module_link">
<visual>
<origin
xyz="0 0 0"
rpy="0 0 0" />
<geometry>
<sphere
radius="0.001" />
</geometry>
<material
name="">
<color
rgba="1 1 1 1" />
</material>
</visual>
<collision>
<origin
xyz="0 0 0"
rpy="0 0 0" />
<geometry>
<sphere
radius="0.001" />
</geometry>
</collision>
</link>
<joint
name="d435_rgb_module_joint"
type="fixed">
<origin
xyz="0.10848474394 0.0325 0.69317107367"
rpy="-2.45735 0 -1.57080" />
<parent
link="torso_link" />
<child
link="d435_rgb_module_link" />
<axis
xyz="0 0 0" />
</joint>
<link
name="mid360_link">
<visual>
<origin
xyz="0 0 0"
rpy="0 0 0" />
<geometry>
<sphere
radius="0.001" />
</geometry>
<material
name="">
<color
rgba="1 1 1 1" />
</material>
</visual>
<collision>
<origin
xyz="0 0 0"
rpy="0 0 0" />
<geometry>
<sphere
radius="0.001" />
</geometry>
</collision>
</link>
<joint
name="mid360_joint"
type="fixed">
<origin
xyz="0.04729990180 0 0.67492878653"
rpy="0 0.243124 0" />
<parent
link="torso_link" />
<child
link="mid360_link" />
<axis
xyz="0 0 0" />
</joint>
</robot>

0 comments on commit 2fe1078

Please sign in to comment.