diff --git a/configuration/packages/collision_monitor/configuring-collision-monitor-node.rst b/configuration/packages/collision_monitor/configuring-collision-monitor-node.rst index 0fea36cb45..5b9d5a1a19 100644 --- a/configuration/packages/collision_monitor/configuring-collision-monitor-node.rst +++ b/configuration/packages/collision_monitor/configuring-collision-monitor-node.rst @@ -573,6 +573,17 @@ Observation sources parameters Description: Maximum height the PointCloud projection to 2D space ended with. Applicable for ``pointcloud`` type. +:````.use_global_height: + + ============== ============================= + Type Default + -------------- ----------------------------- + bool false + ============== ============================= + + Description: + Set true for pointcloud sources containing a "height" field relative to a real world ground contour. The "height" field will be used for the min and max height checks instead of the "z" field and will not be transformed as it is assumed that height is already global frame referenced. Applicable for ``pointcloud`` type. + :````.min_range: ============== =============================