Diferencia entre revisiones de «ArduSnake: Arduino Modular Snake Robots Library»

De WikiRobotics
Saltar a: navegación, buscar
(Introduction)
Línea 2: Línea 2:
 
== Introduction ==
 
== Introduction ==
 
Ardusnake is an Arduino Library for generating easily the locomotion of modular snake robots. It is based on sinusoidal oscillators that drive each servo.
 
Ardusnake is an Arduino Library for generating easily the locomotion of modular snake robots. It is based on sinusoidal oscillators that drive each servo.
 +
 +
== Architecture ==
  
 
== Tutorial ==
 
== Tutorial ==
 +
 +
=== Oscillator Layer ===
 +
 +
== Download ==
 +
 +
== Installation ==
 +
  
 
== Authors ==
 
== Authors ==
Línea 9: Línea 18:
 
* [https://plus.google.com/u/0/102149211090472693729/posts David Estévez Fernández]
 
* [https://plus.google.com/u/0/102149211090472693729/posts David Estévez Fernández]
  
== Licencia ==
+
== License ==
 
{|
 
{|
 
|[[Imagen:GPLv3-logo-red.png|left|150px]]
 
|[[Imagen:GPLv3-logo-red.png|left|150px]]
Línea 19: Línea 28:
 
* https://github.com/Obijuan/ArduSnake
 
* https://github.com/Obijuan/ArduSnake
  
== Links ==
+
== Publications ==
 +
 
 +
== More information ==
 
* '''Skymega board''':
 
* '''Skymega board''':
 
** [http://www.thingiverse.com/thing:14197 Skymega board], in thingiverse
 
** [http://www.thingiverse.com/thing:14197 Skymega board], in thingiverse

Revisión del 01:04 11 abr 2012

Ardusnake-logo.png

Introduction

Ardusnake is an Arduino Library for generating easily the locomotion of modular snake robots. It is based on sinusoidal oscillators that drive each servo.

Architecture

Tutorial

Oscillator Layer

Download

Installation

Authors

License

150px This library is under the GPL v3.0 license

Git repository

Publications

More information

News

  • 15/Feb/2012: This page is created