Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mobsya/thymio-vpl-tutorial
- Owner: Mobsya
- Created: 2013-09-11T13:13:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T14:37:10.000Z (over 7 years ago)
- Last Synced: 2024-11-20T09:45:20.704Z (2 months ago)
- Language: TeX
- Size: 10.6 MB
- Stars: 2
- Watchers: 7
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: readme.txt
- Authors: authors.txt
Awesome Lists containing this project
README
First Steps in Robotics
with the
Thymio-II Robot
and the
Aseba/VPL Environment
For Aseba 1.4Moti 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 archivesThis 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.texwhere 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