Experimental packages for Kawasaki manipulators within ROS-Industrial. See the ROS wiki page for more information.
This repository contains packages that will (eventually) be migrated to a kawasaki repository after they have received sufficient testing. The contents of these packages are subject to change, without prior notice. Any available APIs are to be considered unstable and are not guaranteed to be complete and / or functional.
These packages have been created on Ubuntu Trusty and ROS Indigo, but are expected to work under Xenial and Kinetic as well. Some dependencies may have to be build from sources on newer OS/ROS combinations though.
To setup a workspace and start using the packages, follow the below steps (make sure to have installed basic ROS and catkin_tools):
$ source /opt/ros/$distro/setup.bash
$ mkdir -p $HOME/kawasaki_ws/src
$ cd $HOME/kawasaki_ws/src
$ git clone https://github.com/gavanderhoorn/kawasaki_experimental.git
$ cd $HOME/kawasaki_ws
$ rosdep update
$ rosdep install --from-paths src --ignore-src
# follow instructions and let it install dependencies
$ catkin build
After a successful build, activate the workspace with source devel/setup.bash
.