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/Movement.cpp
- Revision:
- 110:cd7b7b551616
- Parent:
- 109:510927a51be8
- Child:
- 112:c7afe49752b9
diff -r 510927a51be8 -r cd7b7b551616 source/Movement.cpp
--- a/source/Movement.cpp Mon May 08 07:14:26 2017 +0000
+++ b/source/Movement.cpp Mon May 08 07:16:01 2017 +0000
@@ -375,6 +375,7 @@
//Safety Function:
if (getDistanceIR(2)<0.05f) {
stop_move();
+ //move_for_distance(-0.10f);
search_state = 0;
}
stop_move();
