Robotics visualization using Rerun
Project description
rerun-robotics
Utilities to use the amazing Rerun visualizer for robotics applications. This repo is a work in progress.
Installation
pip install rerun-robotics
Install from source
git clone https://github.com/williamshen-nz/rerun-robotics.git
cd rerun-robotics
pip install -e .
Usage
Check the Rerun documentation for information on how to use the viewer.
We currently support the Franka Emika Panda robot and setting it via joint positions.
import rerun as rr
from rerun_robotics import load_franka_panda
rr.init("demo", spawn=True)
panda = load_franka_panda()
# 7 arm joints + 1 gripper joint
panda.set_joint_positions([0, -0.75, 0, -2.35, 0, 1.57, 0.78, 0.04])
Franka Panda Demo
python -m rerun_robotics.examples.panda
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
rerun-robotics-0.0.1.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file rerun-robotics-0.0.1.tar.gz
.
File metadata
- Download URL: rerun-robotics-0.0.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 893b805137197527a010c150571462936c9b7b952beb8c49eb172d4c2ac8d69e |
|
MD5 | 918e86da88965373d3cac90fe1cda8b3 |
|
BLAKE2b-256 | 93dbe5e5bfd547cae483e38dc33f737f514ee93a1fe54fbccefb6e8ce200d7cb |
File details
Details for the file rerun_robotics-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: rerun_robotics-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98e0701840ae2541908ac1c870e68fc7af34e6b0d5b218b2b46775d1691695f2 |
|
MD5 | 73f1c60c698928302abe7b604aa22d59 |
|
BLAKE2b-256 | 7303a0c2533e18514fd89ad1f44e039d4730ea902500efa1f0ce6d1d43700f0f |