Skip to main content

Event

A discrete event that occurred over a time range

Schema

fieldtypedescription
start_timeTimestampEvent start time (inclusive)
end_timeTimestampEvent end time (inclusive)
metadata (optional)KeyValuePair[]Additional key-value metadata. Keys must be unique.

Reference implementations

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

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

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