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
MVTec LLC
MVTec is a leading international manufacturer of software for machine vision used in all demanding areas of imaging like the semi-conductor industry, inspection, optical quality control, metrology, medicine or surveillance. In particular, software by MVTec enables new automation solutions in settings of the Industrial Internet of Things. MVTec is the developer and vendor of the general purpose machine vision software products HALCON and MERLIC.

