This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "krobot".
The branch, master has been updated
via f3baa3b60397e396e82626bda5d452c8d5461718 (commit)
from aa5da0a85fba2bb27d79da5be728f739743257f6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f3baa3b60397e396e82626bda5d452c8d5461718
Author: Nicolas Dandrimont <Nic...@cr...>
Date: Sat May 21 14:26:46 2011 +0200
[Meca] Coherent mirror angle for the new opponent detection system
-----------------------------------------------------------------------
Changes:
diff --git a/meca/2011_Senior/Balises/support_miroir.scad b/meca/2011_Senior/Balises/support_miroir.scad
index c00c396..e6dac72 100644
--- a/meca/2011_Senior/Balises/support_miroir.scad
+++ b/meca/2011_Senior/Balises/support_miroir.scad
@@ -26,14 +26,14 @@ h_min = d_balise;
h_max = d_balise + h_balise;
theta_min = atan(h_min / D_min);
theta_max = atan(h_max / D_max);
-theta = (theta_min + theta_max)/2.;
+theta = 43.5;
echo("Angle minimal du faisceau sortant");
echo(theta_min);
echo("Angle maximal du faisceau sortant");
echo(theta_max);
-phi = 45. + theta / 2.;
+phi = 43.5;
echo("Angle du miroir par rapport à l'horizontale");
echo(phi);
hooks/post-receive
--
krobot
|