Artoo: Ruby on Robots
From Artoo, a ruby framework, that supports 15 platforms including ARrone, Crazyflie, Sphero, and Arduino:
Modular Example
require 'artoo/robot'
SPHEROS = ["4567", "4568", "4569", "4570", "4571"]
class SpheroRobot < Artoo::Robot
connection :sphero, :adaptor => :sphero
device :sphero, :driver => :sphero
work do
every(3.seconds) do
sphero.roll 90, rand(360)
end
end
end
robots = []
SPHEROS.each {|p|
robots << SpheroRobot.new(:connections =>
{:sphero =>
{:port => p}})
}
SpheroRobot.work!(robots)
more information (here) and at (github)
Records 1 to 1 of 1
Featured Product
New incremental encoder IERF3 L from FAULHABER
FAULHABER is expanding its product range with the ultra-precise incremental encoder IERF3 L. Thanks to the optical measuring principle and state-of-the-art chip technology, the device offers the highest resolution, excellent repeatability, and outstanding signal quality. In typical applications, the positioning accuracy is 0.1° and the repeatability 0.007°. This makes the encoder the perfect solution for high-precision positioning applications in confined spaces.
Robotics and Automation - Featured Company
Boston Dynamics
Boston Dynamics is the global leader in developing and deploying highly mobile robots capable of tackling industry's toughest challenges.

