- 授权协议: 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
Machine Learning in Action
Peter Harrington / Manning Publications / 2012-4-19 / GBP 29.99
It's been said that data is the new "dirt"—the raw material from which and on which you build the structures of the modern world. And like dirt, data can seem like a limitless, undifferentiated mass. ......一起来看看 《Machine Learning in Action》 这本书的介绍吧!
