Although it is not necessary, we recommend to create a new ROS workspace to keep the I-Dress code in a clean structure. [ROS tutorial] (http://wiki.ros.org/catkin/Tutorials/create_a_workspace)
Create folder path and initialize the workspace:
```bash
$ mkdir-p ~/idress_ws/src
$ cd ~/idress_ws/src
$ catkin_init_workspace
```
Compile it:
```bash
$ cd ~/idress_ws/
$ catkin_make
```
Overlay this workspace:
```bash
$ source devel/setup.bash
```
For permanently maintaining the overlay, source the setup.bash file at the end of ~/.bashrc
## Configuring the needed GIT repositories into the workspace