Skip to content

Commit

Permalink
DOCS-3130: Add MoveThroughJointPositions method to arm interface (#3692)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT authored Nov 21, 2024
1 parent fea0495 commit c5f2159
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sdk_protos_map.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
arm,GetEndPosition,,get_end_position,EndPosition,endPosition
arm,MoveToPosition,,move_to_position,MoveToPosition,moveToPosition
arm,MoveToJointPositions,,move_to_joint_positions,MoveToJointPositions,moveToJointPositions
arm,MoveThroughJointPositions,,,MoveThroughJointPositions,
arm,GetJointPositions,,get_joint_positions,JointPositions,jointPositions
arm,GetKinematics,,get_kinematics,,
## HACK: proto for these (and/or inherited in Go SDK), manually mapping:
Expand Down
4 changes: 4 additions & 0 deletions docs/appendix/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ The following models were removed:

{{% /changelog %}}

{{% changelog date="2024-11-05" color="added" title="MoveThroughJointPositions to arm interface" %}}
The [arm interface](/appendix/apis/components/arm/) now includes a [MoveThroughJointPositions](https://pkg.go.dev/go.viam.com/rdk/components/arm#Arm) method that moves an arm through an ordered array of joint positions.
{{% /changelog %}}

{{% changelog date="2024-10-16" color="added" title="Set data retention policies" %}}

You can now set how long data collected by a component should remain stored in the Viam Cloud in the component's data capture configuration.
Expand Down

0 comments on commit c5f2159

Please sign in to comment.