Skip to content

Commit 11e0430

Browse files
authored
Docs for #3885 and #3879 (#644)
Signed-off-by: Tony Najjar <[email protected]>
1 parent b7d8d12 commit 11e0430

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

configuration/packages/collision_monitor/configuring-collision-detector-node.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Observation sources parameters
229229
============== =============================
230230

231231
Description:
232-
Type of polygon shape. Could be ``scan``, ``pointcloud`` or ``range``.
232+
Type of polygon shape. Could be ``scan``, ``pointcloud``, ``range`` or ``polygon``.
233233

234234
:``<source name>``.topic:
235235

@@ -275,6 +275,17 @@ Observation sources parameters
275275
Description:
276276
Angle increment (in radians) between nearby obstacle points at the range arc. Two outermost points from the field of view are not taken into account (they will always exist regardless of this value). Applicable for ``range`` type.
277277

278+
:``<source name>``.sampling_distance:
279+
280+
============== =============================
281+
Type Default
282+
-------------- -----------------------------
283+
double 0.1
284+
============== =============================
285+
286+
Description:
287+
Internally the polygon is sampled for collision detection. sampling_distance is the distance between sampled points of the polygon. Applicable for ``polygon`` source type.
288+
278289
:``<source name>``.enabled:
279290

280291
============== =============================

configuration/packages/collision_monitor/configuring-collision-monitor-node.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ Observation sources parameters
507507
============== =============================
508508

509509
Description:
510-
Type of polygon shape. Could be ``scan``, ``pointcloud`` or ``range``.
510+
Type of polygon shape. Could be ``scan``, ``pointcloud``, ``range`` or ``polygon``.
511511

512512
:``<source name>``.topic:
513513

@@ -553,6 +553,17 @@ Observation sources parameters
553553
Description:
554554
Angle increment (in radians) between nearby obstacle points at the range arc. Two outermost points from the field of view are not taken into account (they will always exist regardless of this value). Applicable for ``range`` type.
555555

556+
:``<source name>``.sampling_distance:
557+
558+
============== =============================
559+
Type Default
560+
-------------- -----------------------------
561+
double 0.1
562+
============== =============================
563+
564+
Description:
565+
Internally the polygon is sampled for collision detection. sampling_distance is the distance between sampled points of the polygon. Applicable for ``polygon`` source type.
566+
556567
:``<source name>``.enabled:
557568

558569
============== =============================

0 commit comments

Comments
 (0)