NERDDISCO's picture
recover: restore deleted src/lerobot/node/ folder from ec936d5
130ae50
raw
history blame
254 Bytes
/**
* Teleoperator configuration types
* Shared between Node.js and Web implementations
*/
export interface TeleoperatorConfig {
type: "so100_leader";
port: string;
id?: string;
calibration_dir?: string;
// SO-100 leader specific options
}