Skip to content

Commit

Permalink
feat: Update to wandelbots-api-client 24.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evrys committed Aug 19, 2024
1 parent af37c7a commit 40bb502
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@types/three": "^0.167.1",
"@wandelbots/wandelbots-api-client": "^0.97.0",
"@wandelbots/wandelbots-api-client": "^24.2.0",
"axios": "^1.7.2",
"mobx": "^6.12.4",
"path-to-regexp": "^7.1.0",
Expand Down
13 changes: 6 additions & 7 deletions src/lib/JoggerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,9 @@ export class JoggerConnection {

await this.nova.api.motion.streamMoveForward(
plannedMotion,
{
playback_speed_in_percent: 100,
response_coordinate_system: coordSystemId,
},
100,
undefined,
coordSystemId,
{
// Might take a while at low velocity
timeout: 1000 * 60,
Expand Down Expand Up @@ -452,9 +451,9 @@ export class JoggerConnection {

await this.nova.api.motion.streamMoveForward(
plannedMotion,
{
playback_speed_in_percent: 100,
},
100,
undefined,
undefined,
{
// Might take a while at low velocity
timeout: 1000 * 60,
Expand Down

0 comments on commit 40bb502

Please sign in to comment.