Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 553 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 553 Bytes

pa10_ros

forked from akrouch-robi in bitbucket

How to Use

  1. Install dependencies
# MoveIt! packages and controller manager for ROS Kinetic
sudo apt install ros-kinetic-moveit* ros-kinetic-controller-manager*

# Industrial packages
sudo apt-get install ros-kinetic-industrial-core ros-kinetic-industrial-robot-client ros-kinetic-industrial-robot-simulator
  1. build source
cd ~/<Your Workspace>/
catkin_make
catkin build #if you use catkin_tools

Please see pa10_tutor repo here.