Roadmap M0 - KTH-RAS-HT14-G9/robot_ai GitHub Wiki
Roadmap - Milestone 0
Tasks
- build a robot (only with drive and camera)
- what kind of drive (e.g. how many wheels)?
- what should the base look like?
- how to connect hardware?
- keyterms: controllability, robustness, modularity
- run ROS on robot
- sending signals to motors
- get information from encoders
- get image from camera
- create robot in ROS simulator
- embed mechanical properties, e.g.:
- wheel size
- wheel distance
- use kobuki?
- implement controllers (in simulator) for
- forward movement (as in lab task 3)
- following a known object
- implement simple hand-detection algorithm
- w/ or w/o calibrating camera
- using simple pattern matching or skin color detection
- integrate software on robot
- think about code structure (e.g. how should we organize packages/nodes)