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
Palladyne IQ - Unlocking new frontiers for robotic performance.
Palladyne IQ is a closed-loop autonomy software that uses artificial intelligence (AI) and machine learning (ML) technologies to provide human-like reasoning capabilities for industrial robots and collaborative robots (cobots). By enabling robots to perceive variations or changes in the real-world environment and adapt to them dynamically, Palladyne IQ helps make robots smarter today and ready to handle jobs that have historically been too complex to automate.
Robotics and Automation - Featured Company
Palladyne AI Corp.
Welcome to Palladyne AI, where we unleash the power of robotics with our revolutionary AI software platform for the physical world. In a world where robots are progressing toward human-like adaptability, seamlessly navigating dynamic environments and conquering complex tasks with unparalleled efficiency, Palladyne AI stands as the beacon of innovation toward that future reality. Through our cutting-edge artificial intelligence (AI) software platform, we are redefining the boundaries of robotics. Our goal is simple: Help companies with autonomy in their robotics operations by addressing key challenges of traditional robotic deployments.

