Control
Learn how to control Almond Bot
Movement types
Almond Bot can move in 3D space by setting the Pose of the robot or setting the Joints of the robot.
Pose Control
Pose control let’s you specify the position and orientation of the end effector relative to the base frame. You can specify the pose in absolute or relative coordinates.
Set absolute pose
In this example, we’re setting the robot’s end effector to be 100mm in the x direction, 100mm in the y direction, and 100mm in the z direction from the base frame.
Set relative pose
In this example, we’re moving the robot 100mm in the x direction from it’s current position.
Joint Control
Joint control let’s you specify the position of the robot in joint space. You can specify the joints in absolute or relative coordinates.
Set absolute joint
In this example, we’re setting each joint to 0 degrees.
Set relative joint
In this example, we’re moving the robot’s base joint 10 degrees from it’s current position.
Gripper Control
Almond Bot has a gripper that can be opened and closed with a given force.