UNPKG

@wandelbots/nova-js

Version:

Official JS client for the Wandelbots API

4 lines 371 B
import type { TcpPose } from "@wandelbots/nova-api/v2"; export declare function jointValuesEqual(oldJointValues: number[], newJointValues: number[], changeDeltaThreshold: number): boolean; export declare function tcpPoseEqual(oldTcp: TcpPose | undefined, newTcp: TcpPose | undefined, changeDeltaThreshold: number): boolean; //# sourceMappingURL=motionStateUpdate.d.ts.map