Skip to content

Commit

Permalink
fix: Keep ConnectedMotionGroup exported for now
Browse files Browse the repository at this point in the history
  • Loading branch information
evrys committed Jul 31, 2024
1 parent 0bbd27e commit ab1476b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from "./lib/MotionStreamConnection"
export * from "./lib/NovaCellAPIClient"
export * from "./lib/AutoReconnectingWebsocket"
export * from "./lib/ProgramStateConnection"
export * from "./lib/ConnectedMotionGroup"
export * from "./lib/JoggerConnection"
export * from "./lib/errorHandling"
export * from "./lib/converters"
Expand Down
4 changes: 0 additions & 4 deletions src/lib/MotionStreamConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import { jointValuesEqual, tcpPoseEqual } from "./motionStateUpdate"

const MOTION_DELTA_THRESHOLD = 0.0001

export type MotionGroupOption = {
selectionId: string
} & MotionGroupPhysical

/**
* Store representing the current state of a connected motion group.
*/
Expand Down

0 comments on commit ab1476b

Please sign in to comment.