-
Notifications
You must be signed in to change notification settings - Fork 745
Expand file tree
/
Copy pathmocap_pb2.py
More file actions
166 lines (147 loc) · 10.4 KB
/
mocap_pb2.py
File metadata and controls
166 lines (147 loc) · 10.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: mocap.proto
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0bmocap.proto\x12\x1b\x64m_control.locomotion.mocap\"T\n\x06Marker\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06parent\x18\x02 \x01(\t\x12\x14\n\x08position\x18\x03 \x03(\x01\x42\x02\x10\x01\x12\x16\n\nquaternion\x18\x04 \x03(\x01\x42\x02\x10\x01\">\n\x07Markers\x12\x33\n\x06marker\x18\x01 \x03(\x0b\x32#.dm_control.locomotion.mocap.Marker\"O\n\x0eSubtreeScaling\x12\x11\n\tbody_name\x18\x01 \x01(\t\x12\x15\n\rparent_length\x18\x02 \x01(\x01\x12\x13\n\x0bsize_factor\x18\x03 \x01(\x01\"M\n\rWalkerScaling\x12<\n\x07subtree\x18\x01 \x03(\x0b\x32+.dm_control.locomotion.mocap.SubtreeScaling\"\xa2\x03\n\x06Walker\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x38\n\x05model\x18\x02 \x01(\x0e\x32).dm_control.locomotion.mocap.Walker.Model\x12;\n\x07scaling\x18\x03 \x01(\x0b\x32*.dm_control.locomotion.mocap.WalkerScaling\x12\x35\n\x07markers\x18\x04 \x01(\x0b\x32$.dm_control.locomotion.mocap.Markers\x12\x0c\n\x04mass\x18\x05 \x01(\x01\x12\x1a\n\x12\x65nd_effector_names\x18\x06 \x03(\t\x12\x17\n\x0f\x61ppendage_names\x18\x07 \x03(\t\"\x98\x01\n\x05Model\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0c\n\x08\x43MU_2019\x10\x01\x12\x17\n\x13RESERVED_MODEL_ID_2\x10\x02\x12\x17\n\x13RESERVED_MODEL_ID_3\x10\x03\x12\x0c\n\x08\x43MU_2020\x10\x04\x12\x17\n\x13RESERVED_MODEL_ID_5\x10\x05\x12\x17\n\x13RESERVED_MODEL_ID_6\x10\x06\"\x9b\x01\n\x04Prop\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x36\n\x05shape\x18\x02 \x01(\x0e\x32\'.dm_control.locomotion.mocap.Prop.Shape\x12\x10\n\x04size\x18\x03 \x03(\x01\x42\x02\x10\x01\x12\x0c\n\x04mass\x18\x04 \x01(\x01\"-\n\x05Shape\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06SPHERE\x10\x01\x12\x07\n\x03\x42OX\x10\x02\"\xa8\x02\n\nWalkerPose\x12\x14\n\x08position\x18\x01 \x03(\x01\x42\x02\x10\x01\x12\x16\n\nquaternion\x18\x02 \x03(\x01\x42\x02\x10\x01\x12\x12\n\x06joints\x18\x03 \x03(\x01\x42\x02\x10\x01\x12\x1a\n\x0e\x63\x65nter_of_mass\x18\x04 \x03(\x01\x42\x02\x10\x01\x12\x19\n\rend_effectors\x18\x05 \x03(\x01\x42\x02\x10\x01\x12\x14\n\x08velocity\x18\x06 \x03(\x01\x42\x02\x10\x01\x12\x1c\n\x10\x61ngular_velocity\x18\x07 \x03(\x01\x42\x02\x10\x01\x12\x1b\n\x0fjoints_velocity\x18\x08 \x03(\x01\x42\x02\x10\x01\x12\x16\n\nappendages\x18\t \x03(\x01\x42\x02\x10\x01\x12\x1a\n\x0e\x62ody_positions\x18\n \x03(\x01\x42\x02\x10\x01\x12\x1c\n\x10\x62ody_quaternions\x18\x0b \x03(\x01\x42\x02\x10\x01\"l\n\x08PropPose\x12\x14\n\x08position\x18\x01 \x03(\x01\x42\x02\x10\x01\x12\x16\n\nquaternion\x18\x02 \x03(\x01\x42\x02\x10\x01\x12\x14\n\x08velocity\x18\x03 \x03(\x01\x42\x02\x10\x01\x12\x1c\n\x10\x61ngular_velocity\x18\x04 \x03(\x01\x42\x02\x10\x01\"~\n\x0cTimestepData\x12\x38\n\x07walkers\x18\x01 \x03(\x0b\x32\'.dm_control.locomotion.mocap.WalkerPose\x12\x34\n\x05props\x18\x02 \x03(\x0b\x32%.dm_control.locomotion.mocap.PropPose\"\x82\x02\n\x10\x46ittedTrajectory\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12\x0c\n\x04year\x18\x02 \x01(\x05\x12\r\n\x05month\x18\x03 \x01(\x05\x12\x0b\n\x03\x64\x61y\x18\x04 \x01(\x05\x12\n\n\x02\x64t\x18\x05 \x01(\x01\x12\x34\n\x07walkers\x18\x06 \x03(\x0b\x32#.dm_control.locomotion.mocap.Walker\x12\x30\n\x05props\x18\x07 \x03(\x0b\x32!.dm_control.locomotion.mocap.Prop\x12<\n\ttimesteps\x18\x08 \x03(\x0b\x32).dm_control.locomotion.mocap.TimestepDatab\x06proto3')
_MARKER = DESCRIPTOR.message_types_by_name['Marker']
_MARKERS = DESCRIPTOR.message_types_by_name['Markers']
_SUBTREESCALING = DESCRIPTOR.message_types_by_name['SubtreeScaling']
_WALKERSCALING = DESCRIPTOR.message_types_by_name['WalkerScaling']
_WALKER = DESCRIPTOR.message_types_by_name['Walker']
_PROP = DESCRIPTOR.message_types_by_name['Prop']
_WALKERPOSE = DESCRIPTOR.message_types_by_name['WalkerPose']
_PROPPOSE = DESCRIPTOR.message_types_by_name['PropPose']
_TIMESTEPDATA = DESCRIPTOR.message_types_by_name['TimestepData']
_FITTEDTRAJECTORY = DESCRIPTOR.message_types_by_name['FittedTrajectory']
_WALKER_MODEL = _WALKER.enum_types_by_name['Model']
_PROP_SHAPE = _PROP.enum_types_by_name['Shape']
Marker = _reflection.GeneratedProtocolMessageType('Marker', (_message.Message,), {
'DESCRIPTOR' : _MARKER,
'__module__' : 'mocap_pb2'
# @@protoc_insertion_point(class_scope:dm_control.locomotion.mocap.Marker)
})
_sym_db.RegisterMessage(Marker)
Markers = _reflection.GeneratedProtocolMessageType('Markers', (_message.Message,), {
'DESCRIPTOR' : _MARKERS,
'__module__' : 'mocap_pb2'
# @@protoc_insertion_point(class_scope:dm_control.locomotion.mocap.Markers)
})
_sym_db.RegisterMessage(Markers)
SubtreeScaling = _reflection.GeneratedProtocolMessageType('SubtreeScaling', (_message.Message,), {
'DESCRIPTOR' : _SUBTREESCALING,
'__module__' : 'mocap_pb2'
# @@protoc_insertion_point(class_scope:dm_control.locomotion.mocap.SubtreeScaling)
})
_sym_db.RegisterMessage(SubtreeScaling)
WalkerScaling = _reflection.GeneratedProtocolMessageType('WalkerScaling', (_message.Message,), {
'DESCRIPTOR' : _WALKERSCALING,
'__module__' : 'mocap_pb2'
# @@protoc_insertion_point(class_scope:dm_control.locomotion.mocap.WalkerScaling)
})
_sym_db.RegisterMessage(WalkerScaling)
Walker = _reflection.GeneratedProtocolMessageType('Walker', (_message.Message,), {
'DESCRIPTOR' : _WALKER,
'__module__' : 'mocap_pb2'
# @@protoc_insertion_point(class_scope:dm_control.locomotion.mocap.Walker)
})
_sym_db.RegisterMessage(Walker)
Prop = _reflection.GeneratedProtocolMessageType('Prop', (_message.Message,), {
'DESCRIPTOR' : _PROP,
'__module__' : 'mocap_pb2'
# @@protoc_insertion_point(class_scope:dm_control.locomotion.mocap.Prop)
})
_sym_db.RegisterMessage(Prop)
WalkerPose = _reflection.GeneratedProtocolMessageType('WalkerPose', (_message.Message,), {
'DESCRIPTOR' : _WALKERPOSE,
'__module__' : 'mocap_pb2'
# @@protoc_insertion_point(class_scope:dm_control.locomotion.mocap.WalkerPose)
})
_sym_db.RegisterMessage(WalkerPose)
PropPose = _reflection.GeneratedProtocolMessageType('PropPose', (_message.Message,), {
'DESCRIPTOR' : _PROPPOSE,
'__module__' : 'mocap_pb2'
# @@protoc_insertion_point(class_scope:dm_control.locomotion.mocap.PropPose)
})
_sym_db.RegisterMessage(PropPose)
TimestepData = _reflection.GeneratedProtocolMessageType('TimestepData', (_message.Message,), {
'DESCRIPTOR' : _TIMESTEPDATA,
'__module__' : 'mocap_pb2'
# @@protoc_insertion_point(class_scope:dm_control.locomotion.mocap.TimestepData)
})
_sym_db.RegisterMessage(TimestepData)
FittedTrajectory = _reflection.GeneratedProtocolMessageType('FittedTrajectory', (_message.Message,), {
'DESCRIPTOR' : _FITTEDTRAJECTORY,
'__module__' : 'mocap_pb2'
# @@protoc_insertion_point(class_scope:dm_control.locomotion.mocap.FittedTrajectory)
})
_sym_db.RegisterMessage(FittedTrajectory)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
_MARKER.fields_by_name['position']._options = None
_MARKER.fields_by_name['position']._serialized_options = b'\020\001'
_MARKER.fields_by_name['quaternion']._options = None
_MARKER.fields_by_name['quaternion']._serialized_options = b'\020\001'
_PROP.fields_by_name['size']._options = None
_PROP.fields_by_name['size']._serialized_options = b'\020\001'
_WALKERPOSE.fields_by_name['position']._options = None
_WALKERPOSE.fields_by_name['position']._serialized_options = b'\020\001'
_WALKERPOSE.fields_by_name['quaternion']._options = None
_WALKERPOSE.fields_by_name['quaternion']._serialized_options = b'\020\001'
_WALKERPOSE.fields_by_name['joints']._options = None
_WALKERPOSE.fields_by_name['joints']._serialized_options = b'\020\001'
_WALKERPOSE.fields_by_name['center_of_mass']._options = None
_WALKERPOSE.fields_by_name['center_of_mass']._serialized_options = b'\020\001'
_WALKERPOSE.fields_by_name['end_effectors']._options = None
_WALKERPOSE.fields_by_name['end_effectors']._serialized_options = b'\020\001'
_WALKERPOSE.fields_by_name['velocity']._options = None
_WALKERPOSE.fields_by_name['velocity']._serialized_options = b'\020\001'
_WALKERPOSE.fields_by_name['angular_velocity']._options = None
_WALKERPOSE.fields_by_name['angular_velocity']._serialized_options = b'\020\001'
_WALKERPOSE.fields_by_name['joints_velocity']._options = None
_WALKERPOSE.fields_by_name['joints_velocity']._serialized_options = b'\020\001'
_WALKERPOSE.fields_by_name['appendages']._options = None
_WALKERPOSE.fields_by_name['appendages']._serialized_options = b'\020\001'
_WALKERPOSE.fields_by_name['body_positions']._options = None
_WALKERPOSE.fields_by_name['body_positions']._serialized_options = b'\020\001'
_WALKERPOSE.fields_by_name['body_quaternions']._options = None
_WALKERPOSE.fields_by_name['body_quaternions']._serialized_options = b'\020\001'
_PROPPOSE.fields_by_name['position']._options = None
_PROPPOSE.fields_by_name['position']._serialized_options = b'\020\001'
_PROPPOSE.fields_by_name['quaternion']._options = None
_PROPPOSE.fields_by_name['quaternion']._serialized_options = b'\020\001'
_PROPPOSE.fields_by_name['velocity']._options = None
_PROPPOSE.fields_by_name['velocity']._serialized_options = b'\020\001'
_PROPPOSE.fields_by_name['angular_velocity']._options = None
_PROPPOSE.fields_by_name['angular_velocity']._serialized_options = b'\020\001'
_MARKER._serialized_start=44
_MARKER._serialized_end=128
_MARKERS._serialized_start=130
_MARKERS._serialized_end=192
_SUBTREESCALING._serialized_start=194
_SUBTREESCALING._serialized_end=273
_WALKERSCALING._serialized_start=275
_WALKERSCALING._serialized_end=352
_WALKER._serialized_start=355
_WALKER._serialized_end=773
_WALKER_MODEL._serialized_start=621
_WALKER_MODEL._serialized_end=773
_PROP._serialized_start=776
_PROP._serialized_end=931
_PROP_SHAPE._serialized_start=886
_PROP_SHAPE._serialized_end=931
_WALKERPOSE._serialized_start=934
_WALKERPOSE._serialized_end=1230
_PROPPOSE._serialized_start=1232
_PROPPOSE._serialized_end=1340
_TIMESTEPDATA._serialized_start=1342
_TIMESTEPDATA._serialized_end=1468
_FITTEDTRAJECTORY._serialized_start=1471
_FITTEDTRAJECTORY._serialized_end=1729
# @@protoc_insertion_point(module_scope)