Skip to content

Commit 8068f3a

Browse files
timobktsimonschmeisser
authored andcommitted
Add Kuka Kr 6 R1820
1 parent 984e1f2 commit 8068f3a

22 files changed

+217
-3
lines changed

kuka_kr6_support/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if (CATKIN_ENABLE_TESTING)
1010
find_package(roslaunch REQUIRED)
1111
roslaunch_add_file_check(test/roslaunch_test_kr6r700sixx.xml)
1212
roslaunch_add_file_check(test/roslaunch_test_kr6r900sixx.xml)
13+
roslaunch_add_file_check(test/roslaunch_test_kr6r1820.xml)
1314
endif()
1415

1516
install(DIRECTORY config launch meshes urdf
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0"?>
2+
<launch>
3+
<param name="robot_description" command="$(find xacro)/xacro.py '$(find kuka_kr6_support)/urdf/kuka_kr6_r1820.xacro'"/>
4+
</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_kr6_support)/launch/load_kuka_kr6_r1820.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>
22.8 KB
Binary file not shown.
31 KB
Binary file not shown.
27.3 KB
Binary file not shown.
28.3 KB
Binary file not shown.
63.7 KB
Binary file not shown.
22.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)