Spaces:
Running
Running
/** | |
* @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"; | |