
Time is good
Fork of Robot2016_2-0 by
Revision 22:8ce3fb39612c, committed 2016-01-20
- Comitter:
- IceTeam
- Date:
- Wed Jan 20 14:31:37 2016 +0000
- Parent:
- 21:077bc7634b90
- Child:
- 23:3a34b8b70da6
- Commit message:
- Test avec mpc=300;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Jan 20 14:06:42 2016 +0000 +++ b/main.cpp Wed Jan 20 14:31:37 2016 +0000 @@ -44,7 +44,7 @@ init(); //Construction des obstacles map.build(); - map.AStar(0, 1000, 2000, 1000, 50); + map.AStar(0, 1000, 2000, 1000, 300); path = map.path; for(int i=0; i<path.size();i++) {