From: Pierre C. <Ba...@us...> - 2012-05-09 21:17:33
|
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 d6e150cc4e13e4f5265536c0de7d1e097fd8c926 (commit) from 5734668f606f94fd06962fae0aeb046bf4e7cf98 (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 d6e150cc4e13e4f5265536c0de7d1e097fd8c926 Author: chicco <cha...@cr...> Date: Wed May 9 23:17:01 2012 +0200 [krobot_config] update robot size ----------------------------------------------------------------------- Changes: diff --git a/info/control2011/src/lib/krobot_config.ml b/info/control2011/src/lib/krobot_config.ml index b4d3946..749977a 100644 --- a/info/control2011/src/lib/krobot_config.ml +++ b/info/control2011/src/lib/krobot_config.ml @@ -13,8 +13,8 @@ let world_height = 2.1 let world_width = 3. let robot_size = 0.26 let wheels_diameter = 0.098 -let wheels_distance = 0.150 -let wheels_position = robot_size /. 2. +let wheels_distance = 0.224 +let wheels_position = robot_size *. 0.2 let rotary_beacon_index_pos = (4. *. atan 1.) /. 2. (* left side *) let object_radius = 0.1 let border_safety_distance = sqrt (sqr robot_size /. 2.) +. 0.05 hooks/post-receive -- krobot |