From be33d2732cc45ec167f6da8ca9316e1a1d13a055 Mon Sep 17 00:00:00 2001 From: Felix Agner <felix.agner@control.lth.se> Date: Wed, 9 Nov 2022 11:13:55 +0100 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c537eb8..e6d00d3 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ run_dummybot(HOST) ``` ### Maximum servo speed -Currently, the maximum value to write to servo speed is 1022. Any value above (below) 1022 (-1022) is rounded down (up) on the server side. +You can get the maximum absolute value of servo-speed-setpoints with `max_speed = bot.get_max_speed()`. Any value above (below) `max_speed` (`-max_speed`) is rounded down (up) on the server side. ### Network At the department of automatic control, you should be connected to the omnibots via the same router. Currently this has been done with the router with name *robotlab*, where the IP naming conventions for the robots are `192.168.0.10X` for robot with name `omniX`, i.e. omnibot `omni6` has IP `192.168.0.106`. -- GitLab