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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file hello_robot_stretch_urdf-0.1.0.tar.gz
.
File metadata
- Download URL: hello_robot_stretch_urdf-0.1.0.tar.gz
- Upload date:
- Size: 36.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51ed5984dbb6538e9f7cdc573b8a4a283118a13faaa06dc773c9bdda8bfe1034 |
|
MD5 | d4be1b6d441a0fb2de92a23e68b8b732 |
|
BLAKE2b-256 | d07d1b4727a173f4f7eb61055dc17bac11ef61ca140fb910a3b10c3c6e39e639 |
File details
Details for the file hello_robot_stretch_urdf-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: hello_robot_stretch_urdf-0.1.0-py3-none-any.whl
- Upload date:
- Size: 37.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 324f5ce0834b45b343e84bb8e8f5cbdd02f1315c6954856f0c68badb2b03e026 |
|
MD5 | 0524b1eb6756706153607d6e924aadd8 |
|
BLAKE2b-256 | d9b0b616cb96cfac1754c635a4f7de21ba8a73c91de95e80daaeae8bc65e8793 |