2025-11-13 03:01:00 +08:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2026-03-16 09:23:56 +08:00
|
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
2025-11-13 03:01:00 +08:00
|
|
|
# source: cmvr/msgs/geometry.proto
|
2026-03-16 09:23:56 +08:00
|
|
|
# Protobuf Python Version: 6.31.1
|
2025-11-13 03:01:00 +08:00
|
|
|
"""Generated protocol buffer code."""
|
|
|
|
|
from google.protobuf import descriptor as _descriptor
|
|
|
|
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
2026-03-16 09:23:56 +08:00
|
|
|
from google.protobuf import runtime_version as _runtime_version
|
2025-11-13 03:01:00 +08:00
|
|
|
from google.protobuf import symbol_database as _symbol_database
|
2026-03-16 09:23:56 +08:00
|
|
|
from google.protobuf.internal import builder as _builder
|
|
|
|
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
|
|
_runtime_version.Domain.PUBLIC,
|
|
|
|
|
6,
|
|
|
|
|
31,
|
|
|
|
|
1,
|
|
|
|
|
'',
|
|
|
|
|
'cmvr/msgs/geometry.proto'
|
|
|
|
|
)
|
2025-11-13 03:01:00 +08:00
|
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
|
|
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18\x63mvr/msgs/geometry.proto\x12\tcmvr.msgs\"\x1c\n\x04Vec2\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\"\'\n\x04Vec3\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\x12\t\n\x01z\x18\x03 \x01(\x01\"2\n\x04Quat\x12\t\n\x01w\x18\x01 \x01(\x01\x12\t\n\x01x\x18\x02 \x01(\x01\x12\t\n\x01y\x18\x03 \x01(\x01\x12\t\n\x01z\x18\x04 \x01(\x01\"+\n\x08Position\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\x12\t\n\x01z\x18\x03 \x01(\x01\"+\n\x05\x45uler\x12\n\n\x02rx\x18\x01 \x01(\x01\x12\n\n\x02ry\x18\x02 \x01(\x01\x12\n\n\x02rz\x18\x03 \x01(\x01\"u\n\x06Pose3d\x12%\n\x08position\x18\x01 \x01(\x0b\x32\x13.cmvr.msgs.Position\x12#\n\nquaternion\x18\x02 \x01(\x0b\x32\x0f.cmvr.msgs.Quat\x12\x1f\n\x05\x65uler\x18\x03 \x01(\x0b\x32\x10.cmvr.msgs.Euler\"-\n\x06Pose2d\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\x12\r\n\x05theta\x18\x03 \x01(\x01\x62\x06proto3')
|
|
|
|
|
|
2026-03-16 09:23:56 +08:00
|
|
|
_globals = globals()
|
|
|
|
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
|
|
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'cmvr.msgs.geometry_pb2', _globals)
|
|
|
|
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
|
|
DESCRIPTOR._loaded_options = None
|
|
|
|
|
_globals['_VEC2']._serialized_start=39
|
|
|
|
|
_globals['_VEC2']._serialized_end=67
|
|
|
|
|
_globals['_VEC3']._serialized_start=69
|
|
|
|
|
_globals['_VEC3']._serialized_end=108
|
|
|
|
|
_globals['_QUAT']._serialized_start=110
|
|
|
|
|
_globals['_QUAT']._serialized_end=160
|
|
|
|
|
_globals['_POSITION']._serialized_start=162
|
|
|
|
|
_globals['_POSITION']._serialized_end=205
|
|
|
|
|
_globals['_EULER']._serialized_start=207
|
|
|
|
|
_globals['_EULER']._serialized_end=250
|
|
|
|
|
_globals['_POSE3D']._serialized_start=252
|
|
|
|
|
_globals['_POSE3D']._serialized_end=369
|
|
|
|
|
_globals['_POSE2D']._serialized_start=371
|
|
|
|
|
_globals['_POSE2D']._serialized_end=416
|
2025-11-13 03:01:00 +08:00
|
|
|
# @@protoc_insertion_point(module_scope)
|