Conclusions Recommendations MSD16: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
(Created page with '<div STYLE="float: left; width:80%"> </div><div style="width: 35%; float: right;"><center>{{:Content_MSD16_small}}</center></div> __TOC__ = Conclusions = = Recommendations =')
 
Line 4: Line 4:


= Conclusions =
= Conclusions =
In this section, the conclusions from different aspects are drawn and listed.
'''Generic architecture'''
In this project, a generic architecture is designed based on the given project objects. The generic
architecture is not effected by what hardware to be chosen. How system works is described layer by
layer with the gradient of detail level. The implementation of project is also visible for designer.
''' Implemented in Simulink'''
To prove the concept of the generic architecture, a prototype is built and integrated in Simulink. Every
hardware components are connected and communicate with each other via the integration file in
Simulink.
''' Drone can follow ball'''
Some skills are achieved via built prototype. The drone can follow the ball automatically by using the ball
information from world model. Even when the ball is out of the field of view, the drone can still estimate
the ball position with particle filter.


= Recommendations =
= Recommendations =

Revision as of 08:04, 14 May 2017

Conclusions

In this section, the conclusions from different aspects are drawn and listed.

Generic architecture

In this project, a generic architecture is designed based on the given project objects. The generic

architecture is not effected by what hardware to be chosen. How system works is described layer by

layer with the gradient of detail level. The implementation of project is also visible for designer.

Implemented in Simulink

To prove the concept of the generic architecture, a prototype is built and integrated in Simulink. Every

hardware components are connected and communicate with each other via the integration file in

Simulink.

Drone can follow ball

Some skills are achieved via built prototype. The drone can follow the ball automatically by using the ball

information from world model. Even when the ball is out of the field of view, the drone can still estimate

the ball position with particle filter.

Recommendations