Maelok / elcano

Autonomous mobile robot based on a recumbent trike.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Elcano autonomous tricycle project!
Please see:
http://www.elcanoproject.org/

To get started, fork and clone the repository:
https://github.com/elcano/elcano

Parameters and settings for each trike are defined in:
libraries/Settings/Settings.h

The repository includes examples in the file:
libraries/Settings/SettingsTemplate.h

Only libraries/Settings/SettingsTemplate.h should be committed in the
repository -- the libraries/Settings/Settings.h file is site-specific.

-- Copy
   libraries/Settings/SettingsTemplate.h
   to
   libraries/Settings/Settings.h
-- Give your trike a different VEHICLE_NUMBER value.
-- Add your own trike's settings, following the examples.
-- Put your settings in a conditional for your new VEHICLE_NUMBER value.

When you pull in updates from the main repository, look for changes in
SettingsTemplate.h and if needed merge them with your own Settings.h.
Especially watch for new trike parameters used in sketches.

Sketches that need these settings should
#include <Settings.h>
*after* all other includes or definitions that are used in Settings.h.

About

Autonomous mobile robot based on a recumbent trike.

License:Other


Languages

Language:Eagle 87.4%Language:Arduino 4.0%Language:HTML 3.6%Language:C++ 3.2%Language:Python 0.5%Language:C 0.5%Language:JavaScript 0.3%Language:CSS 0.2%Language:Shell 0.2%Language:Processing 0.1%Language:Yacc 0.0%Language:Makefile 0.0%Language:Lex 0.0%