log_any.py
rerun._rerun2.log_any
Loggable = Union[Archetype, dt.Transform3DLike]
module-attribute
All the things that rr.log_any()
can accept and log.
def log_any(entity_path, entity, ext=None, timeless=False, recording=None)
Log an entity.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
entity_path |
str
|
Path to the entity in the space hierarchy. |
required |
entity |
Loggable
|
The archetype object representing the entity. |
required |
ext |
dict[str, Any] | None
|
Optional dictionary of extension components. See rerun.log_extension_components |
None
|
timeless |
bool
|
If true, the entity will be timeless (default: False). |
False
|
recording |
RecordingStream | None
|
Specifies the |
None
|