Table of Contents
Robotics Club
Content
Github Short tutorials
Software and tutorials
Robotics Club
Content
Lab 1
[06.02.2017]
– Initial meeting, discussion about artificial intelligence
Lab 2
[13.02.2017]
– Projects proposals, introduction to programming in Java
Lab 3
[27.02.2017]
– Programming in Java, basic robot localisation problems (trilateration)
Lab 4
[06.03.2017]
–
Ethics in AI – is it safe to build AI?
Lab 5
[13.03.2017]
– Programming in Java, basic robot localisation problems (continuation)
Lab 6
[21.03.2017]
– Mindroid – controlling NXT robot with mobile phone (part I)
Lab 7
[27.03.2017]
– Mindroid – controlling NXT robot with mobile phone (part II)
Lab 8
[03.04.2017]
– Mindroid – controlling NXT robot with mobile phone (part III)
Lab 9
[24.04.2017]
– Mindroid – controlling NXT robot with mobile phone (part IV)
Lab 10
[15.05.2017]
– Mindroid – controlling NXT robot with mobile phone (part IV)
Lab 11
[22.05.2017]
– Speech recognition and voice commands I – scientific background
Lab 12
[??.??.2017]
– Speech recognition and voice commands II – grammar based recognition and simple conversation context
Lab 13
[??.??.2017]
– Gesture-based control I (virtual steering wheel)
Lab XX
[??.??.2017]
– Gesture-based control II (simple gestures)
Lab XX
[??.??.2017]
– Tournament?
Lab XX
[??.??.2017]
– Rules to rule them all
Lab XX
[??.??.2017]
– “Follow me” project – who is
me
? where am I?
Lab XX
[??.??.2017]
–
AI Civil Rights – can we kill a robot?
Lab XX
[??.??.2017]
–
Emotions of AI – can robot hate and love?
Github Short tutorials
Cloning
– Clone template project from repository
Pulling/updating
– Update your project, keeping your changes
Software and tutorials
Java tutorial
– one of the best and most comprehensive tutorial on the web
Mindroid
– Android library for Lego Mindstorms (Bluetooth connection / voice commands)
PocketSphinx
– framework for offline speech recognition
Android Studio
– IDE for programming for Android
IntelliJ Idea
– IDE for Java programming