Only released in EOL distros:  

Status

Experimental

EXPERIMENTAL: This status indicates that this software is experimental code at best. There are known issues and missing functionality. The APIs are completely unstable and likely to change. Use in production systems is not recommended. All code starts at this level. For more information see the ROS-Industrial software status page.

Experimental

EXPERIMENTAL: This status indicates that this software is experimental code at best. There are known issues and missing functionality. The APIs are completely unstable and likely to change. Use in production systems is not recommended. All code starts at this level. For more information see the ROS-Industrial software status page.

Overview

This repository is part of the ROS-Industrial program. It contains experimental packages that will be moved to the KUKA repository once they've received sufficient testing and review.

Installation

Due to the experimental nature of these packages, they have not been released and are not part of any ROS distribution. In order to use them, they will have to be build from source.

In a catkin workspace:

   1 cd /path/to/catkin_ws/src
   2 
   3 # retrieve the latest development version of kuka_experimental
   4 git clone https://github.com/ros-industrial/kuka_experimental.git
   5 
   6 cd ..
   7 
   8 # checking dependencies
   9 rosdep install --from-paths src --ignore-src
  10 
  11 # building
  12 catkin_make

Refer to the catkin tutorials for more information.

Tutorials

Tutorials detailing the installation and setup of the packages will be made available at a later date.

For the generic ROS-Industrial tutorials, please see the ROS-Industrial training exercises.

Contact us/Technical support

For questions related to the KUKA support or ROS-Industrial in general, please contact the developers by posting a message in the ROS-Industrial category on ROS Discourse.

Report a Bug

Use GitHub to report bugs or submit feature requests. [View active issues]

Wiki: kuka_experimental (last edited 2018-03-04 13:33:11 by GvdHoorn)