From: Nicolas D. <Ba...@us...> - 2011-06-11 21:22:35
|
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 1cc7805cf65d3898cc2005d08e2e839c5bbed921 (commit) from f5b33ba75fc0c0e19719a5a7d087a6e3c6a47495 (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 1cc7805cf65d3898cc2005d08e2e839c5bbed921 Author: Nicolas Dandrimont <Nic...@cr...> Date: Sat Jun 11 23:21:16 2011 +0200 [control2011] New Blue initial position (the red one is still to be measured) ----------------------------------------------------------------------- Changes: diff --git a/info/control2011/src/tools/krobot_viewer.ml b/info/control2011/src/tools/krobot_viewer.ml index 6132da2..de695e0 100644 --- a/info/control2011/src/tools/krobot_viewer.ml +++ b/info/control2011/src/tools/krobot_viewer.ml @@ -581,7 +581,7 @@ lwt () = ignore_result ( Krobot_message.send bus (Unix.gettimeofday (), - Set_odometry(Krobot_config.world_width -. (0.215 -. Krobot_config.robot_size /. 2. +. Krobot_config.wheels_position), 1.885, pi)) + Set_odometry(2.77, 1.915, pi)) ); false)); hooks/post-receive -- krobot |