UNPKG

roslib

Version:

The standard ROS Javascript Library

10 lines (9 loc) 224 B
import { UrdfDefaultOptions, UrdfType } from './UrdfTypes.ts'; /** * A Sphere element in a URDF. */ export default class UrdfSphere { type: UrdfType; radius: number; constructor({ xml }: UrdfDefaultOptions); }