Robot Control#

Getting a robot to do something useful means turning a goal in task space, “put the gripper here”, into motion in joint space that respects the robot’s kinematics and its surroundings. This section covers the tools for that: inverse kinematics, motion and path planning, and constraints. It builds on Control your robot; start with the combined IK-and-planning tutorial for the end-to-end workflow.