Embedded Motion Control 2014 Group 1: Difference between revisions
Jump to navigation
Jump to search
m (→I/O structure) |
|||
Line 124: | Line 124: | ||
|Laser scan data | |Laser scan data | ||
|/pico/line_detection | |/pico/line_detection | ||
|Lines consisting out of start and end point (x_1,y_1),(x_2,y_2) etc. | |Lines consisting out of start and end point <math>(x_1,y_1),(x_2,y_2)<math> etc. | ||
|Transformation of raw data to lines by use of hough-transform | |Transformation of raw data to lines by use of hough-transform | ||
|- | |- |
Revision as of 19:42, 2 June 2014
Group Info
Name: | Student id: | Email: |
Groupmembers (email all) | ||
Sander Hoen | 0609581 | s.j.l.hoen@student.tue.nl |
Marc Meijs | 0761519 | m.j.meijs@student.tue.nl |
Wouter van Buul | 0675642 | w.b.v.buul@student.tue.nl |
Richard Treuren | 0714998 | h.a.treuren@student.tue.nl |
Joep van Putten | 0588616 | b.j.c.v.putten@student.tue.nl |
Tutor | ||
Sjoerd van den Dries | n/a | s.v.d.dries@tue.nl |
Meetings
Weekly meetings are planned during the course. Every Wednesday a standard meeting is planned to discuss progress with the group and with the tutor. Presentations from these weekly meetings can be found with the presentation links below. Important meeting decissions can be found with use of the meeting liks below. Next to the standard weekly meetings evening meetings are planned to work as a group on the software design.
- Meeting - 2014-05-02
- Meeting - 2014-05-12
- Meeting - 2014-05-14
- Meeting - 2014-05-15
- Meeting - 2014-05-16
- Meeting - 2014-05-21
- Meeting - 2014-05-23
- File:Presentatie week 3.pdf
- File:Presentation week 4.pdf
Time Table
Fill in the time you spend on this course on Dropbox "Time survey 4k450.xlsx"
Planning
Week 1 (2014-04-25 - 2014-05-02)
- Installing Ubuntu 12.04
- Installing ROS
- Following tutorials on C++ and ROS.
- Setup SVN
- Plan a strategy for the corridor challenge
Week 2 (2014-05-03 - 2014-05-09)
- Finishing tutorials
- Interpret laser sensor
- Positioning of PICO
Week 3 (2014-05-10 - 2014-05-16)
- File:Presentatie week 3.pdf
- Starting on software components
- Writing dedicated corridor challenge software
- Divided different blocks
- Line detection - Sander
- Relative distance - Richard
- Drive - Marc
- Situation - Wouter
- State generator - Joep
Week 4 (2014-05-17 - 2014-05-25)
- File:Presentatie week 4.pdf
- Finalize software structure maze competition
- Start writing software for maze competition
Week 5 (2014-05-26 - 2014-06-01
- Test first maze competition software in practice
- Determine bottlenecks for maze competition
- Start with arrow detection
- Arrow detection - Wouter
Software architecture
We decided to use a architecture as shown in the following figure:
THIS FIGURE HAS TO BE ADAPTED!!!
I/O structure
The different components that are visualized in the software architecture scheme are elaborated here