System Architecture MSD19: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
No edit summary
Line 18: Line 18:
=Architectural Framework=
=Architectural Framework=
<span style="color:black">
<span style="color:black">
'''Autonomous drone referee system architecture has been implemented by taking into account both CAFCR[1] and SafeRobots[2] frameworks. The focus in the project has been heavily concentrated towards the design and implementation having derived the requirement specifications and hardware resources available  
Autonomous drone referee system architecture has been implemented by taking into account both CAFCR[1] and SafeRobots[2] frameworks. The focus in the project has been heavily concentrated towards the design and implementation having derived the requirement specifications and hardware resources available  
As a tailored approach to our goal the team developed the system level reasoning based on abstract knowledge defined in the Problem space. These were the requirement chosen to be most critical, the context of the problem and which problems we strive most to address.
As a tailored approach to our goal the team developed the system level reasoning based on abstract knowledge defined in the Problem space. These were the requirement chosen to be most critical, the context of the problem and which problems we strive most to address.
Then design choices were made based on thereof to define the Solution Space consisting of hardware and other tools to utilise, algorithms for path planning and communication protocols. This namely was the design time and opportunity to mitigate uncertainties.
Then design choices were made based on thereof to define the Solution Space consisting of hardware and other tools to utilise, algorithms for path planning and communication protocols. This namely was the design time and opportunity to mitigate uncertainties.
In the operational space covers the process of developing tangible deliverables that satisfy functional and non-functional requirements that were initially prescribed.  
In the operational space covers the process of developing tangible deliverables that satisfy functional and non-functional requirements that were initially prescribed.
The overall methodology of our roadmap can be found in the table below:'''
 
The overall methodology of our roadmap can be found in the table below:
 
'''Problem Space'''
* Requirement1: Develop a safe system that will not cause damage or harm in case of malfunction
* Requirement2: Choose a solution that will enable to develop the project from simple to complex
* Requirement3: Formalize solution such that it can be transferrable to future work
* Context1: Drone platform and display
* Context2: Robot soccer MSL
* Problem1: How to track a ball for a referee such that they can make clear decisions
* Problem2: How to design a system using low computational resources
 
'''Solution Space'''
* Perception: Computer vision, Deep NN
* Navigation: Path planning in 1D, Path planning in 2D
* Platform: Crazyflie, Sensors, Camera, Power
* Communication: UWB, Radio
 
'''Operation Space'''
* Middleware: ROS, Crazyflie
* External Code Libraries: Craztflie_lib, OpenCV, libraries in Python
* Implementation: Executable software code, Virtual simulation
* Deployment: Model tests, hardware tests, software debugging
</span>
</span>


==Manual Flight==
=System Decomposition=
This section explains in detail on how to setup a Crazyflie 2.X drone starting from hardware assembly to first manual flight. We used Windows to continue with initial setup of the software part for manual flight. However, Linux (Ubuntu 16.04) was preferred for the autonomous flight. Following additional hardware is required to setup first manual flight.
==Strategy==
* Bitcraze Crazyradio PA USB dongle
==Realised==
* A remote control (PS4 Controller or Any USB Gaming Controller)

Revision as of 14:02, 24 March 2020

Contents


Autonomous drone referee system architecture has been implemented by taking into account both CAFCR[1] and SafeRobots[2] frameworks. The focus in the project has been heavily concentrated towards the design and implementation having derived the requirement specifications and hardware resources available As a tailored approach to our goal the team developed the system level reasoning based on abstract knowledge defined in the Problem space. These were the requirement chosen to be most critical, the context of the problem and which problems we strive most to address. Then design choices were made based on thereof to define the Solution Space consisting of hardware and other tools to utilise, algorithms for path planning and communication protocols. This namely was the design time and opportunity to mitigate uncertainties. In the operational space covers the process of developing tangible deliverables that satisfy functional and non-functional requirements that were initially prescribed. The overall methodology of our roadmap can be found in the table below:

Architectural Framework

Autonomous drone referee system architecture has been implemented by taking into account both CAFCR[1] and SafeRobots[2] frameworks. The focus in the project has been heavily concentrated towards the design and implementation having derived the requirement specifications and hardware resources available As a tailored approach to our goal the team developed the system level reasoning based on abstract knowledge defined in the Problem space. These were the requirement chosen to be most critical, the context of the problem and which problems we strive most to address. Then design choices were made based on thereof to define the Solution Space consisting of hardware and other tools to utilise, algorithms for path planning and communication protocols. This namely was the design time and opportunity to mitigate uncertainties. In the operational space covers the process of developing tangible deliverables that satisfy functional and non-functional requirements that were initially prescribed.

The overall methodology of our roadmap can be found in the table below:

Problem Space

  • Requirement1: Develop a safe system that will not cause damage or harm in case of malfunction
  • Requirement2: Choose a solution that will enable to develop the project from simple to complex
  • Requirement3: Formalize solution such that it can be transferrable to future work
  • Context1: Drone platform and display
  • Context2: Robot soccer MSL
  • Problem1: How to track a ball for a referee such that they can make clear decisions
  • Problem2: How to design a system using low computational resources

Solution Space

  • Perception: Computer vision, Deep NN
  • Navigation: Path planning in 1D, Path planning in 2D
  • Platform: Crazyflie, Sensors, Camera, Power
  • Communication: UWB, Radio

Operation Space

  • Middleware: ROS, Crazyflie
  • External Code Libraries: Craztflie_lib, OpenCV, libraries in Python
  • Implementation: Executable software code, Virtual simulation
  • Deployment: Model tests, hardware tests, software debugging

System Decomposition

Strategy

Realised