Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

This repository contains the needed files to run a stand-alone simulation of the UC3M humanoid robot TEO.

Notifications You must be signed in to change notification settings

roboticslab-uc3m/legacy-teo-gazebo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

legacy-teo-gazebo

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

Dependencies

  • 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

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:

  • This repository is intended to be a gazebo stand-alone repository. All the additional no-gazebo plugins are not implemented. This is the case for example of the control. In order to avoid the model to continously fall, a fictional joint between the robot waist and the world have been generated. This joint is called "base_joint", and deleting this joint is as easy as commenting it out in the .sdf file.
  • This repository uses a modified robot description from the following repository https://github.com/roboticslab-uc3m/teo_robot.

About

This repository contains the needed files to run a stand-alone simulation of the UC3M humanoid robot TEO.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages