Skip to content

Commit f788066

Browse files
feat: add gif to the readme (#24)
1 parent 4b09e7a commit f788066

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# AgileX Piper Robot Teleoperation with Neuracore
22

3+
<div align="center">
4+
<img src="docs/demo.gif" width="100%">
5+
</div>
6+
7+
<div align="center">
8+
9+
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
10+
[![Discord](https://img.shields.io/badge/Discord-join%20chat-7289da.svg)](https://discord.gg/DF5m8V6nbD)
11+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
12+
13+
</div>
14+
315
This project is a complete example showcasing how to use Neuracore with the AgileX Piper robot. The project provides examples teleoperating the AgileX Piper robot using a Meta Quest controller, collecting demonstration data with [Neuracore](https://neuracore.com/), deploying trained policies, and an easy interface to tune most of the associated parameters.
416

517
## Prerequisites
@@ -229,6 +241,10 @@ example_agilex/
229241

230242
## Troubleshooting
231243

244+
### Python 3.10 issues
245+
246+
Python 3.10 has known compatibility issues with some dependencies (e.g. certain versions of NumPy, PyTorch, or other packages). If you run into import errors, version conflicts, or odd runtime behaviour, try using Python 3.11 or 3.12 instead.
247+
232248
### Import Errors
233249

234250
- Ensure conda environment is activated: `conda activate piper-teleop`

0 commit comments

Comments
 (0)