Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

example-robot-data

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

example-robot-data

Set of robot URDFs for benchmarking and developed examples.

  • 4.1.0
  • PyPI
  • Socket score

Maintainers
1

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.

:penguin: Installation

:package: 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
    

:snake: From

As simple as that:

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

:turtle: With ROS

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

:file_folder: From source

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

cmake .. && make && make install

:robot: Show a robot with gepetto-gui

python -m example_robot_data -h to list available robots.

:writing_hand: Written by

:construction_worker: With contributions from

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc