lerobot
lerobot copied to clipboard
Earth Rover Mini Plus integration
What this does
This PR adds complete support for the EarthRover Mini Plus mobile robot with Frodobots SDK integration. This enables researchers and hobbyists to:
- Teleoperate the robot using intuitive WASD keyboard controls
- Record dual-camera observations (front + rear) along with robot telemetry
- Train policies with imitation learning on the EarthRover Mini Plus
How to test it
- Start the Frodobots SDK In a separate terminal, run:
cd /path/to/earth-rovers-sdk
hypercorn main:app --reload
- Update the script
examples/earthrover_mini/record.py
HF_REPO_ID = "your-username/earthrover-navigation" # <- Change this
- Start recording
python examples/earthrover_mini/record.py
- Control the Robot
When recording starts, use the keyboard with WASD