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
Oriental Motor USA - Ideal for AGV/AMR Applications
The BLV Series R Type brushless DC motor (BLDC motor) speed control system offers the design of motor and driver significantly reduced in size and weight, yet high-power, and contributes to the battery driven automation. The BLV Series R Type is compatible with the two interfaces of Modbus (RTU) and CANopen communication.
Robotics and Automation - Featured Company
Freudenberg Sealing Technologies
Freudenberg Sealing Technologies is a proven supplier for demanding products and applications, and a development and service partner to customers in the automotive industries and in general industries. We apply 175 years of engineering and materials expertise. Then and now - we are focused on serving our customers' requirements and needs. Starting with the development of the Simmerring® radial shaft seal in 1929, Freudenberg Sealing Technologies has continuously expanded its industrial seals and component portfolio to include a range of technology solutions that address critical issues like performance, power, friction, emissions and material compatibility.

