ABR控制 ABR控制库是一个python软件包,用于在真实或模拟环境中控制和规划机械臂。 ABR Control提供了用于Mujoco,CoppeliaSim(以前称为VREP)和Pygame模拟环境的API,以及用于一臂,两臂和三关节模型以及UR5和Kinova Jaco 2臂的臂配置文件。 用户还可以轻松地扩展该软件包以使其与自定义手臂配置一起运行。 ABR Control自动生成高效的C代码以生成控制信号,或使用Mujoco的内部功能进行计算。 ABR还提供了一个接口和配置,可用于控制存储库中的实际Jaco 2。 安装 ABR控制库取决于NumPy,SymPy,SciPy,CloudPickle,Cython,SetupTools,Nengo和Matplotlib。 我们建议使用 。 请注意,在干净的环境中安装将需要编译依赖库,并且将花费几分钟。 要安装ABR Control,
2021-10-18 10:48:54 429KB controllers robot-control robot-arm Python
1
Ziegler-and-Nichols提出的整定PID参数经典算法公式,是最早提出的,现在还在用。
2021-10-06 16:41:50 568KB PID AT
1
PID参数整定的经典文献,讲述工程应用中PID参数设定的具体实现方法。By J.G. ZIEGLER1 and N. B. NICHOLS2 • ROCHESTER, N. Y.
2021-09-12 10:59:42 2.49MB PID 参数整定 经典文献 J.G.ZIEGLER
1
西门子 plc Hans Berger Automating with 系列丛书 Automating with SIMATIC Controllers Controllers, Software, Programming,Data Communication, Operator Control and Process Monitoring.pdf
2021-09-06 10:43:48 18.34MB simatic
1
最新原版pdf文字版,iOS开发进阶必备! If you’re grounded in the basics of Swift, Xcode, and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you’ll learn how to create views, manipulate view controllers, and add features from iOS frameworks. Create, arrange, draw, layer, and animate views that respond to touch Use view controllers to manage multiple screens of interface Master interface classes for scroll views, table views, text, popovers, split views, web views, and controls Dive into frameworks for sound, video, maps, and sensors Access user libraries: music, photos, contacts, and calendar Explore additional topics, including files, networking, and threads Stay up-to-date on iOS 12 innovations, such as User Notification framework improvements, as well as changes in Xcode 10 and Swift 4.2. All example code is available on GitHub for you to download, study, and run. Want to brush up on the basics? Pick up iOS 12 Programming Fundamentals with Swift to learn about Swift, Xcode, and Cocoa. Together with Programming iOS 12, you’ll gain a solid, rigorous, and practical understanding of iOS 12 development.
2021-08-22 09:50:43 14.33MB iOS 12 iOS开发
1
PLC可编程逻辑控制器(Programmable Logic Controllers)-2015年最新英文原版,0积分——该书内容丰富,介绍了PLC相关的方方面面,全书419页,是值得参阅的PLC入门书籍。
2021-08-22 08:51:20 16.56MB PLC
1
自适应数字滤波器设计,很好的英文教材
2021-07-20 13:02:26 3.9MB 自适应滤波器
1
快速控制器 express-controllers 添加了来自模型-视图-控制器范例的控制器样式路由,以使用进行。 安装 npm: $ npm install express-controllers 用法 var express = require ( 'express' ) var controllers = require ( 'express-controllers' ) var app = module . exports = express ( ) . controllers ( ) ; if ( ! require . parent ) { var server = app . listen ( 3000 , function ( ) { var host = server . address ( ) . address ; var port = se
2021-07-11 13:03:39 8KB JavaScript
1
Digital Self-tuning Controllers PDF版。需要的可以下载。
2021-07-02 11:09:18 4.4MB 文献
1
PID控制国外经典著作,从理论到设计,是本不错的学习PID控制书籍
2021-06-25 10:39:34 12.63MB PID design theory tuning
1