NERDDISCO's picture
feat: added calibrate
ec936d5
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
}