2025-01-12 19:51:34 +08:00

12 lines
180 B
Protocol Buffer

// Copyright (c) 2023, AgiBot Inc.
// All rights reserved.
syntax = "proto3";
package aimrt.protocols.common;
message Header {
uint64 time_stamp = 1;
string frame_id = 2;
}