Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSI v4 modification #152

Open
wants to merge 24 commits into
base: melodic-devel
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add endorse tool
bmaric committed Jul 16, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2bd18fb79ec7a57d8e07ef3a1b65856dad6733e4
6 changes: 6 additions & 0 deletions kuka_kr10_gazebo/urdf/kr10.xacro
Original file line number Diff line number Diff line change
@@ -15,4 +15,10 @@
<!-- arm -->
<!--xacro:FT_sensor_gazebo prefix=""/-->

<!-- ENDORSE Tool -->
<xacro:include filename="$(find kuka_kr10_gazebo)/urdf/endorse_tool_macro.xacro"/>

<!-- tool -->
<xacro:endorse_tool_gazebo prefix=""/>

</robot>
12 changes: 6 additions & 6 deletions kuka_kr10_gazebo/urdf/kr10_macro.xacro
Original file line number Diff line number Diff line change
@@ -73,27 +73,27 @@

<!-- Gazebo-specific link properties -->
<gazebo reference="${prefix}base_link">
<material>Gazebo/Black</material>
<material>Gazebo/Grey</material>
<turnGravityOff>true</turnGravityOff>
</gazebo>
<gazebo reference="${prefix}link_1">
<material>Gazebo/DarkGrey</material>
<material>Gazebo/Orange</material>
<turnGravityOff>true</turnGravityOff>
</gazebo>
<gazebo reference="${prefix}link_2">
<material>Gazebo/DarkGrey</material>
<material>Gazebo/Orange</material>
<turnGravityOff>true</turnGravityOff>
</gazebo>
<gazebo reference="${prefix}link_3">
<material>Gazebo/DarkGrey</material>
<material>Gazebo/Orange</material>
<turnGravityOff>true</turnGravityOff>
</gazebo>
<gazebo reference="${prefix}link_4">
<material>Gazebo/DarkGrey</material>
<material>Gazebo/Orange</material>
<turnGravityOff>true</turnGravityOff>
</gazebo>
<gazebo reference="${prefix}link_5">
<material>Gazebo/DarkGrey</material>
<material>Gazebo/Orange</material>
<turnGravityOff>true</turnGravityOff>
</gazebo>
<gazebo reference="${prefix}link_6">
3 changes: 3 additions & 0 deletions kuka_kr10_support/urdf/kr10r1100sixx.xacro
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@
<robot name="kuka_kr10r1100sixx" xmlns:xacro="http://wiki.ros.org/xacro">
<xacro:include filename="$(find kuka_kr10_support)/urdf/kr10r1100sixx_macro.xacro" />
<xacro:kuka_kr10r1100sixx prefix=""/>

<xacro:include filename="$(find kuka_kr10_support)/urdf/endorse_tool_macro.xacro" />
<xacro:endorse_tool prefix=""/>

<!--xacro:include filename="$(find kuka_kr10_support)/urdf/ft_sensor_macro.xacro" /-->
<!--xacro:kuka_ft_sensor prefix=""/-->
3 changes: 2 additions & 1 deletion kuka_kr10_support/urdf/kr10r1100sixx_macro.xacro
Original file line number Diff line number Diff line change
@@ -176,7 +176,8 @@
<parent link="${prefix}link_3"/>
<child link="${prefix}link_4"/>
<axis xyz="-1 0 0"/>
<limit effort="0" lower="${-DEG2RAD * 185}" upper="${DEG2RAD * 185}" velocity="${DEG2RAD * 381}"/>
<!--limit effort="0" lower="${-DEG2RAD * 185}" upper="${DEG2RAD * 185}" velocity="${DEG2RAD * 381}"/-->
<limit effort="0" lower="${-DEG2RAD * 120}" upper="${DEG2RAD * 120}" velocity="${DEG2RAD * 381}"/>
</joint>
<joint name="${prefix}joint_a5" type="revolute">
<origin xyz="0.515 0 0" rpy="0 0 0"/>