登录
首页 » c++,c » 六自由度并联机器人控制界面开发

六自由度并联机器人控制界面开发

于 2022-08-10 发布 文件大小:40.50 MB
0 103
下载积分: 2 下载次数: 1

代码说明:

该软件主要包含运动学逆解、点位运动、直线插补、图形绘制、示教再现、机器人复位、机器人急停、回停机位等模块。“运动学逆解”的主要功能是对运动范围内的任意两点的位资进行运动学逆解,来算出两点对应的各个电机位置,并算出各个电机需要移动的脉冲数。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 线性拟合求直线方程
    C# 线性拟合求直线方程,及相关系数计算 曲线直线化是曲线拟合的重要手段之一。对于某些非线性的资料可以通过简单的变量变换使之直线化,这样就可以按最小二乘法原理求出变换后变量的直线方程,在实际工作中常利用此直线方程绘制资料的标准工作曲线,同时根据需要可将此直线方程还原为曲线方程,实现对资料的曲线拟合。
    2022-04-11 12:54:59下载
    积分:1
  • 本书主要针对具有一定Delphi基础知识的读者,全书通过150个实例全面、深入地介绍了用Delphi 7开发应用程序的常用方法和技巧。全书共分为8章,主要讲解了...
    本书主要针对具有一定Delphi基础知识的读者,全书通过150个实例全面、深入地介绍了用Delphi 7开发应用程序的常用方法和技巧。全书共分为8章,主要讲解了用Delphi 7进行界面效果处理、图像处理、图形与多媒体开发、系统功能控制、文件处理、网络与数据库开发,以及组件应用等内容。这些实例简单实用、典型性强、功能突出,很多实例使用的技术稍加扩展可以解决同类问题。使用本书最好的方法是通过学习掌握实例中的技术或技巧,然后使用这些技术尝试实现更复杂的功能并应用到更多方面。-the book against certain basic knowledge of Delphi readers, the book by 150 examples of comprehensive, in-depth introduction of the Delphi 7 application procedures commonly used methods and techniques. The book is divided into eight chapters, mainly on the use of Delphi 7 for interface effects processing, image processing, graphics and multimedia development, system control functions, document processing, networking and database development, application and content components. These simple and practical examples, the typical strong, prominent features, many examples of the use of technology to expand a little can be solved similar problems. Use of the book is the best way to study to acquire examples of technology or skills, and then use these techniqu
    2023-06-19 23:45:04下载
    积分:1
  • GSM+GPRS
    通过stm32和GSM模块实现GPRS定位的源代码
    2022-03-24 18:07:04下载
    积分:1
  • c#扫雷游戏
    c#程序设计作业,利用网上给的资源和视频自己通过编程和模仿编写以下扫雷小游戏的程序,以达到联系编写程序的能力和纠错能力,熟悉C#语言 的语法结构,为以后自己能够编写程序打下坚实的基础,磨炼自己变成的硬实力
    2022-03-30 06:18:27下载
    积分:1
  • 数据库入门经典范例(全)希望大家喜欢^_^
    数据库入门经典范例(全)希望大家喜欢^_^-Classic example of database entry (all) I hope everyone likes ^ _ ^
    2022-08-07 00:06:35下载
    积分:1
  • 可以了吧这样 用c#和sql做的
    可以了吧这样 用c#和sql做的 -Be all right to do with c# And sql to do the
    2022-03-11 23:41:33下载
    积分:1
  • Delphi高手突破!帮助您成为真正的Delphi高手!
    Delphi高手突破!帮助您成为真正的Delphi高手!-Delphi expert breakthrough! Help you become a true master of Delphi!
    2022-01-26 19:25:33下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • 古典小说版本对比系统 用C#编写的图像对比系统
    古典小说版本对比系统 用C#编写的图像对比系统-Compare versions of classic novels systems C# Prepared image comparing system
    2023-01-25 08:40:03下载
    积分:1
  • 多个文件同时进行定时截图
    可以实现多个视频同时进行截图,基于效率考虑进行文件的seek操作
    2023-01-25 18:55:05下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载