From: Xavier L. <Ba...@us...> - 2013-04-25 22:50:04
|
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 8795043d51140b4e632d493acef16078577dca49 (commit) from 04302e1607bd38ec213b2012d1af04fdc1e50433 (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 8795043d51140b4e632d493acef16078577dca49 Author: Xavier Lagorce <Xav...@cr...> Date: Fri Apr 26 00:50:23 2013 +0200 [krobot-viewer] Added callback on new rotational speed limit field in ui ----------------------------------------------------------------------- Changes: diff --git a/info/control2011/src/tools/krobot_viewer.ml b/info/control2011/src/tools/krobot_viewer.ml index 897b658..4492bab 100644 --- a/info/control2011/src/tools/krobot_viewer.ml +++ b/info/control2011/src/tools/krobot_viewer.ml @@ -867,6 +867,9 @@ lwt () = (ui#v_max#connect#value_changed (fun () -> send_motor_limit ())); ignore + (ui#omega_max#connect#value_changed + (fun () -> send_motor_limit ())); + ignore (ui#a_tan_max#connect#value_changed (fun () -> send_motor_limit ())); ignore hooks/post-receive -- krobot |