Viam · Arazzo Workflow
Viam Arm Move and Verify
Version 1.0.0
Read an arm's pose, move it to a target, verify joints, then stop it.
View Spec
View on GitHub
RoboticsEdge AIFleet ManagementComputer VisionMachine LearningIoTEmbeddedgRPCArazzoWorkflows
Provider
Workflows
arm-move-and-verify
Read arm pose, move to a target pose, verify joints, and stop.
Reads the arm's current end-effector pose, moves it to the supplied target pose, reads the resulting joint positions, and stops the arm.
1
readPose
armGetEndPosition
Read the current pose of the arm's end effector.
2
moveArm
armMoveToPosition
Move the arm's end effector to the supplied target pose.
3
verifyJoints
armGetJointPositions
Read the resulting joint positions to verify the arm moved.
4
stopArm
armStop
Stop the arm to leave it in a safe idle state.