Skip to content
Snippets Groups Projects
Select Git revision
  • 336adea32a17eb560a52d796132335556759860a
  • master default protected
  • devel
  • pr/293
  • pr/291
  • update_flake_lock_action
  • pr/247
  • pr/211
  • pr/147
  • pre-commit-ci-update-config
  • pr/59
  • v4.3.0
  • v4.2.0
  • v4.1.0
  • v4.0.8
  • v4.0.7
  • v4.0.6
  • v4.0.2
  • v4.0.1
  • v4.0.0
  • v3.13.1
  • v3.12.0
  • v3.11.0
  • v3.10.0
  • v3.9.1
  • v3.9.0
  • v3.8.0
  • v3.7.0
  • v3.6.1
  • v3.6.0
  • v3.4.2
31 results

example-robot-data

user avatar
Joris Vaillant authored
336adea3
History

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