Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hello-robot-stretch-urdf

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hello-robot-stretch-urdf

Stretch URDF

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc