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
Zimmer Group - THE PREMIUM GRIPPER NOW WITH IO-LINK
IO-Link is the first standardized IO technology worldwide for communication from the control system to the lowest level of automation.
Robotics and Automation - Featured Company
Encoder Products Company
At Encoder Products Company, we specialize in the encoders that provide you with motion feedback. EPC has been a leading designer and manufacturer of motion sensing devices for more than 50 years, we understand that each industrial automation application is different, and you need encoders that fit the needs of your applications. Our encoders are highly configurable, offer an array of shaft or bore sizes, output types, connector types, mounting options, and resolutions as high as 65,536 CPR.

