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
DESTACO - Revolutionizing Industrial Automation
Looking for a reliable solution to enhance your automation process? Look no further than the DESTACO Robohand Grippers. These grippers are designed for the modern world of robotics, offering unparalleled performance and precision. Whether you need to grip fragile items, irregularly shaped objects, or heavy-duty components, the DESTACO Robohand Grippers have got you covered. Their modular design allows for quick and easy customization, ensuring a perfect fit for your application.
Robotics and Automation - Featured Company
Basler
Basler AG is an international leader and experienced expert in computer vision. The company offers a broad coordinated portfolio of vision hardware and software. In addition, it enables customers to solve their vision application issues by developing customer-specific products or solutions. Founded in 1988, the Basler Group employs around 850 people at its headquarters in Ahrensburg, Germany, as well as other sales and development locations throughout Europe, Asia, and North America.

