Skip to content

Commit

Permalink
Update front page arm vid (#3685)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Nov 19, 2024
1 parent 91a239c commit 87883bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ adjustedArmPoint := currentArmPose.Point()
adjustedArmPoint.Z += 100.0
cmdArmPose := spatialmath.NewPose(adjustedArmPoint, currentArmPose.Orientation())

err = myArmComponent.MoveToPosition(context.Background(), cmdArmPose, referenceframe.NewEmptyWorldState(), nil)
err = myArmComponent.MoveToPosition(context.Background(), cmdArmPose, nil)
```

{{% /tab %}}
Expand All @@ -354,6 +354,11 @@ Configure it as an arm component. Then you can move it using the arm API.

[Move a robotic arm →](/how-tos/move-robot-arm/)

</div>
<div class="explanationvisual">

{{<gif webm_src="/how-tos/move_to_position.webm" mp4_src="/how-tos/move_to_position.mp4" alt="A robot arm moving to a commanded position.">}}

</div>
</div>
</div>
Expand Down

0 comments on commit 87883bd

Please sign in to comment.