Packages for ROS workshops/seminars held by TORK
- Ubuntu 14.04 (Trusty Tahr) 64bit
- No virtual machine (it MIGHT work but cannot be guaranteed)
- Intel i5 4th generation or higher
- You can check by
sudo lshw | grep -i cpu
(ref. this QA thread) - 5GB free disk space
- 1 or more USB ports
- When attending a workshop outside your organization, be sure to disable intra-network setting (e.g. web proxy).
sudo apt-get install git
source /opt/ros/indigo/setup.bash
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src && catkin_init_workspace
git clone https://github.com/tork-a/ros_seminar.git
cd ~/catkin_ws
rosdep install --from-paths src --ignore-src -r -y
catkin_make
source devel/setup.bash