Localisation: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
(Created page with 'The localisation of the robots is a very important part of the project. With localisation, the robot is able to keep track of its own position and direction. This is of high impo…')
 
No edit summary
Line 2: Line 2:
This is of high importance when a robot encounters a heavy object, because now it can find out which robot is the nearest to him and ask this specific robot for help.
This is of high importance when a robot encounters a heavy object, because now it can find out which robot is the nearest to him and ask this specific robot for help.
Besides the localisation, also a bluetooth-communication script is necessary to accomplish this. The way this communication is drafted and scripted is written in [[Bluetooth Communication]].
Besides the localisation, also a bluetooth-communication script is necessary to accomplish this. The way this communication is drafted and scripted is written in [[Bluetooth Communication]].
== Programming the Localisation ==

Revision as of 14:55, 11 January 2016

The localisation of the robots is a very important part of the project. With localisation, the robot is able to keep track of its own position and direction. This is of high importance when a robot encounters a heavy object, because now it can find out which robot is the nearest to him and ask this specific robot for help. Besides the localisation, also a bluetooth-communication script is necessary to accomplish this. The way this communication is drafted and scripted is written in Bluetooth Communication.

Programming the Localisation