Skip to content

Commit 8f5c187

Browse files
author
Jan Krieglstein
committed
Add KR270 R2700
Use joint_state_publisher_gui
1 parent e906e76 commit 8f5c187

23 files changed

+2981
-0
lines changed

kuka_kr270_support/CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
cmake_minimum_required(VERSION 3.0.2)
2+
project(kuka_kr270_support)
3+
4+
find_package(catkin REQUIRED)
5+
6+
catkin_package()
7+
8+
if (CATKIN_ENABLE_TESTING)
9+
find_package(roslaunch REQUIRED)
10+
roslaunch_add_file_check(test/roslaunch_test.xml)
11+
endif()
12+
13+
install(DIRECTORY config launch meshes urdf
14+
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<launch>
2+
<param name="robot_description" command="$(find xacro)/xacro '$(find kuka_kr270_support)/urdf/kr270r2700.xacro'" />
3+
</launch>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<launch>
2+
<include file="$(find kuka_kr270_support)/launch/load_kr270r2700.launch" />
3+
<node name="joint_state_publisher" pkg="joint_state_publisher_gui" type="joint_state_publisher_gui">
4+
<param name="use_gui" value="true" />
5+
</node>
6+
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
7+
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find industrial_robot_client)/config/robot_state_visualize.rviz" required="true" />
8+
</launch>
659 KB
Binary file not shown.
658 KB
Binary file not shown.
610 KB
Binary file not shown.
686 KB
Binary file not shown.
134 KB
Binary file not shown.
385 KB
Binary file not shown.

0 commit comments

Comments
 (0)