First install the dependencies:
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.
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.