Spaces:
Running
Running
File size: 358 Bytes
bdc1ac8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
/**
* @lerobot/cli - Python lerobot compatible CLI commands
*
* This package provides CLI commands that match Python lerobot exactly:
* - lerobot find-port (with interactive cable detection)
* - lerobot calibrate
* - lerobot teleoperate
* - lerobot release-motors
*
* Uses @lerobot/node library for core functionality
*/
export * from "./cli.js";
|