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: RoboClaw StepperMotor mbed
Fork of Robot2016_2-0 by
Revision 25:8e7f24c3d05f, committed 2016-01-20
- Comitter:
- IceTeam
- Date:
- Wed Jan 20 17:13:01 2016 +0100
- Parent:
- 20:b2f3757fd7ee
- Child:
- 26:6c5c453602ff
- Commit message:
- Petit commit de merging
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Jan 13 19:10:51 2016 +0100
+++ b/main.cpp Wed Jan 20 17:13:01 2016 +0100
@@ -43,7 +43,7 @@
init();
//Construction des obstacles
map.build();
- map.Astar(0, 1000, 2000, 1000, 50);
+ map.Astar(0, 1000, 2000, 1000);
path = map.path;
for(int i=0; i<path.size();i++) {
