LeRobot.js / packages /web /src /threejs_display.ts
Aditya Shankar
feat: added dataset recording; hf uploader, s3 uploader; runpod trainer (#6)
4384839 unverified
raw
history blame contribute delete
240 Bytes
//import * as THREE from 'three';
/**
* Module to display a 3D model of a robot, easily via threejs
*/
export class LeRobotThreejsDisplay {
//scene: THREE.Scene;
constructor() {
//this.scene = new THREE.Scene();
}
}