Skip to content

Commit

Permalink
[urdf] Remove some oddities noticed by schema checking (RobotLocomoti…
Browse files Browse the repository at this point in the history
…on#20612)

The removed bits are ignored, but not complained about, by the current
parser. Schema checking (still in development) noticed the problems.
  • Loading branch information
rpoyner-tri authored Nov 30, 2023
1 parent fa2f4a3 commit ac383c3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<sphere radius="1e-7"/>
</geometry>
</collision>
<collision><origin xyz="-0.03 0.0375 0.1" rpy="0 0 0"/><geometry><sphere radius="1e-7"/></geometry>d
<collision><origin xyz="-0.03 0.0375 0.1" rpy="0 0 0"/><geometry><sphere radius="1e-7"/></geometry>
</collision>
<collision>
<origin xyz="0.03 0.0375 0.1" rpy="0 0 0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="allegro_hand_left">
<!-- Base link -->
<link name="hand_root">
<origin xyz="0 0 0"/>
</link>
<joint name="root_to_base" type="fixed">
<parent link="hand_root"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="allegro_hand_right">
<!-- Base link -->
<link name="hand_root">
<origin xyz="0 0 0"/>
</link>
<joint name="root_to_base" type="fixed">
<parent link="hand_root"/>
Expand Down

0 comments on commit ac383c3

Please sign in to comment.