Skip to content

Commit 947c021

Browse files
committedJan 21, 2019
Initial commit
0 parents  commit 947c021

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed
 

‎.github/SUPPORT.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
#### General rules for posting
3+
4+
- Issue tracking systems can be seen as **advantageous alternatives to mailing lists** (read this [**post**](https://github.com/robotology/QA/issues/118)).
5+
- All **issues are public**, but to post a new issue you need a github account (free).
6+
- Teachers are required to apply **labels** to questions for sorting purposes.
7+
- Post here your **question** and mark it with **suitable label(s)**. We have a number of flavors available: general purpose labels, e.g. _help wanted_, _discussion_, _announcement_... so as lessons oriented labels e.g. _yarp_, _control_, _vision_. Don't forget to **mention a teacher** :wave: to trigger faster responses.
8+
- We try to be neat and thus we _aim_ to **close questions** that have found their answers :smirk:.
9+
10+
If you would like us to review your code, please post your snippets to [**`Gist`**](https://gist.github.com), including instructions to run them.

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*~
2+

‎README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## iCub Training Crash Course :robot:
2+
3+
### Course at glance
4+
The course is organized as a set of **lectures followed by hands-on sessions** using the **simulator** as well as the **real [iCub](http://www.icub.org)**.
5+
6+
This crash course is a revised excerpt of the [_Veni Vidi Vici International Winter School on Humanoid Robot Programming_](http://icub.org/winterschool) and will cover the following topics:
7+
- **Software architectures for robot programming (i.e. YARP)**
8+
- **Robot control**
9+
- **Robot vision**
10+
- **Robot scripting**
11+
12+
### Resources
13+
- 📚 [Wiki](https://github.com/icub-training/icub-training.github.io/wiki) (_program_, _instructions_, _material_)
14+
- 👋 [Q&A](https://github.com/icub-training/icub-training.github.io/issues)

‎_config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
theme: jekyll-theme-minimal
2+
3+
gems:
4+
- jemoji

0 commit comments

Comments
 (0)
Please sign in to comment.