Skip to content

Commit d63d7e7

Browse files
committed
Document dictionary behavior
1 parent 5e5696c commit d63d7e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

source/isaaclab/isaaclab/sensors/camera/camera_data.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ class CameraData:
5353
The format of the data is available in the `Replicator Documentation`_. For semantic-based data,
5454
this corresponds to the ``"data"`` key in the output of the sensor.
5555
56+
Key iteration order is not guaranteed to match the order of entries in the camera configuration's
57+
``data_types`` list; index by name or iterate ``data_types`` and look up each key explicitly.
58+
5659
.. _Replicator Documentation: https://docs.omniverse.nvidia.com/prod_extensions/prod_extensions/ext_replicator/annotators_details.html#annotator-output
5760
"""
5861

0 commit comments

Comments
 (0)