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 Helix 401 Fanless Hybrid-Core Computer
OnLogic's Helix 401 Compact Fanless Computer offers scalable, high-performance processing and can simultaneously drive multiple 4K displays, making it the ideal computing platform for many automation and IIoT applications. The Helix 401 has the horsepower to drive mission-critical applications while requiring less than 28W of power, and is small enough to fit in space-constrained locations or enclosures. It can be configured with a range of Intel® 12th generation processors, up to a Core i7 and has Intel Iris® Xe graphics onboard.