summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/radar.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/radar.h')
-rw-r--r--digital/io/src/radar.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/digital/io/src/radar.h b/digital/io/src/radar.h
index 1e541a28..b4611ec7 100644
--- a/digital/io/src/radar.h
+++ b/digital/io/src/radar.h
@@ -35,8 +35,12 @@
* - determining if an obstacle should make the robot stop.
*/
-/** Estimated obstacle radius. As the sensors detect obstacle edge, this is
+/** Estimated obstacle edge radius. As the sensors detect obstacle edge, this is
* added to position obstacle center. */
+#define RADAR_OBSTACLE_EDGE_RADIUS_MM 40
+
+/** Estimated obstacle radius. The obstacle may be larger than at the
+ * detected edge. */
#define RADAR_OBSTACLE_RADIUS_MM 150
/** Stop distance. Distance under which an obstacle is considered harmful when