Skip to main content

Stretch URDF

Project description

Overview

The Stretch URDF package provides URDF and Mesh files for use by Stretch Body. This URDF data is uncalibrated and is managed completely seperately from the Stretch ROS(2) URDF data.

This package can be installed by:

python3 -m pip install  -U hello-robot-stretch-urdf

The URDF and mesh data is installed as a Python package. It's location can be found as:

import importlib.resources as importlib_resources
pkg = str(importlib_resources.files("stretch_urdf"))

The URDF naming convention is stretch_description_<model_name>_<tool_name>.urdf For example:

model_name = robot.params['model_name']
tool_name = robot.params['tool']
urdf_name = pkg + '/%s/stretch_description_%s_%s.urdf' % (model_name, model_name, tool_name)

For further example usesage, see the included stretch_urdf_example.py

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

hello-robot-stretch-urdf-0.0.23.tar.gz (36.3 MB view hashes)

Uploaded Source

Built Distribution

hello_robot_stretch_urdf-0.0.23-py3-none-any.whl (36.2 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