Skip to content

Commit f79a31f

Browse files
Basic support for KR cybertech 16 R1610
it has nothing in common with the traditional KR16-2, therefore it resides in its own package
1 parent 0f03b98 commit f79a31f

File tree

22 files changed

+3858
-0
lines changed

22 files changed

+3858
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
cmake_minimum_required(VERSION 2.8.3)
2+
3+
project(kuka_cybertech_kr16_r1610_support)
4+
5+
find_package(catkin REQUIRED)
6+
7+
catkin_package()
8+
9+
if (CATKIN_ENABLE_TESTING)
10+
find_package(roslaunch REQUIRED)
11+
roslaunch_add_file_check(test/roslaunch_test.xml)
12+
endif()
13+
14+
install(DIRECTORY config launch meshes urdf
15+
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
controller_joint_names: ['joint_a1', 'joint_a2', 'joint_a3', 'joint_a4', 'joint_a5', 'joint_a6']
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0"?>
2+
<launch>
3+
<!-- Load robot description to parameter server -->
4+
<param name="robot_description" command="$(find xacro)/xacro --inorder '$(find kuka_cybertech_kr16_r1610_support)/urdf/kr16_r1610.xacro'"/>
5+
</launch>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0"?>
2+
<launch>
3+
<include file="$(find kuka_cybertech_kr16_r1610_support)/launch/load_kr16_r1610.launch" />
4+
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher">
5+
<param name="use_gui" value="true" />
6+
</node>
7+
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher"/>
8+
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find industrial_robot_client)/config/robot_state_visualize.rviz" required="true" />
9+
</launch>
8.38 KB
Binary file not shown.
15.9 KB
Binary file not shown.
21.4 KB
Binary file not shown.
19.9 KB
Binary file not shown.
15.8 KB
Binary file not shown.
59.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)