Next
Move an arm
Viam’s motion planning tools allow you to automate the intelligent movement of your machines. You can:
For example, instead of sending individual commands to each motor of a robotic arm, you can use motion planning to move the arm smoothly to a specific position while avoiding obstacles and keeping a gripper upright.
You can move the following components with the motion service:
You can use the following components to augment motion planning and navigation:
Viam’s frame system is a way to describe the spatial relationship between the components in your robot. The motion service uses the frame system to plan the motion of components.
For example, if you command an arm to move to coordinates of (300, 0, 0)
millimeters, this has no meaning unless you have defined where the origin (0, 0, 0)
of the coordinate system is, as well as which directions correspond to the x, y, and z axes.
To give the necessary context, you define the arm’s frame
to describe its position and orientation relative to the world.
If you also have a gripper component, you define the gripper’s frame
to describe its position and orientation relative to the arm, so that when the arm moves, the motion service knows where the gripper is as well.
You can visualize your machine’s components and frames in the Viam app.
In the Viam app, navigate to your machine’s page.
Select the VISUALIZE tab.
Was this page helpful?
Glad to hear it! If you have any other feedback please let us know:
We're sorry about that. To help us improve, please tell us what we can do better:
Thank you!