Skip to content

Commit

Permalink
Merge branch 'feat/robotiq_ros2_support' into 'humble-devel'
Browse files Browse the repository at this point in the history
Fix robot description urdf error

See merge request robots/pal_robotiq_gripper!20
  • Loading branch information
doterkuile committed Jan 23, 2024
2 parents 00cb16e + 0202bbe commit e6bdcfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions pal_robotiq_description/urdf/grasping_frames.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->

<robot xmlns:xacro="http://ros.org/wiki/xacro">

<!--
Utility to create a grasping frame in the end effector.
Expand All @@ -23,7 +21,6 @@
rpy: roll pitch yaw angles from parent link
xyz: distances from parent link
-->

<xacro:macro name="pal_robotiq_grasping_frames" params="prefix xyz">
<!-- Grasping frame X -->
<joint name="${prefix}grasping_frame_joint" type="fixed">
Expand Down
12 changes: 0 additions & 12 deletions pal_robotiq_description/urdf/robotiq.ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -160,18 +160,6 @@ limitations under the License.

</xacro:macro>

<!-- <xacro:macro name="ros2_control_robotiq_epick" params="name reduction" >
<joint name="${name}_joint">
<command_interface name="effort" />

<state_interface name="position" />
<state_interface name="velocity" />
<state_interface name="effort" />
</joint>
<xacro:include filename="$(find pal_robotiq_description)/urdf/robotiq.transmission.xacro" />
<xacro:robotiq_transmission name="${name}" reduction="${reduction}" />
</xacro:macro> -->

</robot>

0 comments on commit e6bdcfb

Please sign in to comment.