- 授权协议: Apache 2.0
- 开发语言: Ruby HTML/CSS
- 操作系统: 跨平台
- 软件首页: http://artoo.io/
- 软件文档: http://artoo.io/documentation
软件介绍
Artoo 是一个小型的 Celluloid 机器人开发框架,提供简单强大的 DSL (domain-specific language) 来进行机器人开发和物理计算。你可以使用 Artoo 来连接(组合)多种不同的设备。
如果你想要用 Go 语言来开发,可以用 Gobot ;
如果你想要用 JavaScript 来开发,可以用 Cylon.js 。
示例代码:
require 'artoo'
connection :ardrone, :adaptor => :ardrone
device :drone, :driver => :ardrone
work do
drone.start
drone.take_off
after(25.seconds) { drone.hover.land }
after(30.seconds) { drone.stop }
end
The Mechanics of Web Handling
David R. Roisum
This unique book covers many aspects of web handling for manufacturing, converting, and printing. The book is applicable to any web including paper, film, foil, nonwovens, and textiles. The Mech......一起来看看 《The Mechanics of Web Handling》 这本书的介绍吧!
