From: Jérémie D. <Ba...@us...> - 2010-04-24 14:03:52
|
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 c30984ce77fc957c1886e457bf46d9f498e622dd (commit) from 802ab74edcacbf12f1ac96637dcf7ef966feabef (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 c30984ce77fc957c1886e457bf46d9f498e622dd Author: Jérémie Dimino <je...@di...> Date: Sat Apr 24 16:03:29 2010 +0200 maximum openning of the grip ----------------------------------------------------------------------- Changes: diff --git a/info/control/driver/driver.ml b/info/control/driver/driver.ml index a684d78..04ec0f2 100644 --- a/info/control/driver/driver.ml +++ b/info/control/driver/driver.ml @@ -242,10 +242,10 @@ struct let grip_open dev = set_ax12 dev [{ aa_id = 2; - aa_position = 610; + aa_position = 650; aa_velocity = 100 }; { aa_id = 3; - aa_position = 50; + aa_position = 0; aa_velocity = 0 }] let grip_close dev = hooks/post-receive -- krobot |