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 mbed StepperMotor
Fork of RoboClaw by
Diff: Map/map.h
- Revision:
- 60:8d2320a54a32
- Parent:
- 57:86f491f5b25d
- Child:
- 63:176d04975f06
--- a/Map/map.h	Wed May 04 21:04:50 2016 +0200
+++ b/Map/map.h	Wed May 04 23:35:03 2016 +0200
@@ -21,6 +21,7 @@
 public:
     map (Odometry* nodo, AX12 * nA1, AX12 * nA2, AX12 * nA3, Stepper * nS1, Stepper * nS2);
     void addObs (obsCarr nobs);
+    void addObj (objectif nobj);
     void FindWay (point dep, point arr);
     void FindWay (float depX, float depY, float arrX, float arrY);
     void Execute (int obj);
@@ -40,6 +41,8 @@
     Stepper * S1, * S2;
 
     float min_x_table, min_y_table, max_x_table, max_y_table;
+
+    void Build_formation_1 (int couleur);
 };
 
 #endif
\ No newline at end of file
    