roboticslab-uc3m / legacy-teo-gazebo

This repository contains the needed files to run a stand-alone simulation of the UC3M humanoid robot TEO.
0 stars 0 forks source link
simulation teo

legacy-teo-gazebo

This repository contains the needed files to run an stand-alone simulation of the UC3M humanoid robot teo. (legacy code)

Dependencies

Installation steps

  1. 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
  2. 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/

Starting the simulation

Enter the following command in the root of your clone directory environment.

   gazebo teo.world

NOTES: