Skip to main content

Curated URDFs and 3D models of the robots and gripper used at airo.

Project description

airo-models

Curated URDFs and 3D models of the robots and gripper used at airo.

Installation

airo-models is available on PyPi and can be installed with pip:

pip install airo-models

Usage

Get the path to a URDF file by a name:

from airo_models.utils import get_urdf_path

ur5e_path = get_urdf_path("ur5e")

To check which models are available:

from airo_models.utils import AIRO_MODEL_NAMES

print(AIRO_MODEL_NAMES)

>>> ['ur3e', 'ur5e', 'robotiq_2f_85']

Local installation

  • clone this repo
  • create the conda environment conda env create -f environment.yaml
  • initialize the pre-commit hooks pre-commit install

Releasing

Releasing to PyPi is done automatically by github actions when a new tag is pushed to the main branch.

  1. Update the version in pyproject.toml.
  2. git tag -a v0.1.0 -m "airo-models v0.1.0"
  3. git push origin v0.1.0

This was set up following this guide first and then this guide.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

airo-models-0.0.3.tar.gz (9.6 MB view hashes)

Uploaded Source

Built Distribution

airo_models-0.0.3-py3-none-any.whl (9.6 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page