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

Robotmaster 2024
Program multi-robot cells and automatically solve robotic errors with ease. Hypertherm Associates announces a new version to its robotic programming software. Robotmaster 2024 addresses key market trends including the support for programming multiple robots in a single work cell and the demand for automatic trajectory optimization and robotic error correction.
Robotics and Automation - Featured Company

TM Robotics (Americas) Inc
TM Robotics, in partnership with Shibaura Machine, formerly known as Toshiba Machine until 1st April 2020, offers a comprehensive range of industrial robots ideally suited for high-precision assembly, machine loading/unloading and material-handling applications that can be dust proof, clean room, or IP65/67. The company's extensive product line starts with a Cartesian solution available in thousands of combinations from single actuators to four-axis solutions; six-axis solutions that can include precise vision-control; and a complete range of SCARAs from low cost to the industry-leading SCARA with 1200-mm reach that can carry up to 20 kgs. TM Robotics sells and services robots throughout Europe, the Middle East, India, Russia, and Africa, as well as North, Central, and South America, from headquarters in Hertfordshire, England and Elk Grove Village, IL, USA. For more information, visit www.tmrobotics.com or follow us on Twitter, LinkedIn and YouTube.