From: Jérémie D. <Ba...@us...> - 2010-04-27 20:15:39
|
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 36cc6e499035eb900b2b0ec85e4fc6cd59601fd7 (commit) from 7f938ce8a4ed8e52d7df05366b2a0ebe6124a09b (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 36cc6e499035eb900b2b0ec85e4fc6cd59601fd7 Author: Jérémie Dimino <je...@di...> Date: Tue Apr 27 22:14:36 2010 +0200 fix positions of the grip ----------------------------------------------------------------------- Changes: diff --git a/info/control/driver/driver.ml b/info/control/driver/driver.ml index d68935e..170f447 100644 --- a/info/control/driver/driver.ml +++ b/info/control/driver/driver.ml @@ -223,7 +223,7 @@ struct let grip_up dev = set_ax12 dev [{ aa_id = 1; - aa_position = 880; + aa_position = 190; aa_velocity = 50 }; { aa_id = 2; aa_position = 180; @@ -231,7 +231,7 @@ struct let grip_down dev = set_ax12 dev [{ aa_id = 1; - aa_position = 580; + aa_position = 490; aa_velocity = 50 }; { aa_id = 2; aa_position = 510; hooks/post-receive -- krobot |