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
e-con Systems
Since 2003, e-con Systems® has been designing, developing & manufacturing custom and off-the-shelf OEM camera solutions. Backed by a large in-house team of experts, our cameras are currently embedded in 350+ customer products. So far, we have shipped over 2 million cameras to the USA, Europe, Japan, South Korea, & more. Our portfolio includes MIPI, GMSL, GigE, USB cameras, ToF & Stereo cameras & smart AI cameras. They come with industry-leading features, including low-light performance, HDR, global shutter, LED flicker mitigation, multi-camera synchronization, & IP69K-rated enclosure. e-con Systems® also offers TintE™ - an FPGA-based ISP with all necessary imaging pipeline components. It provides a full ISP pipeline as a turnkey solution, featuring optimized, customizable blocks like debayering, AWB, AE, gamma correction and more. Our powerful partner ecosystem, comprising sensor partners, ISP partners, carrier board partners, & more, enables us to offer end-to-end vision solutions.

