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)

Comments (0)

This post does not have any comments. Be the first to leave a comment below.


Post A Comment

You must be logged in before you can post a comment. Login now.

Featured Product

Onward Robotics - Meet MeĀ® Fulfillment Automation

Onward Robotics - Meet Me® Fulfillment Automation

Meet Me uniquely brings talent and technology together: providing end-to-end process efficiency and enabling accurate and continuous fulfillment workflows. Proprietary Pyxis technology uniquely orchestrates picker and Lumabot AMR workflows independently, delivering fast, accurate, and efficient fulfillment from induction to pack out. Learn more about Meet Me Automation: Download Overview Brochure