summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/playground.h
diff options
context:
space:
mode:
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