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.1.0.tar.gz (36.8 MB view details)

Uploaded Source

Built Distribution

hello_robot_stretch_urdf-0.1.0-py3-none-any.whl (37.0 MB view details)

Uploaded Python 3

File details

Details for the file hello_robot_stretch_urdf-0.1.0.tar.gz.

File metadata

File hashes

Hashes for hello_robot_stretch_urdf-0.1.0.tar.gz
Algorithm Hash digest
SHA256 51ed5984dbb6538e9f7cdc573b8a4a283118a13faaa06dc773c9bdda8bfe1034
MD5 d4be1b6d441a0fb2de92a23e68b8b732
BLAKE2b-256 d07d1b4727a173f4f7eb61055dc17bac11ef61ca140fb910a3b10c3c6e39e639

See more details on using hashes here.

File details

Details for the file hello_robot_stretch_urdf-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for hello_robot_stretch_urdf-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 324f5ce0834b45b343e84bb8e8f5cbdd02f1315c6954856f0c68badb2b03e026
MD5 0524b1eb6756706153607d6e924aadd8
BLAKE2b-256 d9b0b616cb96cfac1754c635a4f7de21ba8a73c91de95e80daaeae8bc65e8793

See more details on using hashes here.

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