An open API service indexing awesome lists of open source software.

https://github.com/spesrobotics/lerobot-xarm


https://github.com/spesrobotics/lerobot-xarm

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# LeRobot + xArm Integration

Brings a simple integration with [LeRobot](https://github.com/huggingface/lerobot) and [xArm](https://github.com/xArm-Developer).

## Getting Started

```bash
pip install lerobot-xarm

python -m lerobot.teleoperate \
--robot.type=lerobot_xarm \
--robot.id=black \
--teleop.type=keyboard_ee \
--fps=60
```

## Development

Install the package in editable mode:
```bash
git clone https://github.com/SpesRobotics/lerobot-xarm.git
cd lerobot-xarm
pip install -e .
```