From 9c5a02720e24002720ba9ec1f8168d1658187d13 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 6 Apr 2008 23:19:54 +0200 Subject: * digital/asserv: - divided input counter value by two. --- digital/asserv/src/asserv/models.host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/asserv/src/asserv/models.host.c') diff --git a/digital/asserv/src/asserv/models.host.c b/digital/asserv/src/asserv/models.host.c index e851551a..bab5b90b 100644 --- a/digital/asserv/src/asserv/models.host.c +++ b/digital/asserv/src/asserv/models.host.c @@ -162,7 +162,7 @@ static const struct robot_t giboulee_robot = /* Main motors. */ &amax32ghp_model, /* Number of steps on the main motors encoders. */ - 5000, + 2500, /* Wheel radius (m). */ 0.065 / 2, /* Distance between the wheels (m). */ -- cgit v1.2.3