blanchon's picture
Update
6ce4ca6
raw
history blame
80 Bytes
export default interface IUrdfBox {
size: [x: number, y: number, z: number];
}