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
Basler 3D Vision Solutions for Robotics and Warehouse Automation
Empower your robot's vision: with our 3D cameras and tailored robotics application software, your robot can tackle any task. From bin picking to sorting and navigation, AI enables your robot to recognize even "unseen" objects in mixed scenarios. Explore our time-of-flight and stereo cameras for vision-guided robotics with a wide range of compatible accessories."
Robotics and Automation - Featured Company
Servo2Go.com Ltd.
Servo2Go.com is an Online E-Store Distributor of Automation & Motion Control Systems & Components including: Servo Motors & Drives, Stepper Motors & Drives, Automation & Motion Controllers, HMIs, Positioning Systems & Actuators, Gearboxes, Couplings, Brakes, Encoders, Tachometers and Linear Displacement Transducers. Servo2Go.com is an ISO9001:2015 Registered Company.

