Skip to main content

SceneEntityDeletion

Command used to delete previously published entities

Parent Data Structure

SceneEntityDeletion appears in the SceneUpdate message data structure.

Data Structure

FieldTypeDescription
timestamptimeTimestamp of the deletion operation. Only matching entities earlier than this timestamp will be deleted.
typeSceneEntityDeletionTypeType of deletion operation to perform
idstringIdentifier that must match when type is MATCHING_ID.

Reference Implementation

Visualization data structures are framework-agnostic and can be implemented using any supported message encoding method:

Encoding MethodData Structure
ROS 1foxglove_msgs/SceneEntityDeletion
ROS 2foxglove_msgs/msg/SceneEntityDeletion
JSONfoxglove.SceneEntityDeletion
Protobuffoxglove.SceneEntityDeletion
FlatBuffersfoxglove.SceneEntityDeletion
OMG IDLfoxglove::SceneEntityDeletion

You must use the data structure names specified above so that the visualization can recognize the data structure.