-
Notifications
You must be signed in to change notification settings - Fork 0
3.1 Installation
Ivar Eriksen edited this page Dec 13, 2017
·
2 revisions
Follow guide for ROS Kinetic at http://wiki.ros.org/kinetic/Installation/Ubuntu
sudo apt-get install ros-kinetic-moveit
sudo apt-get install ros-kinetic-industrial-core
(See http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment )
-
1. Need patches to the RSI driver thats not in the offical kuka_experimental repo
git clone https://github.com/itk-thrivaldi/kuka_experimental.git2. URDF and other needed packages
git clone https://github.com/itk-thrivaldi/thrivaldi_common.git3. Optional
1. Install the KUKAVARPROXY driver package ```git clone https://github.com/itk-thrivaldi/kuka_kvp_hw_interface.git``` 2. Use the bio_ik kinematic solver from TAMS-group 1. Install the bio-ik ```git clone https://github.com/TAMS-Group/bio_ik.git``` 2. Check out the bio_ik branch of the support packages From the thrivaldi-common dir: ```git checkout bio-ik```
Run rosdep from CATKIN_WS/src
rosdep install --from-paths ./ --ignore-src --rosdistro kinetic -y
run catkin_make from CATKIN_WS
roslaunch robotlab_moveit_config moveit_planning_execution_rsi.launch sim:=true