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: CircularBuffer Servo Terminal mbed Radio
Diff: RobotLeg.cpp
- Revision:
- 7:aac5f901bd76
- Parent:
- 6:0163f2737cc6
- Child:
- 8:db453051f3f4
--- a/RobotLeg.cpp Sun Jan 13 19:50:40 2013 +0000
+++ b/RobotLeg.cpp Sun Jan 13 20:43:28 2013 +0000
@@ -138,8 +138,6 @@
position = newPosition;
if (!move(position))
{
- // Project path forward from circle center
- reset(1.0f);
return false;
}
break;