Skip to content

Commit 10c7657

Browse files
authored
DOCS-3874: Fix worldState Go example bug (#4240)
1 parent d17e998 commit 10c7657

File tree

1 file changed

+1
-1
lines changed
  • static/include/services/apis/generated

1 file changed

+1
-1
lines changed

static/include/services/apis/generated/motion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ worldState, err := referenceframe.NewWorldState(obstacles, transforms)
100100
moved, err := motionService.Move(context.Background(), motion.MoveReq{
101101
ComponentName: gripperName,
102102
Destination: destination,
103-
WorldState: WorldState
103+
WorldState: worldState
104104
})
105105
```
106106

0 commit comments

Comments
 (0)