Skip to main content

Circle Annotation

A circular annotation on a 2D image.

Parent Schema

CircleAnnotation appears in the ImageAnnotations message schema.

Field Definitions

Field NameTypeDescription
timestamptimeTimestamp of the circle
positionPoint2Position of the circle center in 2D pixel coordinates in the image
diameterfloat64Diameter of the circle (in pixels)
thicknessfloat64Thickness of the line (in pixels)
fill_colorColorFill color
outline_colorColorOutline color

position

The coordinate system has its origin at the top-left corner of the top-left pixel of the image.

References

coScene's schema types are framework-independent and can be implemented using any supported message encoding format.

Encoding FormatSchema Name
ROS 1foxglove_msgs/CircleAnnotation
ROS 2foxglove_msgs/msg/CircleAnnotation
JSONfoxglove.CircleAnnotation
Protobuffoxglove.CircleAnnotation
FlatBuffersfoxglove.CircleAnnotation
OMG IDLfoxglove::CircleAnnotation

Note: You must use the schema names specified above for coScene to recognize them correctly.