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
Close
Hashes for hello-robot-stretch-urdf-0.0.25.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3f1133fecf030341e88d5b919758d67003df520173a845ab6cfc6615fc149d8 |
|
MD5 | dbd8ed2703f455e4f5e706efd7beb7b2 |
|
BLAKE2b-256 | aa7bfbf491dc44a22a8817d5d6a99217cd630816241541fcfb7fdb54bcfe1deb |
Close
Hashes for hello_robot_stretch_urdf-0.0.25-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 899b57df8a7e3b73ad3d3c6c16e53a9878e3bb95d8c1d6565c12435abbc32093 |
|
MD5 | 64a745e65c6e2afccf7bce254d86cf8e |
|
BLAKE2b-256 | 064f23d3153e86049d661412180f63ec78e84ed258861139f02c2bd3f1e97888 |