Move an arm

You can move a robotic arm in three ways:

  • Use the Viam app to move the arm with a no-code interface.
    • Useful for getting started and quick testing.
  • Use the arm API to move the arm with code.
    • Not recommended for most use cases, because it requires you to write very granular code and does not allow you to use obstacle avoidance or other features that the motion planning API provides.
  • Use the motion planning API to move the arm with code.
    • Recommended for most use cases.

To get started:

  1. Configure your arm.

  2. If you have a component such as a gripper or camera attached to the arm, configure it.

  3. Move the arm with no code.

  4. Move the arm with the motion planning API.