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

De WikiRobotics
Saltar a: navegación, buscar
(Download)
(Download)
Línea 19: Línea 19:
 
== Download ==
 
== Download ==
  
[http://www.iearobotics.com/downloads/2012-04-11-Ardusnake/ArduSnake-001.zip ArduSnake-001.zip]
+
{| {{tablabonita}}
 +
[http://www.iearobotics.com/downloads/2012-04-11-Ardusnake/ArduSnake-001.zip ArduSnake-001.zip]
 +
|| ArduSnake sources. Version 001
 +
|}
  
 
== Installation ==
 
== Installation ==

Revisión del 02:06 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 which drive the servos.

Architecture

Tutorial

Oscillator Layer

Example 1: Hello world

Example 2: Setting the oscillator parameters

Example 3: Oscillation of two servos

Example 4: A mini-wave

Download

ArduSnake-001.zip ArduSnake sources. Version 001

Installation

The current version is being developed under Arduino 22 IDE. It may work with newer version, but I have not tried it.

  • Download the file XXXX.zip
  • Uncompress it in your working directory
  • Copy the folder ArduSnake under the sketchbook/libraries arduino folder (it is located in your home directory)
  • If you are using the skymega board instead of an Arduino, copy the folder skymega under /home/sketchbook/libraries
  • Launch the Arduino 22 IDE
  • The menu Ardusnake containing some example should be accesible now from the File/Examples menu

Changelog

  • Ardusnake 001: Initial version

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