Stretch Body Tools
Project description
This package provides Python tools that work with the Hello Robot Stretch Body package. These tools perform common tasks when working with Stretch RE1 (e.g. homing and stowing), and serve as tutorial code for working on various parts of the robot.
Installing
To install stable Stretch Body Command Line Tools for Python2, run:
`bash $ python -m pip install --upgrade hello-robot-stretch-body-tools `
To install a pre-release of the Command Line Tools for Python2, run:
`bash $ python -m pip install --upgrade --pre hello-robot-stretch-body-tools `
Please report feedback on the [Issue Tracker](https://github.com/hello-robot/stretch_body/issues) or the [Forum](https://forum.hello-robot.com/).
For Python3, substitute python with python3.
Usage
All of the command-line tools reside within the bin/ folder. When this package is installed, they are accessible from anywhere as command-line tools. For example, to perform a robot system check, run:
`bash $ stretch_robot_system_check.py `
Developing
The source code for the command-line tools resides within the bin/ folder. You can install the tools package as “editable”, and directly edit the source code to test changes.
In Python2, run python -m pip install -e . For Python3, substitute python with python3.
For example, to test changes to the stretch_robot_home.py script, run
`bash $ git clone https://github.com/hello-robot/stretch_body.git $ cd stretch_body/tools $ python -m pip install -e . `
Now, make desired edits to the [stretch_robot_home.py](./bin/stretch_robot_home.py) file. Executing the script on the command-line will now run your modified version.
Deploying
Increment the version number and run the deploy.sh script.
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_body_tools_dev-0.3.0.tar.gz
.
File metadata
- Download URL: hello_robot_stretch_body_tools_dev-0.3.0.tar.gz
- Upload date:
- Size: 29.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9d04efb8f9d61ee74b5d49676b0fc089375ccea8415403eb2bde3353f53812a |
|
MD5 | 7f9878240678937deac4722f7ddd8577 |
|
BLAKE2b-256 | d43f477a146b661cc59d441e28fa7bb516617b2f0bdd24b96e80f8078f33bbf3 |
File details
Details for the file hello_robot_stretch_body_tools_dev-0.3.0-py2-none-any.whl
.
File metadata
- Download URL: hello_robot_stretch_body_tools_dev-0.3.0-py2-none-any.whl
- Upload date:
- Size: 46.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee4def45c487311bc4bced7600e3bb75150ea2bd7a3e11b43d9356fe274e12e1 |
|
MD5 | 5d5474a461d948bb508b1bde8324292e |
|
BLAKE2b-256 | fc5c87d85f5b809845bb0e2d65d4ff0e9198a8c602073269d287b026fdb270da |