AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
boolean | Initialize (RobotArm arm) |
boolean | MoveTo (Vector3d position, Matrix3d rotation) |
boolean | MoveToFrame (Matrix4d frame) |
double | GetValue (long jointIdx) |
Matrix4d | GetTcp () |
<>
IkSolver基类
Matrix4d IkSolver.GetTcp | ( | ) |
获取工具坐标系的姿态
double IkSolver.GetValue | ( | long | jointIdx | ) |
获取关节的值
jointIdx | 索引 |
boolean IkSolver.Initialize | ( | RobotArm | arm | ) |
初始化
arm | 需要求解的关节 |
移动到指定位置
position | 位置 |
rotation | 角度 |
boolean IkSolver.MoveToFrame | ( | Matrix4d | frame | ) |
MoveTo的另外的形式。
frame | 姿态。 |