Skip to content

Gepetto/example-robot-data

Folders and files

NameName
Last commit message
Last commit date
Mar 18, 2025
Mar 18, 2025
Nov 6, 2023
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025
Apr 19, 2022
Apr 1, 2022
Jul 9, 2024
Feb 20, 2019
Mar 17, 2025
Mar 18, 2025
Jul 26, 2024
Jun 19, 2020
May 18, 2023
Jan 13, 2025
Mar 23, 2025
Mar 18, 2025
Mar 18, 2025
Jul 9, 2024

Repository files navigation

Example robot URDFs

pipeline status conde version conde download PyPI version pre-commit.ci status Code style: black

This repository includes a set of robot descriptions that are aimed to be used in benchmarking, unit-tests, teachings, tutorials or show-cases. These source files do not intend to substitute their original repositories.

🐧 Installation

πŸ“¦ From Debian / Ubuntu packages, with robotpkg

  1. If you have never added robotpkg's software repository, do it now:

    sudo tee /etc/apt/sources.list.d/robotpkg.list <<EOF
    deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub $(lsb_release -sc) robotpkg
    EOF
    
    curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -
    sudo apt update
  2. installation of example-robot-data and its python utils:

    sudo apt install robotpkg-py3\*-example-robot-data

🐍 From

As simple as that:

   conda install example-robot-data -c conda-forge

🐒 With ROS

Just clone it (with --recursive) into a catkin workspace.

πŸ“ From source

Clone it (with --recursive), create a build directory inside, and:

cmake .. && make && make install

πŸ€– Show a robot with gepetto-gui

python -m example_robot_data -h to list available robots.

©️ Credits

✍️ Written by

πŸ‘· With contributions from