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
HONPINE - Robot Reducers and Gearboxes
HONPINE is the leading supplier of drive reducers,rv reducer gearboxes,planetary reducers,drive actuators. We provide precision motion control reducers and gearboxes since 2018. We highly value cooperation with our customers and are committed to providing precision transmission solutions.
Robotics and Automation - Featured Company
Electrocraft Inc.
ElectroCraft, Inc. is a global provider of dependable, application-engineered fractional-horsepower motor and motion products. Our products are found in thousands of different applications within industrial, commercial, and consumer product markets. While ElectroCraft provides a wide array of standard products with many configurable options, we have built our brand on custom OEM solutions that meet the precise performance, cost and quality our customers require.

