From 1b6cecd9ad4c9d03b1e1a8f69f61b72dcaf984f2 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 18 May 2012 04:15:49 +0200 Subject: digital/io-hub/src/guybrush: robot slightly larger --- digital/mimot/src/asserv/models.host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/mimot/src/asserv') diff --git a/digital/mimot/src/asserv/models.host.c b/digital/mimot/src/asserv/models.host.c index e97d3958..ab55c341 100644 --- a/digital/mimot/src/asserv/models.host.c +++ b/digital/mimot/src/asserv/models.host.c @@ -75,7 +75,7 @@ static const struct robot_t guybrush_robot = * table. */ simu_table_test_guybrush, /** Robot corners, from front left, then clockwise. */ - { { 150, 171.5 }, { 150, -171.5 }, { -134, -121.5 }, { -134, 121.5 }, + { { 150, 171.5 }, { 150, -171.5 }, { -135, -121.5 }, { -135, 121.5 }, { 150, 0 } }, /** Initialisation function. */ NULL, -- cgit v1.2.3