From: Xavier L. <Ba...@us...> - 2013-04-04 18:52:41
|
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 04a94c1d43ea27ee28a782ab2d7a160d3beb64f4 (commit) from ff6cb2aa4ad32d94b2e4713ebe2032fc5589a455 (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 04a94c1d43ea27ee28a782ab2d7a160d3beb64f4 Author: Xavier Lagorce <Xav...@cr...> Date: Thu Apr 4 20:57:32 2013 +0200 [info/Krobot_vm] Lower rotational speed for prototype of new beacon system ----------------------------------------------------------------------- Changes: diff --git a/info/control2011/src/tools/krobot_vm.ml b/info/control2011/src/tools/krobot_vm.ml index 7df6b4c..c88eca8 100644 --- a/info/control2011/src/tools/krobot_vm.ml +++ b/info/control2011/src/tools/krobot_vm.ml @@ -845,7 +845,7 @@ lwt () = ignore ( lwt () = Lwt_unix.sleep 2. in - Krobot_message.send bus (Unix.gettimeofday (),Motor_command (2,1000))); + Krobot_message.send bus (Unix.gettimeofday (),Motor_command (2,500))); ignore(blink bus false); hooks/post-receive -- krobot |