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
Strain Wave Gearheads by maxon - Highly precise, compact, and efficient.
Strain wave gearheads are ideal for use in applications requiring precision motion control and high torque transmission in a compact design. maxon strain wave gearheads are a specialized type of gearhead where precision and compact design are crucial. This type of gearhead is often used in applications in a confined space. With their advanced gear tooth design, maxon's strain wave gearheads provide high efficiency and good back drivability. Typical applications include: Robotics, Aerospace, Medical technology and Optical systems .
Robotics and Automation - Featured Company
MMP Inc. / MIDWEST MOTION PRODUCTS, INC.
The Leader in Rapid Prototyping of High-Quality Motion Control Solutions. MMP is actively engaged in the design, manufacturing and distribution of standard and custom motion control equipment, including fully reversible brushed and brushless DC gearmotors, motors with failsafe brakes and servomotors with feedback devices such as analog tachometers and encoders. We also provide fully-sealed IP-65 motor speed controls @ 12/24/48 VDC, AC~DC power supplies and a wide variety of 12/24 VDC linear actuators. If you need a sample right away, we can be a project saving convenience for you. We provide more than 8000+ released DC Gearmotor designs with cost-effective solutions for robotics and automation companies. These designs are unique and custom-built to suit the specific application requirements of the motion control projects.

