Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of Robocode by
Diff: source/Positioning.cpp
- Revision:
- 38:3526c36e4c73
- Parent:
- 34:40d8d29b44b8
- Child:
- 39:92723f7ea54f
--- a/source/Positioning.cpp Tue Apr 04 11:58:34 2017 +0000
+++ b/source/Positioning.cpp Tue Apr 04 15:01:59 2017 +0000
@@ -3,16 +3,22 @@
* Handels position of the Robot on the map
**/
-#include "mbed.h"
-#include "Pathfinding.h"
-#include "IRSensor.h"
+#include "Positioning.h"
position current_pos;
position get_current_pos()
{
return current_pos;
}
+
+int positioning(){
+
+ return 0;
+ }
+
+
+
/*
void initial_positioning()
{
