代码拉取完成,页面将自动刷新
同步操作将从 刘煜/MeArm-Arduino 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/* MeArmIK - York Hackspace May 2014
* Inverse Kinematics solver for three degrees of freedom
* created for MeArm Robotics Class MeArm Robot Arm
*/
#ifndef IK_H_INCLUDED
#define IK_H_INCLUDED
extern float L1, L2, L3;
// Get polar coords from cartesian ones
void cart2polar(float a, float b, float& r, float& theta);
// Get angle from a triangle using cosine rule
bool cosangle(float opp, float adj1, float adj2, float& theta);
// Solve angles!
bool solve(float x, float y, float z, float& a0, float& a1, float& a2);
#endif // IK_H_INCLUDED
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。