This repository contains the needed files to run an stand-alone simulation of the UC3M humanoid robot teo. (legacy code)
Clone teo-gazebo in your pc
cd; mkdir -p repos; cd repos # make $HOME/repos if it doesn't exist; then, enter it
git clone https://github.com/roboticslab-uc3m/teo-gazebo
Clone this repository in your pc.
cd; mkdir -p repos; cd repos # make $HOME/repos if it doesn't exist; then, enter it
git clone https://github.com/roboticslab-uc3m/teo-gazebo
Copy the teo_model and teo_meshes folders in your local Gazebo model database (~/.gazebo/models/), from root enter:
cd; cd .gazebo; mkdir -p models
cd; cd repos/teo-gazebo
cp -r teo_meshes ~/.gazebo/models/
cp -r teo_model ~/.gazebo/models/
Enter the following command in the root of your clone directory environment.
gazebo teo.world