summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/playground.h
diff options
context:
space:
mode:
authorNicolas Schodet2010-04-07 23:51:55 +0200
committerNicolas Schodet2010-04-07 23:51:55 +0200
commit3930ff7a23f24ff4dc8c9529e47d46eca04e4ab7 (patch)
tree7d76b14ff1724f092e7ed2c0d12dbd343c5b5c6c /digital/io/src/playground.h
parentd3c6012abe3b59ba88c8c83b2ffcb467b472f00d (diff)
digital/io/src: add radar module, refs #129
Diffstat (limited to 'digital/io/src/playground.h')
-rw-r--r--digital/io/src/playground.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/digital/io/src/playground.h b/digital/io/src/playground.h
index 6e962423..7991e052 100644
--- a/digital/io/src/playground.h
+++ b/digital/io/src/playground.h
@@ -83,4 +83,8 @@
#define PG_START_ZONE_LENGTH 500
#define PG_START_ZONE_WIDTH 500
+/** Size of the unclimbable slope zone (Eurobot 2010). */
+#define PG_SLOPE_WIDTH (500 + 519 + 500)
+#define PG_SLOPE_LENGTH (500 + 22)
+
#endif // playground_h