summaryrefslogtreecommitdiffhomepage
path: root/digital/io-hub/src/robospierre/bot.h
diff options
context:
space:
mode:
authorNicolas Schodet2011-05-23 01:23:43 +0200
committerNicolas Schodet2011-05-23 01:25:09 +0200
commit6548d83aa655176ef939817e36cd05d0e6cfaccd (patch)
tree0809a505b345dd8855b8b332c76de4cf6c11ce29 /digital/io-hub/src/robospierre/bot.h
parentc5b1353dea8a426d6eea043fb5aa78722f7b0bc5 (diff)
digital/{io,io-hub,ai}: add generic radar, add radar to robospierre
Diffstat (limited to 'digital/io-hub/src/robospierre/bot.h')
-rw-r--r--digital/io-hub/src/robospierre/bot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/digital/io-hub/src/robospierre/bot.h b/digital/io-hub/src/robospierre/bot.h
index 5f9d177a..4df9b89d 100644
--- a/digital/io-hub/src/robospierre/bot.h
+++ b/digital/io-hub/src/robospierre/bot.h
@@ -34,6 +34,9 @@
# define BOT_SCALE 0.0415178942124
#endif
+/** Distance from the robot axis to the side. */
+#define BOT_SIZE_SIDE 190
+
/** Distance between the front contact point and the robot center. */
#define BOT_FRONT_CONTACT_DIST_MM 150
/** Angle error at the front contact point. */