Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mobsya/thymio-vpl-tutorial

Tutorial for Thymio VPL
https://github.com/mobsya/thymio-vpl-tutorial

Last synced: 11 days ago
JSON representation

Tutorial for Thymio VPL

Awesome Lists containing this project

README

        

First Steps in Robotics
with the
Thymio-II Robot
and the
Aseba/VPL Environment
For Aseba 1.4

Moti Ben-Ari and other contributors
(see authors.txt for details)

Copyright 2013 by Moti Ben-Ari and other contributors

This work is licensed under the Creative Commons
Attribution-ShareAlike 3.0 Unported License. To view a copy
of this license, visit
http://creativecommons.org/licenses/by-sa/3.0/
or send a letter to Creative Commons, 444 Castro Street,
Suite 900, Mountain View, California, 94041, USA.

Aseba is a programming environment for the Thymio robot. VPL is a
component of Aseba that enables visual programming by dragging and
dropping colorful blocks. This repository is a tutorial on using the
Thymio robot with VPL. For more information on the Thymio and
Aseba, see: https://aseba.wikidot.com/.

There are five directories in this repository:

docs: The text of the tutorial
ref-card: Reference cards to print
images: The images used in the tutorial
programs: The Aseba/VPL programs for the examples in the tutorial
answers: Answers to the exercises and programs for the answers
readmes: Language-specific readmes for the distribution archives

This tutorial is written using LaTeX. To compile both the tutorial
and the answers, under unixes with pdflatex installed, just type:

make

If you want to build by hand, the files to compile are:

docs/LL/vpl.tex
answers/LL/vpl-answers.tex

where LL is the language code (for instance "en").

If you have trouble compiling, or found errors in this document, please
fill an issue at https://github.com/aseba-community/thymio-vpl-tutorial