inverse kinematics -凯发k8网页登录
inverse kinematics (ik) determines joint configurations of a robot model to achieve a desired end-effect position. robot kinematic constraints are specified in the robot model based on the transformation between joints. you can also specify external constraints, like an aiming constraint for a camera arm or a cartesian bounding box on a certain rigid body link. specify parameters for these constraints with the robot constraints objects and pass them to a object.
apps
inverse kinematics designer | design inverse kinematics solvers, configurations, and waypoints |
functions
blocks
compute joint configurations to achieve an end-effector pose |
topics
description of inverse kinematics solver algorithms and solver parameters
calculate inverse kinematics for a simple 2-d manipulator.
closed loop linkages are widely used in automobiles, construction and manufacturing machines, and in robot manipulation.
- plan a reaching trajectory with multiple kinematic constraints
this example shows how to use generalized inverse kinematics to plan a joint-space trajectory for a robotic manipulator.
model a delta robot using the a
rigidbodytree
robot model.