Skip to content

Commit

Permalink
Merge branch 'issue_#27_update_demo_manipulation' of https://github.c…
Browse files Browse the repository at this point in the history
…om/jrgnicho/industrial_training into issue_#27_update_demo_manipulation
  • Loading branch information
ros-industrial authored and ros-industrial committed May 16, 2014
2 parents 21b7a55 + dd9e2de commit 714a904
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,4 @@ industrial_training
Training material for ROS-Industrial.


## IO dependencies installation
===================
The following instructions are base on the guidelines provided in :
https://github.com/orocos/rtt_ros_integration

### Build orocos from source

```shell
export OROCOS_TARGET=gnulinux
mkdir -p ~/ros/hydro/catkin_underlay_isolated/src/orocos
cd ~/ros/hydro/catkin_underlay_isolated
git clone --recursive git://gitorious.org/orocos-toolchain/orocos_toolchain.git -b toolchain-2.7 src/orocos/orocos_toolchain
catkin_make_isolated --install
```

Then create the 'devel' directory by running the following:
```shell
catkin_make
```

This will fail to build since there are non-catkin packages in this repo. This is
ok since the 'devel' directory and the setup scripts will be created regardless.

### Build rtt-ros-integration from source

```shell
mkdir -p ~/ros/hydro/catkin_underlay/src
cd ~/ros/hydro/catkin_underlay
git clone https://github.com/orocos/rtt_ros_integration.git src/rtt_ros_integration
source ../catkin_underlay_isolated/devel/setup.sh
catkin_make --jobs=2
source devel/setup.sh
```

### Add workspace to your environment setup
In your .bashrc script add the following line:

```shell
source "~/ros/hydro/catkin_underlay/devel/setup.sh"
```

0 comments on commit 714a904

Please sign in to comment.