Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.1 KB

teo-gazebo-models-install.md

File metadata and controls

25 lines (17 loc) · 1.1 KB

teo-gazebo-models: Installation from Source Code

First install the dependencies:

Install the Models

Our software integrates the previous dependencies. Note that you will be prompted for your password upon using '''sudo''' a couple of times:

cd
mkdir -p repos; cd repos
git clone https://github.com/roboticslab-uc3m/teo-gazebo-models.git
cd teo-gazebo-models; mkdir build; cd build
cmake ..
make -j$(nproc); sudo make install; cd

For additional teo-gazebo-models options use ccmake instead of cmake.

Install YARP plugins for Gazebo

These SDF models integrate dynamically loaded plugins designed for interoperating the Gazebo environment from YARP. To make this possible, you need to build and install the robotology/gazebo-yarp-plugins repository. Refer to their installation guides for instructions.