Skip to main content
Mission Control supports a wide range of data formats.

Container Formats

FormatExtensionStatus
MCAP.mcapFull support
ROS 1 Bag.bagFull support
ROS 2 Bag.db3Full support

Message Formats

Images

FormatSchemaNotes
sensor_msgs/ImageROSRaw images
sensor_msgs/CompressedImageROSJPEG, PNG
foxglove.RawImageFoxgloveRaw images
foxglove.CompressedImageFoxgloveCompressed

Point Clouds

FormatSchemaNotes
sensor_msgs/PointCloud2ROSStandard format
foxglove.PointCloudFoxgloveIndexed points

Transforms

FormatSchemaNotes
tf2_msgs/TFMessageROSTransform tree
geometry_msgs/TransformStampedROSSingle transform
foxglove.FrameTransformFoxgloveSingle transform

Other Sensors

FormatSchemaNotes
sensor_msgs/ImuROSAccelerometer + Gyro
sensor_msgs/NavSatFixROSGPS
sensor_msgs/LaserScanROS2D LiDAR
radar_msgs/RadarScanROSRadar returns

Custom Schemas

Define custom schemas using:
  • Protobuf (.proto)
  • JSON Schema
  • ROS message definitions (.msg)