Skip to main content

SceneEntityDeletion

Command to remove previously published entities

Parent schema

SceneEntityDeletion appears in the SceneUpdate message schema.

Schema

fieldtypedescription
timestamptimeTimestamp of the deletion. Only matching entities earlier than this timestamp will be deleted.
typeSceneEntityDeletionTypeType of deletion action to perform
idstringIdentifier which must match if type is MATCHING_ID.

Reference implementations

Foxglove schemas are framework-agnostic, and can be implemented using any supported message encoding:

encodingschema
ROS 1foxglove_msgs/SceneEntityDeletion
ROS 2foxglove_msgs/msg/SceneEntityDeletion
JSONfoxglove.SceneEntityDeletion
Protobuffoxglove.SceneEntityDeletion
FlatBuffersfoxglove.SceneEntityDeletion
OMG IDLfoxglove::SceneEntityDeletion

You must use the schema names specified above for Foxglove to recognize the schema.