INSTALLATION OF THE MODEL PACKAGES
- Be sure you installed the tools needed: https://sourceforge.net/p/servocontrolvisualderobots/wiki/ROS%20and%20Gazebo%3A%20Installation/
- Change to the <catkin_workspace_dir>/src/</catkin_workspace_dir> and clone the repository:
$ cd <catkin_workspace_dir>/src/
$ git clone ssh://<your-user>@git.code.sf.net/p/servocontrolvisualderobots/code servocontrolvisualderobots-code
- Add the model database of the project in your ~/.bashrc:
$ echo "export GAZEBO_MODEL_PATH=<catkin_workspace_dir>/src/servocontrolvisualderobots-code/src/model" >> ~/.bashrc
- Compile all packages:
$ cd <catkin_workspace_dir>
$ catkin_make
- Execute: