diff --git a/static/include/services/apis/generated/motion.md b/static/include/services/apis/generated/motion.md index 23c1a62470..cb1e171bba 100644 --- a/static/include/services/apis/generated/motion.md +++ b/static/include/services/apis/generated/motion.md @@ -100,7 +100,7 @@ worldState, err := referenceframe.NewWorldState(obstacles, transforms) moved, err := motionService.Move(context.Background(), motion.MoveReq{ ComponentName: gripperName, Destination: destination, - WorldState: WorldState + WorldState: worldState }) ```