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
Model TR1 Tru-Trac
The Model TR1 Tru-Trac® linear measurement solution is a versatile option for tracking velocity, position, or distance over a wide variety of surfaces. An integrated encoder, measuring wheel, and spring-loaded torsion arm in one, compact unit, the Model TR1 is easy to install. The spring-loaded torsion arm offers adjustable torsion load, allowing the Model TR1 to be mounted in almost any orientation - even upside-down. The threaded shaft on the pivot axis is field reversible, providing mounting access from either side. With operating speeds up to 3000 feet per minute, a wide variety of configuration options - including multiple wheel material options - and a housing made from a durable, conductive composite material that minimizes static buildup, the Model TR1 Tru-Trac® is the ideal solution for countless applications.
Robotics and Automation - Featured Company
FAULHABER MICROMO
Since 1961, FAULHABER MICROMO has partnered with OEMs to deliver high precision, high performance, custom micro motion system solutions to markets such as medical, robotics and automation in North America. FAULHABER MICROMO's tradition of innovation started decades ago in Germany. The groundbreaking invention of the FAULHABER coreless winding started it all for a market that produces millions of motors today.
How can the FAULHABER MICROMO team help you deliver your next innovation to market first?
Learn more about MICROMO's solutions for the most demanding applications, our diverse motion products and technologies, online ordering, Engineering and R&D teams, Clean Room Assembly, Machining Center and other services at our Clearwater, FL facility at https://www.faulhaber.com.

