-
Notifications
You must be signed in to change notification settings - Fork 218
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
Add Kuka KR 16 R1610 cybertech support #146
Open
simonschmeisser
wants to merge
11
commits into
ros-industrial:melodic-devel
Choose a base branch
from
isys-vision:kr16-r1610-support
base: melodic-devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
6fef419
Basic support for KR cybertech 16 R1610
simonschmeisser 7befcf6
move KR 16 R1610 cybertech to kuka_kr16_support
simonschmeisser 08fd88a
Update XACRO to include flange
simonschmeisser 75c5ad3
Add opw parameters for KR 16 R1610 cybertech
simonschmeisser 9bb3040
Remove leftover files
simonschmeisser ebf974f
fix macro name
simonschmeisser a3216ea
Remove dummy inertial and comments
simonschmeisser 81e4baa
Move offset from flange to joint_a6
simonschmeisser c3bc34e
Manual title instead of (stale) URL
simonschmeisser 7fb354c
Rename test file for KR 16-2
simonschmeisser 07b45e7
move collision mesh for link_6 as well
simonschmeisser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
controller_joint_names: ['joint_a1', 'joint_a2', 'joint_a3', 'joint_a4', 'joint_a5', 'joint_a6'] |
20 changes: 20 additions & 0 deletions
20
kuka_kr16_support/config/opw_parameters_kr16r1610cybertech.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# | ||
# Parameters for use with IK solvers which support OPW (Ortho-Parallel Wrist) | ||
# kinematic configurations, as described in the paper "An Analytical Solution | ||
# of the Inverse Kinematics Problem of Industrial Serial Manipulators with an | ||
# Ortho-parallel Basis and a Spherical Wrist" by Mathias Brandstötter, Arthur | ||
# Angerer, and Michael Hofbaur (Proceedings of the Austrian Robotics Workshop | ||
# 2014, 22-23 May, 2014, Linz, Austria). | ||
# | ||
# The moveit_opw_kinematics_plugin package provides such a solver. | ||
# | ||
opw_kinematics_geometric_parameters: | ||
a1: 0.260 | ||
a2: 0.035 | ||
b: 0.000 | ||
c1: 0.675 | ||
c2: 0.680 | ||
c3: 0.670 | ||
c4: 0.158 | ||
opw_kinematics_joint_offsets: [0.0, -1.57079632679, 0.0, 0.0, 0.0, 0.0] | ||
opw_kinematics_joint_sign_corrections: [-1, 1, 1, -1, 1, -1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<!-- Load robot description to parameter server --> | ||
<param name="robot_description" command="$(find xacro)/xacro '$(find kuka_kr16_support)/urdf/kr16r1610cybertech.xacro'"/> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<include file="$(find kuka_kr16_support)/launch/load_kr16r1610cybertech.launch" /> | ||
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher"> | ||
<param name="use_gui" value="true" /> | ||
</node> | ||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher"/> | ||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find industrial_robot_client)/config/robot_state_visualize.rviz" required="true" /> | ||
</launch> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
250 changes: 250 additions & 0 deletions
250
kuka_kr16_support/meshes/kr16r1610cybertech/visual/base_link.dae
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please also rename this test?