cobotar-protocol 0.3.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cobotar_protocol/__init__.py +0 -0
- cobotar_protocol/common/v1/color_pb2.py +37 -0
- cobotar_protocol/common/v1/property_pb2.py +41 -0
- cobotar_protocol/geometry/v1/anchor_pb2.py +37 -0
- cobotar_protocol/geometry/v1/point_pb2.py +37 -0
- cobotar_protocol/geometry/v1/pose_pb2.py +39 -0
- cobotar_protocol/geometry/v1/quad_pb2.py +37 -0
- cobotar_protocol/geometry/v1/vector3_pb2.py +37 -0
- cobotar_protocol/geometry/v1/wrench_pb2.py +38 -0
- cobotar_protocol/robot/v1/end_effector_pb2.py +37 -0
- cobotar_protocol/robot/v1/jointstate_pb2.py +37 -0
- cobotar_protocol/robot/v1/tcp_pb2.py +39 -0
- cobotar_protocol/service/v1/status_pb2.py +39 -0
- cobotar_protocol/tracker/v1/tracker_pb2.py +39 -0
- cobotar_protocol-0.3.3.dist-info/METADATA +29 -0
- cobotar_protocol-0.3.3.dist-info/RECORD +17 -0
- cobotar_protocol-0.3.3.dist-info/WHEEL +4 -0
|
File without changes
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: common/v1/color.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'common/v1/color.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15\x63ommon/v1/color.proto\x12\tcommon.v1\"Y\n\x05\x43olor\x12\x10\n\x03red\x18\x01 \x01(\x02R\x03red\x12\x14\n\x05green\x18\x02 \x01(\x02R\x05green\x12\x12\n\x04\x62lue\x18\x03 \x01(\x02R\x04\x62lue\x12\x14\n\x05\x61lpha\x18\x04 \x01(\x02R\x05\x61lphaB\x94\x01\n\rcom.common.v1B\nColorProtoP\x01Z2github.com/cobotar/protocol/gen/common/v1;commonv1\xa2\x02\x03\x43XX\xaa\x02\tCommon.V1\xca\x02\tCommon\\V1\xe2\x02\x15\x43ommon\\V1\\GPBMetadata\xea\x02\nCommon::V1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'common.v1.color_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\rcom.common.v1B\nColorProtoP\001Z2github.com/cobotar/protocol/gen/common/v1;commonv1\242\002\003CXX\252\002\tCommon.V1\312\002\tCommon\\V1\342\002\025Common\\V1\\GPBMetadata\352\002\nCommon::V1'
|
|
35
|
+
_globals['_COLOR']._serialized_start=36
|
|
36
|
+
_globals['_COLOR']._serialized_end=125
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: common/v1/property.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'common/v1/property.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18\x63ommon/v1/property.proto\x12\tcommon.v1\"\xbb\x03\n\x08Property\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n\x04icon\x18\x03 \x01(\tR\x04icon\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12+\n\x04type\x18\x05 \x01(\x0e\x32\x17.common.v1.PropertyTypeR\x04type\x12\x14\n\x05value\x18\x06 \x01(\tR\x05value\x12\x16\n\x06\x65xtras\x18\x07 \x01(\tR\x06\x65xtras\x12#\n\ruser_editable\x18\x08 \x01(\x08R\x0cuserEditable\x12)\n\x06origin\x18\t \x01(\x0e\x32\x11.common.v1.OriginR\x06origin\x12+\n\x07origins\x18\n \x03(\x0e\x32\x11.common.v1.OriginR\x07origins\x12,\n\x12mirror_property_id\x18\x0e \x01(\tR\x10mirrorPropertyId\x12\x14\n\x05group\x18\x0b \x01(\tR\x05group\x12\x1a\n\x08ordering\x18\x0c \x01(\x05R\x08ordering\x12\x1d\n\nhide_group\x18\r \x01(\x08R\thideGroup*\xc5\x02\n\x0cPropertyType\x12\x1d\n\x19PROPERTY_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12PROPERTY_TYPE_BOOL\x10\x01\x12\x15\n\x11PROPERTY_TYPE_INT\x10\x02\x12\x18\n\x14PROPERTY_TYPE_DOUBLE\x10\x03\x12\x18\n\x14PROPERTY_TYPE_STRING\x10\x04\x12\x19\n\x15PROPERTY_TYPE_VECTOR3\x10\x05\x12\x16\n\x12PROPERTY_TYPE_POSE\x10\x06\x12\x18\n\x14PROPERTY_TYPE_ANCHOR\x10\x07\x12\x17\n\x13PROPERTY_TYPE_COLOR\x10\x08\x12\x17\n\x13PROPERTY_TYPE_AGENT\x10\t\x12\x16\n\x12PROPERTY_TYPE_ENUM\x10\n\x12\x1c\n\x18PROPERTY_TYPE_ENUM_MULTI\x10\x0b*E\n\x06Origin\x12\x16\n\x12ORIGIN_UNSPECIFIED\x10\x00\x12\x10\n\x0cORIGIN_FIXED\x10\x01\x12\x11\n\rORIGIN_MIRROR\x10\x02\x42\x97\x01\n\rcom.common.v1B\rPropertyProtoP\x01Z2github.com/cobotar/protocol/gen/common/v1;commonv1\xa2\x02\x03\x43XX\xaa\x02\tCommon.V1\xca\x02\tCommon\\V1\xe2\x02\x15\x43ommon\\V1\\GPBMetadata\xea\x02\nCommon::V1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'common.v1.property_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\rcom.common.v1B\rPropertyProtoP\001Z2github.com/cobotar/protocol/gen/common/v1;commonv1\242\002\003CXX\252\002\tCommon.V1\312\002\tCommon\\V1\342\002\025Common\\V1\\GPBMetadata\352\002\nCommon::V1'
|
|
35
|
+
_globals['_PROPERTYTYPE']._serialized_start=486
|
|
36
|
+
_globals['_PROPERTYTYPE']._serialized_end=811
|
|
37
|
+
_globals['_ORIGIN']._serialized_start=813
|
|
38
|
+
_globals['_ORIGIN']._serialized_end=882
|
|
39
|
+
_globals['_PROPERTY']._serialized_start=40
|
|
40
|
+
_globals['_PROPERTY']._serialized_end=483
|
|
41
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: geometry/v1/anchor.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'geometry/v1/anchor.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18geometry/v1/anchor.proto\x12\x0bgeometry.v1\"<\n\x06\x41nchor\x12\x1c\n\treference\x18\x01 \x01(\tR\treference\x12\x14\n\x05\x66rame\x18\x02 \x01(\tR\x05\x66rameB\xa3\x01\n\x0f\x63om.geometry.v1B\x0b\x41nchorProtoP\x01Z6github.com/cobotar/protocol/gen/geometry/v1;geometryv1\xa2\x02\x03GXX\xaa\x02\x0bGeometry.V1\xca\x02\x0bGeometry\\V1\xe2\x02\x17Geometry\\V1\\GPBMetadata\xea\x02\x0cGeometry::V1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry.v1.anchor_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.geometry.v1B\013AnchorProtoP\001Z6github.com/cobotar/protocol/gen/geometry/v1;geometryv1\242\002\003GXX\252\002\013Geometry.V1\312\002\013Geometry\\V1\342\002\027Geometry\\V1\\GPBMetadata\352\002\014Geometry::V1'
|
|
35
|
+
_globals['_ANCHOR']._serialized_start=41
|
|
36
|
+
_globals['_ANCHOR']._serialized_end=101
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: geometry/v1/point.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'geometry/v1/point.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17geometry/v1/point.proto\x12\x0bgeometry.v1\"1\n\x05Point\x12\x0c\n\x01x\x18\x01 \x01(\x01R\x01x\x12\x0c\n\x01y\x18\x02 \x01(\x01R\x01y\x12\x0c\n\x01z\x18\x03 \x01(\x01R\x01zB\xa2\x01\n\x0f\x63om.geometry.v1B\nPointProtoP\x01Z6github.com/cobotar/protocol/gen/geometry/v1;geometryv1\xa2\x02\x03GXX\xaa\x02\x0bGeometry.V1\xca\x02\x0bGeometry\\V1\xe2\x02\x17Geometry\\V1\\GPBMetadata\xea\x02\x0cGeometry::V1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry.v1.point_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.geometry.v1B\nPointProtoP\001Z6github.com/cobotar/protocol/gen/geometry/v1;geometryv1\242\002\003GXX\252\002\013Geometry.V1\312\002\013Geometry\\V1\342\002\027Geometry\\V1\\GPBMetadata\352\002\014Geometry::V1'
|
|
35
|
+
_globals['_POINT']._serialized_start=40
|
|
36
|
+
_globals['_POINT']._serialized_end=89
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: geometry/v1/pose.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'geometry/v1/pose.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from geometry.v1 import point_pb2 as geometry_dot_v1_dot_point__pb2
|
|
26
|
+
from geometry.v1 import quad_pb2 as geometry_dot_v1_dot_quad__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16geometry/v1/pose.proto\x12\x0bgeometry.v1\x1a\x17geometry/v1/point.proto\x1a\x16geometry/v1/quad.proto\"k\n\x04Pose\x12.\n\x08position\x18\x01 \x01(\x0b\x32\x12.geometry.v1.PointR\x08position\x12\x33\n\x0borientation\x18\x02 \x01(\x0b\x32\x11.geometry.v1.QuadR\x0borientationB\xa1\x01\n\x0f\x63om.geometry.v1B\tPoseProtoP\x01Z6github.com/cobotar/protocol/gen/geometry/v1;geometryv1\xa2\x02\x03GXX\xaa\x02\x0bGeometry.V1\xca\x02\x0bGeometry\\V1\xe2\x02\x17Geometry\\V1\\GPBMetadata\xea\x02\x0cGeometry::V1b\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry.v1.pose_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.geometry.v1B\tPoseProtoP\001Z6github.com/cobotar/protocol/gen/geometry/v1;geometryv1\242\002\003GXX\252\002\013Geometry.V1\312\002\013Geometry\\V1\342\002\027Geometry\\V1\\GPBMetadata\352\002\014Geometry::V1'
|
|
37
|
+
_globals['_POSE']._serialized_start=88
|
|
38
|
+
_globals['_POSE']._serialized_end=195
|
|
39
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: geometry/v1/quad.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'geometry/v1/quad.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16geometry/v1/quad.proto\x12\x0bgeometry.v1\">\n\x04Quad\x12\x0c\n\x01x\x18\x01 \x01(\x01R\x01x\x12\x0c\n\x01y\x18\x02 \x01(\x01R\x01y\x12\x0c\n\x01z\x18\x03 \x01(\x01R\x01z\x12\x0c\n\x01w\x18\x04 \x01(\x01R\x01wB\xa1\x01\n\x0f\x63om.geometry.v1B\tQuadProtoP\x01Z6github.com/cobotar/protocol/gen/geometry/v1;geometryv1\xa2\x02\x03GXX\xaa\x02\x0bGeometry.V1\xca\x02\x0bGeometry\\V1\xe2\x02\x17Geometry\\V1\\GPBMetadata\xea\x02\x0cGeometry::V1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry.v1.quad_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.geometry.v1B\tQuadProtoP\001Z6github.com/cobotar/protocol/gen/geometry/v1;geometryv1\242\002\003GXX\252\002\013Geometry.V1\312\002\013Geometry\\V1\342\002\027Geometry\\V1\\GPBMetadata\352\002\014Geometry::V1'
|
|
35
|
+
_globals['_QUAD']._serialized_start=39
|
|
36
|
+
_globals['_QUAD']._serialized_end=101
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: geometry/v1/vector3.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'geometry/v1/vector3.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19geometry/v1/vector3.proto\x12\x0bgeometry.v1\"3\n\x07Vector3\x12\x0c\n\x01x\x18\x01 \x01(\x02R\x01x\x12\x0c\n\x01y\x18\x02 \x01(\x02R\x01y\x12\x0c\n\x01z\x18\x03 \x01(\x02R\x01zB\xa4\x01\n\x0f\x63om.geometry.v1B\x0cVector3ProtoP\x01Z6github.com/cobotar/protocol/gen/geometry/v1;geometryv1\xa2\x02\x03GXX\xaa\x02\x0bGeometry.V1\xca\x02\x0bGeometry\\V1\xe2\x02\x17Geometry\\V1\\GPBMetadata\xea\x02\x0cGeometry::V1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry.v1.vector3_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.geometry.v1B\014Vector3ProtoP\001Z6github.com/cobotar/protocol/gen/geometry/v1;geometryv1\242\002\003GXX\252\002\013Geometry.V1\312\002\013Geometry\\V1\342\002\027Geometry\\V1\\GPBMetadata\352\002\014Geometry::V1'
|
|
35
|
+
_globals['_VECTOR3']._serialized_start=42
|
|
36
|
+
_globals['_VECTOR3']._serialized_end=93
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: geometry/v1/wrench.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'geometry/v1/wrench.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from geometry.v1 import vector3_pb2 as geometry_dot_v1_dot_vector3__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18geometry/v1/wrench.proto\x12\x0bgeometry.v1\x1a\x19geometry/v1/vector3.proto\"b\n\x06Wrench\x12*\n\x05\x66orce\x18\x01 \x01(\x0b\x32\x14.geometry.v1.Vector3R\x05\x66orce\x12,\n\x06torque\x18\x02 \x01(\x0b\x32\x14.geometry.v1.Vector3R\x06torqueB\xa3\x01\n\x0f\x63om.geometry.v1B\x0bWrenchProtoP\x01Z6github.com/cobotar/protocol/gen/geometry/v1;geometryv1\xa2\x02\x03GXX\xaa\x02\x0bGeometry.V1\xca\x02\x0bGeometry\\V1\xe2\x02\x17Geometry\\V1\\GPBMetadata\xea\x02\x0cGeometry::V1b\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'geometry.v1.wrench_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.geometry.v1B\013WrenchProtoP\001Z6github.com/cobotar/protocol/gen/geometry/v1;geometryv1\242\002\003GXX\252\002\013Geometry.V1\312\002\013Geometry\\V1\342\002\027Geometry\\V1\\GPBMetadata\352\002\014Geometry::V1'
|
|
36
|
+
_globals['_WRENCH']._serialized_start=68
|
|
37
|
+
_globals['_WRENCH']._serialized_end=166
|
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: robot/v1/end_effector.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'robot/v1/end_effector.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1brobot/v1/end_effector.proto\x12\x08robot.v1\"R\n\x0b\x45ndEffector\x12\x19\n\x08robot_id\x18\x01 \x01(\tR\x07robotId\x12\x12\n\x04live\x18\x02 \x01(\x08R\x04live\x12\x14\n\x05state\x18\x03 \x01(\tR\x05stateB\x93\x01\n\x0c\x63om.robot.v1B\x10\x45ndEffectorProtoP\x01Z0github.com/cobotar/protocol/gen/robot/v1;robotv1\xa2\x02\x03RXX\xaa\x02\x08Robot.V1\xca\x02\x08Robot\\V1\xe2\x02\x14Robot\\V1\\GPBMetadata\xea\x02\tRobot::V1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'robot.v1.end_effector_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\014com.robot.v1B\020EndEffectorProtoP\001Z0github.com/cobotar/protocol/gen/robot/v1;robotv1\242\002\003RXX\252\002\010Robot.V1\312\002\010Robot\\V1\342\002\024Robot\\V1\\GPBMetadata\352\002\tRobot::V1'
|
|
35
|
+
_globals['_ENDEFFECTOR']._serialized_start=41
|
|
36
|
+
_globals['_ENDEFFECTOR']._serialized_end=123
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: robot/v1/jointstate.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'robot/v1/jointstate.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19robot/v1/jointstate.proto\x12\x08robot.v1\"s\n\nJointState\x12\x19\n\x08robot_id\x18\x01 \x01(\tR\x07robotId\x12\x12\n\x04live\x18\x02 \x01(\x08R\x04live\x12\x1a\n\x08position\x18\x03 \x03(\x01R\x08position\x12\x1a\n\x08velocity\x18\x04 \x03(\x01R\x08velocityB\x92\x01\n\x0c\x63om.robot.v1B\x0fJointstateProtoP\x01Z0github.com/cobotar/protocol/gen/robot/v1;robotv1\xa2\x02\x03RXX\xaa\x02\x08Robot.V1\xca\x02\x08Robot\\V1\xe2\x02\x14Robot\\V1\\GPBMetadata\xea\x02\tRobot::V1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'robot.v1.jointstate_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\014com.robot.v1B\017JointstateProtoP\001Z0github.com/cobotar/protocol/gen/robot/v1;robotv1\242\002\003RXX\252\002\010Robot.V1\312\002\010Robot\\V1\342\002\024Robot\\V1\\GPBMetadata\352\002\tRobot::V1'
|
|
35
|
+
_globals['_JOINTSTATE']._serialized_start=39
|
|
36
|
+
_globals['_JOINTSTATE']._serialized_end=154
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: robot/v1/tcp.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'robot/v1/tcp.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from geometry.v1 import point_pb2 as geometry_dot_v1_dot_point__pb2
|
|
26
|
+
from geometry.v1 import quad_pb2 as geometry_dot_v1_dot_quad__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12robot/v1/tcp.proto\x12\x08robot.v1\x1a\x17geometry/v1/point.proto\x1a\x16geometry/v1/quad.proto\"\x85\x01\n\x03Tcp\x12\x19\n\x08robot_id\x18\x01 \x01(\tR\x07robotId\x12.\n\x08position\x18\x02 \x01(\x0b\x32\x12.geometry.v1.PointR\x08position\x12\x33\n\x0borientation\x18\x03 \x01(\x0b\x32\x11.geometry.v1.QuadR\x0borientationB\x8b\x01\n\x0c\x63om.robot.v1B\x08TcpProtoP\x01Z0github.com/cobotar/protocol/gen/robot/v1;robotv1\xa2\x02\x03RXX\xaa\x02\x08Robot.V1\xca\x02\x08Robot\\V1\xe2\x02\x14Robot\\V1\\GPBMetadata\xea\x02\tRobot::V1b\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'robot.v1.tcp_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\014com.robot.v1B\010TcpProtoP\001Z0github.com/cobotar/protocol/gen/robot/v1;robotv1\242\002\003RXX\252\002\010Robot.V1\312\002\010Robot\\V1\342\002\024Robot\\V1\\GPBMetadata\352\002\tRobot::V1'
|
|
37
|
+
_globals['_TCP']._serialized_start=82
|
|
38
|
+
_globals['_TCP']._serialized_end=215
|
|
39
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: service/v1/status.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'service/v1/status.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17service/v1/status.proto\x12\nservice.v1\"\x9c\x01\n\x04Info\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x12\n\x04type\x18\x04 \x01(\tR\x04type\x12\x0e\n\x02ip\x18\x05 \x01(\tR\x02ip\x12*\n\x06status\x18\x06 \x01(\x0e\x32\x12.service.v1.StatusR\x06status*G\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x12\n\x0eSTATUS_OFFLINE\x10\x01\x12\x11\n\rSTATUS_ONLINE\x10\x02\x42\x9c\x01\n\x0e\x63om.service.v1B\x0bStatusProtoP\x01Z4github.com/cobotar/protocol/gen/service/v1;servicev1\xa2\x02\x03SXX\xaa\x02\nService.V1\xca\x02\nService\\V1\xe2\x02\x16Service\\V1\\GPBMetadata\xea\x02\x0bService::V1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'service.v1.status_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\016com.service.v1B\013StatusProtoP\001Z4github.com/cobotar/protocol/gen/service/v1;servicev1\242\002\003SXX\252\002\nService.V1\312\002\nService\\V1\342\002\026Service\\V1\\GPBMetadata\352\002\013Service::V1'
|
|
35
|
+
_globals['_STATUS']._serialized_start=198
|
|
36
|
+
_globals['_STATUS']._serialized_end=269
|
|
37
|
+
_globals['_INFO']._serialized_start=40
|
|
38
|
+
_globals['_INFO']._serialized_end=196
|
|
39
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: tracker/v1/tracker.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'tracker/v1/tracker.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18tracker/v1/tracker.proto\x12\ntracker.v1\"\xaf\x01\n\x07Tracker\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x1c\n\treference\x18\x03 \x01(\tR\treference\x12\x14\n\x05\x66rame\x18\x04 \x01(\tR\x05\x66rame\x12+\n\x04type\x18\x05 \x01(\x0e\x32\x17.tracker.v1.TrackerTypeR\x04type\x12\x1f\n\x0bmarker_text\x18\x06 \x01(\tR\nmarkerText*E\n\x0bTrackerType\x12\x1c\n\x18TRACKER_TYPE_UNSPECIFIED\x10\x00\x12\x18\n\x14TRACKER_TYPE_QR_CODE\x10\x01\x42\x9d\x01\n\x0e\x63om.tracker.v1B\x0cTrackerProtoP\x01Z4github.com/cobotar/protocol/gen/tracker/v1;trackerv1\xa2\x02\x03TXX\xaa\x02\nTracker.V1\xca\x02\nTracker\\V1\xe2\x02\x16Tracker\\V1\\GPBMetadata\xea\x02\x0bTracker::V1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'tracker.v1.tracker_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\016com.tracker.v1B\014TrackerProtoP\001Z4github.com/cobotar/protocol/gen/tracker/v1;trackerv1\242\002\003TXX\252\002\nTracker.V1\312\002\nTracker\\V1\342\002\026Tracker\\V1\\GPBMetadata\352\002\013Tracker::V1'
|
|
35
|
+
_globals['_TRACKERTYPE']._serialized_start=218
|
|
36
|
+
_globals['_TRACKERTYPE']._serialized_end=287
|
|
37
|
+
_globals['_TRACKER']._serialized_start=41
|
|
38
|
+
_globals['_TRACKER']._serialized_end=216
|
|
39
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cobotar-protocol
|
|
3
|
+
Version: 0.3.3
|
|
4
|
+
Summary: Protocol and more for the cobotar project
|
|
5
|
+
Project-URL: Homepage, https://cobotar.org
|
|
6
|
+
Project-URL: Documentation, https://cobotar.org/protocol
|
|
7
|
+
Project-URL: Repository, https://github.com/cobotar/protocol.git
|
|
8
|
+
Project-URL: Bug Tracker, https://github.com/cobotar/protocol/issues
|
|
9
|
+
Project-URL: Changelog, https://github.com/cobotar/protocol/blob/master/CHANGELOG.md
|
|
10
|
+
Author-email: Rasmus Lunding <rsl@cs.au.dk>
|
|
11
|
+
Maintainer-email: Rasmus Lunding <rsl@cs.au.dk>
|
|
12
|
+
Keywords: ar,cobot,protocol
|
|
13
|
+
Classifier: Programming Language :: Python
|
|
14
|
+
Requires-Python: >=3.8
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# protocol
|
|
18
|
+
A collection of protobuf messages
|
|
19
|
+
|
|
20
|
+
Current version: 0.3.3
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## Tagging
|
|
24
|
+
In accordance with [get-next-version](https://github.com/marketplace/actions/get-next-version);
|
|
25
|
+
you should prefix your commit messages with one of the following keywords:
|
|
26
|
+
* `chore` – used for maintenance, does not result in a new version
|
|
27
|
+
* `fix` – used for bug fixes, results in a new patch version (e.g. from `1.2.3` to `1.2.4`)
|
|
28
|
+
* `feat` – used for introducing new features, results in a new minor version (e.g. from `1.2.3` to `1.3.0`)
|
|
29
|
+
* `feat!` – used for breaking changes, results in a new major version (e.g. from `1.2.3` to `2.0.0`)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
cobotar_protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
cobotar_protocol/common/v1/color_pb2.py,sha256=9iOrP2JN3PJbt2CSYHuMp6BAxEBSA0apBxGfcqe2UQU,1914
|
|
3
|
+
cobotar_protocol/common/v1/property_pb2.py,sha256=M4Y-ofyDOUD22e3mlz0hMs-tiKkPq3QD14DvRc_huO8,3358
|
|
4
|
+
cobotar_protocol/geometry/v1/anchor_pb2.py,sha256=geoWVFSly4CZ2GrVfGRIqMDtxz2A4DQDbE_7tfMGKcs,1886
|
|
5
|
+
cobotar_protocol/geometry/v1/point_pb2.py,sha256=cmXFfAmdrhIVsLaK6nU-zUIO-jzdTC8n1bSLYb1HWAY,1883
|
|
6
|
+
cobotar_protocol/geometry/v1/pose_pb2.py,sha256=WFyhD2SQPVNI0Gt6dPCfRvNZIzNzAxCnABp8eJ0ur80,2113
|
|
7
|
+
cobotar_protocol/geometry/v1/quad_pb2.py,sha256=Y2wA4JQqLoMfuHI8a24XsQ7CEusveMjSW1OWQvfSIqs,1914
|
|
8
|
+
cobotar_protocol/geometry/v1/vector3_pb2.py,sha256=9FTHjCuiI__61aWfUmBShjxVCS04NUcTAZObRL4DX0s,1905
|
|
9
|
+
cobotar_protocol/geometry/v1/wrench_pb2.py,sha256=liJ-Zj-TcYiwZIkt4Dsz7B05a2VQhDqR3SWqXKTOgbk,2037
|
|
10
|
+
cobotar_protocol/robot/v1/end_effector_pb2.py,sha256=1veevH0a-TguqEE6ObsQOqC1Djray9lFwxu7kiIko14,1914
|
|
11
|
+
cobotar_protocol/robot/v1/jointstate_pb2.py,sha256=Y1bI6duTA65cHCwgbThEVsIezs-cZRWrGWu2NbIOE0g,1954
|
|
12
|
+
cobotar_protocol/robot/v1/tcp_pb2.py,sha256=mlqEifv3L5RqlHse881glaxxB-0NY9KTob-GeQxIBKo,2104
|
|
13
|
+
cobotar_protocol/service/v1/status_pb2.py,sha256=AlNkkWeGX4vrbABlfTkogOzUIbY79Cwrdk4y8P0DX7Q,2266
|
|
14
|
+
cobotar_protocol/tracker/v1/tracker_pb2.py,sha256=n_yhmcibsw5XDx3M_sv4dhDA7g0dfw__gGmOxCqXdtc,2282
|
|
15
|
+
cobotar_protocol-0.3.3.dist-info/METADATA,sha256=omDXQXjckxL5s13gIibdH4k2VKbLPLD0341z8VcvVX0,1286
|
|
16
|
+
cobotar_protocol-0.3.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
17
|
+
cobotar_protocol-0.3.3.dist-info/RECORD,,
|