Brings a simple integration with LeRobot and teleop.
pip install lerobot-teleop
python -m lerobot.teleoperate \
--robot.type=lerobot_xarm \
--robot.id=black \
--teleop.type=lerobot_teleop \
--fps=60
Install the package in editable mode:
git clone https://github.com/SpesRobotics/lerobot-teleop.git
cd lerobot-teleop
pip install -e .