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
igus - triflex R robot dresspacks
Properly managed cables on a multi-axis robot are the difference between successful, failure-free operation and frequent unplanned downtime and lost profits. Discover how triflex® robot dresspacks are designed to protect cables in multi-axis motion - extending cable life, minimizing costs, and reducing unplanned downtime.
Robotics and Automation - Featured Company
Robotmaster
Robotmaster, a Hypertherm Associates brand, is an offline, is an offline robot programming software that helps manufacturers maximize their robot's productivity with easy and efficient robot programming for a variety of applications such as cutting, trimming, milling, welding, spraying, polishing, sanding, grinding, deburring, and more.
Robotmaster uses integrated CAD/CAM functionality to make robotic programming easy and intuitive for everyone, even first-time users.

