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
MVTec MERLIC 5.8
With MERLIC 5.8, MVTec expands its easy-to-use machine vision software. The latest version improves process reliability beyond pure image processing, offering enhanced error handling and optimized configuration. This enables faster setup and stable deployment across diverse production environments. Explore MERLIC 5.8 now
Robotics and Automation - Featured Company
igus
The mission of igus® is to use its innovative polymer materials to develop products that provide creative solutions and exceed our customers' expectations while delivering fast, accurate service.

