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
OnLogic Karbon 520 Series of Scalable Rugged Computers
The OnLogic Karbon 520 Series of rugged computers is purpose-built to deliver unwavering performance and reliability in the face of extreme temperatures, vibration, and dynamic power conditions. Powered by the latest IntelĀ® Core™ Ultra processors and validated by MIL-STD-810H testing, the Karbon 520 Series makes it possible to deploy dependable computing for AI at the edge, advanced automation, or critical remote and in-vehicle applications in even the most challenging environments.
Robotics and Automation - Featured Company
maxon group
maxon is a leading supplier of high-precision DC brush and brushless servo motors and drives. These motors range in size from 4 - 90 mm and are available up to 500 watts. We combine electric motors, gears and DC motor controls into high-precision, intelligent drive systems that can be custom-made to fit the specific needs of customer applications.

