Running Files MSD16

From Control Systems Technology Group
Revision as of 13:04, 7 March 2017 by Asinha (talk | contribs)
Jump to navigation Jump to search
Internal Navigation


  1. Main
  2. Project
  3. System Architecture
  4. Implementation
  5. Conclusions & Recommendations
  6. Manuals


Risk Analysis

Line Referee: TURTLE vs Omnibot

The first idea was to use a TURTLE robot as a line referee while two Omnibots would be playing on the field. However, the communication with the TURTLE seems to be a difficult task which is not yet achieved. Also, there are only two Omnibots currently present to test with and we are not the only team who want to use them. Now a choice needs to be made whether it would be better to switch the role of the different robots: two TURTLEs as players and one Omnibot as a line referee. The switching should be possible due to our implementation of the System Architecture. To make a decision about this, this risk analysis is made.

Choice 1: TURTLE as line-referee and Omnibots as players

pros:

  • this was the first idea for the project
  • the TURTLEs already possess algorithms to detect a ball and players
  • the TURTLEs already are able to locate themselves
  • TURTLE has a large field of view

cons:

  • the communication with the TURTLEs is still not working
  • if the comm is working, we should still adapt the code to use our set-points
  • in order to use comm we need at least one laptop with Ubuntu and run everything on there or link it to the base laptop
  • the TURTLEs are quite big, maybe too big to drive next to the field


Choice 2: TURTLE as player and Omnibots as line-referee

pros:

  • comm with Omnibot is already working (arrows to control the bots)
  • we only need one Omnibot to test with
  • we don't necessarily need to equip the Omnibots with any protective gear
  • TURTLEs are already programmed and designed as players

cons:

  • still not able to receive data from the Omnibot (but also not with TURTLE)
  • we need to develop localization for the Omnibots, possibly there is some software to do this based on LED strips (it was indicated by TV that this is quite a challenging and time-consuming task)
  • Kalman filtering: identification of model and implementation on the bot. (SW is still working to implement this on the Drone)
  • implement ball and object detection on the Omnibot (but approach is already made)
  • field of view is probably limited and much lesser when compared with the Turtle's FoV.
  • change control algorithm for the Omnibot

Conclusions and Recommendations

Based on the implications of the above two choices, some recommendations can be made.

  • Completing the demonstration with the fully autonomous drone (system integration should be completed!).
  • Since the UWBS system shall be installed by the time this project is continued next year, localization of refereeing agents shall be easier, compared to the current situation which uses the Top Camera.
  • To extend the field-of-view of the Omnibot, a Kinect could be attached on top of it and thus allowing it to be comparable with the TechUnited Turtle in this regard.