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.
Dependents: ISR_Mini-explorer_Rangefinder
Fork of ISR_Mini-explorer by
Diff: robot.h
- Revision:
- 2:0435d1171673
- Parent:
- 1:8569ac717e68
- Child:
- 3:215c9544480d
--- a/robot.h Tue Feb 20 13:37:47 2018 +0000
+++ b/robot.h Tue Feb 20 17:17:41 2018 +0000
@@ -12,6 +12,7 @@
float X=20;
float Y=20;
+ float THETA;
Mutex mutex_i2c0, mutex_i2c1;
Encoder esquerdo(&i2c, &mutex_i2c0, 0);
@@ -50,6 +51,7 @@
theta +=(D_cm - L_cm)/7.18;
theta = atan2(sin(theta), cos(theta));
+ THETA = theta;
// meter entre 0
