bosdyn-api 4.1.1__py3-none-any.whl → 5.0.1__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.
- bosdyn/api/alerts_pb2.py +2 -2
- bosdyn/api/arm_command_pb2.py +2 -2
- bosdyn/api/arm_surface_contact_pb2.py +2 -2
- bosdyn/api/arm_surface_contact_service_pb2.py +2 -2
- bosdyn/api/audio_visual_pb2.py +442 -0
- bosdyn/api/audio_visual_service_pb2.py +29 -0
- bosdyn/api/audio_visual_service_pb2_grpc.py +203 -0
- bosdyn/api/auth_pb2.py +2 -2
- bosdyn/api/auth_service_pb2.py +2 -2
- bosdyn/api/auto_return/auto_return_pb2.py +2 -2
- bosdyn/api/auto_return/auto_return_service_pb2.py +2 -2
- bosdyn/api/autowalk/autowalk_pb2.py +19 -15
- bosdyn/api/autowalk/autowalk_service_pb2.py +2 -2
- bosdyn/api/autowalk/walks_pb2.py +53 -53
- bosdyn/api/basic_command_pb2.py +2 -2
- bosdyn/api/bddf_pb2.py +2 -1
- bosdyn/api/data_acquisition_pb2.py +2 -2
- bosdyn/api/data_acquisition_plugin_service_pb2.py +2 -2
- bosdyn/api/data_acquisition_service_pb2.py +2 -2
- bosdyn/api/data_acquisition_store_pb2.py +2 -2
- bosdyn/api/data_acquisition_store_service_pb2.py +2 -2
- bosdyn/api/data_buffer_pb2.py +2 -2
- bosdyn/api/data_buffer_service_pb2.py +2 -2
- bosdyn/api/data_chunk_pb2.py +2 -2
- bosdyn/api/data_index_pb2.py +2 -2
- bosdyn/api/data_service_pb2.py +2 -2
- bosdyn/api/directory_pb2.py +2 -2
- bosdyn/api/directory_registration_pb2.py +2 -2
- bosdyn/api/directory_registration_service_pb2.py +2 -2
- bosdyn/api/directory_service_pb2.py +2 -2
- bosdyn/api/docking/docking_pb2.py +2 -2
- bosdyn/api/docking/docking_service_pb2.py +2 -2
- bosdyn/api/estop_pb2.py +2 -2
- bosdyn/api/estop_service_pb2.py +2 -2
- bosdyn/api/fault_service_pb2.py +2 -2
- bosdyn/api/full_body_command_pb2.py +2 -2
- bosdyn/api/geometry_pb2.py +2 -2
- bosdyn/api/gps/aggregator_pb2.py +2 -2
- bosdyn/api/gps/aggregator_service_pb2.py +2 -2
- bosdyn/api/gps/gps_pb2.py +2 -2
- bosdyn/api/gps/registration_pb2.py +26 -15
- bosdyn/api/gps/registration_service_pb2.py +2 -2
- bosdyn/api/graph_nav/area_callback_data_pb2.py +2 -2
- bosdyn/api/graph_nav/area_callback_pb2.py +2 -2
- bosdyn/api/graph_nav/area_callback_service_pb2.py +2 -2
- bosdyn/api/graph_nav/gps_pb2.py +2 -2
- bosdyn/api/graph_nav/graph_nav_pb2.py +138 -136
- bosdyn/api/graph_nav/graph_nav_service_pb2.py +2 -2
- bosdyn/api/graph_nav/lost_detection_pb2.py +2 -2
- bosdyn/api/graph_nav/map_pb2.py +72 -73
- bosdyn/api/graph_nav/map_processing_pb2.py +2 -1
- bosdyn/api/graph_nav/map_processing_service_pb2.py +2 -2
- bosdyn/api/graph_nav/nav_pb2.py +2 -2
- bosdyn/api/graph_nav/recording_pb2.py +2 -2
- bosdyn/api/graph_nav/recording_service_pb2.py +2 -2
- bosdyn/api/gripper_camera_param_pb2.py +115 -22
- bosdyn/api/gripper_camera_param_service_pb2.py +3 -3
- bosdyn/api/gripper_camera_param_service_pb2_grpc.py +66 -0
- bosdyn/api/gripper_command_pb2.py +2 -2
- bosdyn/api/header_pb2.py +2 -2
- bosdyn/api/image_geometry_pb2.py +24 -4
- bosdyn/api/image_pb2.py +16 -16
- bosdyn/api/image_service_pb2.py +2 -2
- bosdyn/api/ir_enable_disable_pb2.py +2 -2
- bosdyn/api/ir_enable_disable_service_pb2.py +2 -2
- bosdyn/api/keepalive/keepalive_pb2.py +2 -2
- bosdyn/api/keepalive/keepalive_service_pb2.py +2 -2
- bosdyn/api/lease_pb2.py +2 -2
- bosdyn/api/lease_service_pb2.py +2 -2
- bosdyn/api/license_pb2.py +2 -2
- bosdyn/api/license_service_pb2.py +2 -2
- bosdyn/api/local_grid_pb2.py +2 -2
- bosdyn/api/local_grid_service_pb2.py +2 -2
- bosdyn/api/log_status/log_status_pb2.py +2 -1
- bosdyn/api/log_status/log_status_service_pb2.py +2 -1
- bosdyn/api/manipulation_api_pb2.py +2 -2
- bosdyn/api/manipulation_api_service_pb2.py +2 -1
- bosdyn/api/metrics_logging/absolute_metrics_pb2.py +2 -2
- bosdyn/api/metrics_logging/metrics_logging_robot_pb2.py +2 -2
- bosdyn/api/metrics_logging/metrics_logging_robot_service_pb2.py +2 -2
- bosdyn/api/metrics_logging/signed_proto_pb2.py +2 -2
- bosdyn/api/mission/mission_pb2.py +2 -2
- bosdyn/api/mission/mission_service_pb2.py +2 -2
- bosdyn/api/mission/nodes_pb2.py +137 -116
- bosdyn/api/mission/remote_pb2.py +2 -2
- bosdyn/api/mission/remote_service_pb2.py +2 -2
- bosdyn/api/mission/util_pb2.py +59 -13
- bosdyn/api/mobility_command_pb2.py +2 -2
- bosdyn/api/network_compute_bridge_pb2.py +2 -2
- bosdyn/api/network_compute_bridge_service_pb2.py +2 -1
- bosdyn/api/network_stats_pb2.py +2 -2
- bosdyn/api/parameter_pb2.py +2 -2
- bosdyn/api/payload_estimation_pb2.py +2 -2
- bosdyn/api/payload_pb2.py +17 -17
- bosdyn/api/payload_registration_pb2.py +2 -2
- bosdyn/api/payload_registration_service_pb2.py +2 -2
- bosdyn/api/payload_service_pb2.py +2 -2
- bosdyn/api/payload_software_update_initiation_pb2.py +65 -0
- bosdyn/api/payload_software_update_initiation_pb2_grpc.py +4 -0
- bosdyn/api/payload_software_update_initiation_service_pb2.py +29 -0
- bosdyn/api/payload_software_update_initiation_service_pb2_grpc.py +110 -0
- bosdyn/api/payload_software_update_pb2.py +87 -0
- bosdyn/api/payload_software_update_pb2_grpc.py +4 -0
- bosdyn/api/payload_software_update_service_pb2.py +29 -0
- bosdyn/api/payload_software_update_service_pb2_grpc.py +148 -0
- bosdyn/api/point_cloud_pb2.py +47 -23
- bosdyn/api/point_cloud_service_pb2.py +2 -2
- bosdyn/api/power_pb2.py +2 -2
- bosdyn/api/power_service_pb2.py +2 -2
- bosdyn/api/ray_cast_pb2.py +2 -2
- bosdyn/api/ray_cast_service_pb2.py +2 -2
- bosdyn/api/robot_command_pb2.py +2 -2
- bosdyn/api/robot_command_service_pb2.py +2 -2
- bosdyn/api/robot_id_pb2.py +2 -2
- bosdyn/api/robot_id_service_pb2.py +2 -2
- bosdyn/api/robot_state_pb2.py +115 -111
- bosdyn/api/robot_state_service_pb2.py +2 -2
- bosdyn/api/service_customization_pb2.py +8 -8
- bosdyn/api/service_fault_pb2.py +2 -2
- bosdyn/api/signals_pb2.py +2 -2
- bosdyn/api/software_package_pb2.py +63 -0
- bosdyn/api/software_package_pb2_grpc.py +4 -0
- bosdyn/api/sparse_features_pb2.py +2 -2
- bosdyn/api/spot/choreography_params_pb2.py +33 -33
- bosdyn/api/spot/choreography_sequence_pb2.py +55 -2
- bosdyn/api/spot/choreography_service_pb2.py +3 -3
- bosdyn/api/spot/choreography_service_pb2_grpc.py +68 -0
- bosdyn/api/spot/door_area_callback_pb2.py +2 -2
- bosdyn/api/spot/door_pb2.py +2 -2
- bosdyn/api/spot/door_service_pb2.py +2 -2
- bosdyn/api/spot/inverse_kinematics_pb2.py +2 -2
- bosdyn/api/spot/inverse_kinematics_service_pb2.py +2 -2
- bosdyn/api/spot/robot_command_pb2.py +2 -2
- bosdyn/api/spot/spot_check_pb2.py +2 -2
- bosdyn/api/spot/spot_check_service_pb2.py +2 -2
- bosdyn/api/spot/spot_constants_pb2.py +2 -1
- bosdyn/api/stairs_pb2.py +2 -2
- bosdyn/api/synchronized_command_pb2.py +2 -2
- bosdyn/api/time_range_pb2.py +2 -2
- bosdyn/api/time_sync_pb2.py +2 -2
- bosdyn/api/time_sync_service_pb2.py +2 -2
- bosdyn/api/trajectory_pb2.py +2 -2
- bosdyn/api/units_pb2.py +2 -2
- bosdyn/api/world_object_pb2.py +2 -2
- bosdyn/api/world_object_service_pb2.py +2 -2
- {bosdyn_api-4.1.1.dist-info → bosdyn_api-5.0.1.dist-info}/METADATA +1 -1
- {bosdyn_api-4.1.1.dist-info → bosdyn_api-5.0.1.dist-info}/RECORD +150 -138
- bosdyn/api/graph_nav/visual_features_pb2.py +0 -129
- /bosdyn/api/{graph_nav/visual_features_pb2_grpc.py → audio_visual_pb2_grpc.py} +0 -0
- {bosdyn_api-4.1.1.dist-info → bosdyn_api-5.0.1.dist-info}/WHEEL +0 -0
- {bosdyn_api-4.1.1.dist-info → bosdyn_api-5.0.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
|
|
5
|
+
from bosdyn.api import audio_visual_pb2 as bosdyn_dot_api_dot_audio__visual__pb2
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class AudioVisualServiceStub(object):
|
|
9
|
+
"""Missing associated documentation comment in .proto file."""
|
|
10
|
+
|
|
11
|
+
def __init__(self, channel):
|
|
12
|
+
"""Constructor.
|
|
13
|
+
|
|
14
|
+
Args:
|
|
15
|
+
channel: A grpc.Channel.
|
|
16
|
+
"""
|
|
17
|
+
self.RunBehavior = channel.unary_unary(
|
|
18
|
+
'/bosdyn.api.AudioVisualService/RunBehavior',
|
|
19
|
+
request_serializer=bosdyn_dot_api_dot_audio__visual__pb2.RunBehaviorRequest.SerializeToString,
|
|
20
|
+
response_deserializer=bosdyn_dot_api_dot_audio__visual__pb2.RunBehaviorResponse.FromString,
|
|
21
|
+
)
|
|
22
|
+
self.StopBehavior = channel.unary_unary(
|
|
23
|
+
'/bosdyn.api.AudioVisualService/StopBehavior',
|
|
24
|
+
request_serializer=bosdyn_dot_api_dot_audio__visual__pb2.StopBehaviorRequest.SerializeToString,
|
|
25
|
+
response_deserializer=bosdyn_dot_api_dot_audio__visual__pb2.StopBehaviorResponse.FromString,
|
|
26
|
+
)
|
|
27
|
+
self.ListBehaviors = channel.unary_unary(
|
|
28
|
+
'/bosdyn.api.AudioVisualService/ListBehaviors',
|
|
29
|
+
request_serializer=bosdyn_dot_api_dot_audio__visual__pb2.ListBehaviorsRequest.SerializeToString,
|
|
30
|
+
response_deserializer=bosdyn_dot_api_dot_audio__visual__pb2.ListBehaviorsResponse.FromString,
|
|
31
|
+
)
|
|
32
|
+
self.GetSystemParams = channel.unary_unary(
|
|
33
|
+
'/bosdyn.api.AudioVisualService/GetSystemParams',
|
|
34
|
+
request_serializer=bosdyn_dot_api_dot_audio__visual__pb2.GetSystemParamsRequest.SerializeToString,
|
|
35
|
+
response_deserializer=bosdyn_dot_api_dot_audio__visual__pb2.GetSystemParamsResponse.FromString,
|
|
36
|
+
)
|
|
37
|
+
self.SetSystemParams = channel.unary_unary(
|
|
38
|
+
'/bosdyn.api.AudioVisualService/SetSystemParams',
|
|
39
|
+
request_serializer=bosdyn_dot_api_dot_audio__visual__pb2.SetSystemParamsRequest.SerializeToString,
|
|
40
|
+
response_deserializer=bosdyn_dot_api_dot_audio__visual__pb2.SetSystemParamsResponse.FromString,
|
|
41
|
+
)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class AudioVisualServiceServicer(object):
|
|
45
|
+
"""Missing associated documentation comment in .proto file."""
|
|
46
|
+
|
|
47
|
+
def RunBehavior(self, request, context):
|
|
48
|
+
"""Run an AudioVisualBehavior.
|
|
49
|
+
"""
|
|
50
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
51
|
+
context.set_details('Method not implemented!')
|
|
52
|
+
raise NotImplementedError('Method not implemented!')
|
|
53
|
+
|
|
54
|
+
def StopBehavior(self, request, context):
|
|
55
|
+
"""Stop an AudioVisualBehavior.
|
|
56
|
+
"""
|
|
57
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
58
|
+
context.set_details('Method not implemented!')
|
|
59
|
+
raise NotImplementedError('Method not implemented!')
|
|
60
|
+
|
|
61
|
+
def ListBehaviors(self, request, context):
|
|
62
|
+
"""List all AudioVisualBehaviors currently added to the AudioVisual Service.
|
|
63
|
+
"""
|
|
64
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
65
|
+
context.set_details('Method not implemented!')
|
|
66
|
+
raise NotImplementedError('Method not implemented!')
|
|
67
|
+
|
|
68
|
+
def GetSystemParams(self, request, context):
|
|
69
|
+
"""Get the current status of the system.
|
|
70
|
+
"""
|
|
71
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
72
|
+
context.set_details('Method not implemented!')
|
|
73
|
+
raise NotImplementedError('Method not implemented!')
|
|
74
|
+
|
|
75
|
+
def SetSystemParams(self, request, context):
|
|
76
|
+
"""Set the current status of the system.
|
|
77
|
+
"""
|
|
78
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
79
|
+
context.set_details('Method not implemented!')
|
|
80
|
+
raise NotImplementedError('Method not implemented!')
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
def add_AudioVisualServiceServicer_to_server(servicer, server):
|
|
84
|
+
rpc_method_handlers = {
|
|
85
|
+
'RunBehavior': grpc.unary_unary_rpc_method_handler(
|
|
86
|
+
servicer.RunBehavior,
|
|
87
|
+
request_deserializer=bosdyn_dot_api_dot_audio__visual__pb2.RunBehaviorRequest.FromString,
|
|
88
|
+
response_serializer=bosdyn_dot_api_dot_audio__visual__pb2.RunBehaviorResponse.SerializeToString,
|
|
89
|
+
),
|
|
90
|
+
'StopBehavior': grpc.unary_unary_rpc_method_handler(
|
|
91
|
+
servicer.StopBehavior,
|
|
92
|
+
request_deserializer=bosdyn_dot_api_dot_audio__visual__pb2.StopBehaviorRequest.FromString,
|
|
93
|
+
response_serializer=bosdyn_dot_api_dot_audio__visual__pb2.StopBehaviorResponse.SerializeToString,
|
|
94
|
+
),
|
|
95
|
+
'ListBehaviors': grpc.unary_unary_rpc_method_handler(
|
|
96
|
+
servicer.ListBehaviors,
|
|
97
|
+
request_deserializer=bosdyn_dot_api_dot_audio__visual__pb2.ListBehaviorsRequest.FromString,
|
|
98
|
+
response_serializer=bosdyn_dot_api_dot_audio__visual__pb2.ListBehaviorsResponse.SerializeToString,
|
|
99
|
+
),
|
|
100
|
+
'GetSystemParams': grpc.unary_unary_rpc_method_handler(
|
|
101
|
+
servicer.GetSystemParams,
|
|
102
|
+
request_deserializer=bosdyn_dot_api_dot_audio__visual__pb2.GetSystemParamsRequest.FromString,
|
|
103
|
+
response_serializer=bosdyn_dot_api_dot_audio__visual__pb2.GetSystemParamsResponse.SerializeToString,
|
|
104
|
+
),
|
|
105
|
+
'SetSystemParams': grpc.unary_unary_rpc_method_handler(
|
|
106
|
+
servicer.SetSystemParams,
|
|
107
|
+
request_deserializer=bosdyn_dot_api_dot_audio__visual__pb2.SetSystemParamsRequest.FromString,
|
|
108
|
+
response_serializer=bosdyn_dot_api_dot_audio__visual__pb2.SetSystemParamsResponse.SerializeToString,
|
|
109
|
+
),
|
|
110
|
+
}
|
|
111
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
112
|
+
'bosdyn.api.AudioVisualService', rpc_method_handlers)
|
|
113
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
# This class is part of an EXPERIMENTAL API.
|
|
117
|
+
class AudioVisualService(object):
|
|
118
|
+
"""Missing associated documentation comment in .proto file."""
|
|
119
|
+
|
|
120
|
+
@staticmethod
|
|
121
|
+
def RunBehavior(request,
|
|
122
|
+
target,
|
|
123
|
+
options=(),
|
|
124
|
+
channel_credentials=None,
|
|
125
|
+
call_credentials=None,
|
|
126
|
+
insecure=False,
|
|
127
|
+
compression=None,
|
|
128
|
+
wait_for_ready=None,
|
|
129
|
+
timeout=None,
|
|
130
|
+
metadata=None):
|
|
131
|
+
return grpc.experimental.unary_unary(request, target, '/bosdyn.api.AudioVisualService/RunBehavior',
|
|
132
|
+
bosdyn_dot_api_dot_audio__visual__pb2.RunBehaviorRequest.SerializeToString,
|
|
133
|
+
bosdyn_dot_api_dot_audio__visual__pb2.RunBehaviorResponse.FromString,
|
|
134
|
+
options, channel_credentials,
|
|
135
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
136
|
+
|
|
137
|
+
@staticmethod
|
|
138
|
+
def StopBehavior(request,
|
|
139
|
+
target,
|
|
140
|
+
options=(),
|
|
141
|
+
channel_credentials=None,
|
|
142
|
+
call_credentials=None,
|
|
143
|
+
insecure=False,
|
|
144
|
+
compression=None,
|
|
145
|
+
wait_for_ready=None,
|
|
146
|
+
timeout=None,
|
|
147
|
+
metadata=None):
|
|
148
|
+
return grpc.experimental.unary_unary(request, target, '/bosdyn.api.AudioVisualService/StopBehavior',
|
|
149
|
+
bosdyn_dot_api_dot_audio__visual__pb2.StopBehaviorRequest.SerializeToString,
|
|
150
|
+
bosdyn_dot_api_dot_audio__visual__pb2.StopBehaviorResponse.FromString,
|
|
151
|
+
options, channel_credentials,
|
|
152
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
153
|
+
|
|
154
|
+
@staticmethod
|
|
155
|
+
def ListBehaviors(request,
|
|
156
|
+
target,
|
|
157
|
+
options=(),
|
|
158
|
+
channel_credentials=None,
|
|
159
|
+
call_credentials=None,
|
|
160
|
+
insecure=False,
|
|
161
|
+
compression=None,
|
|
162
|
+
wait_for_ready=None,
|
|
163
|
+
timeout=None,
|
|
164
|
+
metadata=None):
|
|
165
|
+
return grpc.experimental.unary_unary(request, target, '/bosdyn.api.AudioVisualService/ListBehaviors',
|
|
166
|
+
bosdyn_dot_api_dot_audio__visual__pb2.ListBehaviorsRequest.SerializeToString,
|
|
167
|
+
bosdyn_dot_api_dot_audio__visual__pb2.ListBehaviorsResponse.FromString,
|
|
168
|
+
options, channel_credentials,
|
|
169
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
170
|
+
|
|
171
|
+
@staticmethod
|
|
172
|
+
def GetSystemParams(request,
|
|
173
|
+
target,
|
|
174
|
+
options=(),
|
|
175
|
+
channel_credentials=None,
|
|
176
|
+
call_credentials=None,
|
|
177
|
+
insecure=False,
|
|
178
|
+
compression=None,
|
|
179
|
+
wait_for_ready=None,
|
|
180
|
+
timeout=None,
|
|
181
|
+
metadata=None):
|
|
182
|
+
return grpc.experimental.unary_unary(request, target, '/bosdyn.api.AudioVisualService/GetSystemParams',
|
|
183
|
+
bosdyn_dot_api_dot_audio__visual__pb2.GetSystemParamsRequest.SerializeToString,
|
|
184
|
+
bosdyn_dot_api_dot_audio__visual__pb2.GetSystemParamsResponse.FromString,
|
|
185
|
+
options, channel_credentials,
|
|
186
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
187
|
+
|
|
188
|
+
@staticmethod
|
|
189
|
+
def SetSystemParams(request,
|
|
190
|
+
target,
|
|
191
|
+
options=(),
|
|
192
|
+
channel_credentials=None,
|
|
193
|
+
call_credentials=None,
|
|
194
|
+
insecure=False,
|
|
195
|
+
compression=None,
|
|
196
|
+
wait_for_ready=None,
|
|
197
|
+
timeout=None,
|
|
198
|
+
metadata=None):
|
|
199
|
+
return grpc.experimental.unary_unary(request, target, '/bosdyn.api.AudioVisualService/SetSystemParams',
|
|
200
|
+
bosdyn_dot_api_dot_audio__visual__pb2.SetSystemParamsRequest.SerializeToString,
|
|
201
|
+
bosdyn_dot_api_dot_audio__visual__pb2.SetSystemParamsResponse.FromString,
|
|
202
|
+
options, channel_credentials,
|
|
203
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
bosdyn/api/auth_pb2.py
CHANGED
|
@@ -15,7 +15,7 @@ _sym_db = _symbol_database.Default()
|
|
|
15
15
|
from bosdyn.api import header_pb2 as bosdyn_dot_api_dot_header__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15\x62osdyn/api/auth.proto\x12\nbosdyn.api\x1a\x17\x62osdyn/api/header.proto\"y\n\x13GetAuthTokenRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x10\n\x08username\x18\x02 \x01(\t\x12\x10\n\x08password\x18\x03 \x01(\t\x12\r\n\x05token\x18\x04 \x01(\tJ\x04\x08\x05\x10\x06\"\x9b\x02\n\x14GetAuthTokenResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x37\n\x06status\x18\x02 \x01(\x0e\x32\'.bosdyn.api.GetAuthTokenResponse.Status\x12\r\n\x05token\x18\x03 \x01(\t\"\x8e\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x18\n\x14STATUS_INVALID_LOGIN\x10\x02\x12\x18\n\x14STATUS_INVALID_TOKEN\x10\x03\x12!\n\x1dSTATUS_TEMPORARILY_LOCKED_OUT\x10\x04\"\x04\x08\x05\x10\x05\"\x04\x08\x06\x10\x06\x42\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15\x62osdyn/api/auth.proto\x12\nbosdyn.api\x1a\x17\x62osdyn/api/header.proto\"y\n\x13GetAuthTokenRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\x10\n\x08username\x18\x02 \x01(\t\x12\x10\n\x08password\x18\x03 \x01(\t\x12\r\n\x05token\x18\x04 \x01(\tJ\x04\x08\x05\x10\x06\"\x9b\x02\n\x14GetAuthTokenResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x37\n\x06status\x18\x02 \x01(\x0e\x32\'.bosdyn.api.GetAuthTokenResponse.Status\x12\r\n\x05token\x18\x03 \x01(\t\"\x8e\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x18\n\x14STATUS_INVALID_LOGIN\x10\x02\x12\x18\n\x14STATUS_INVALID_TOKEN\x10\x03\x12!\n\x1dSTATUS_TEMPORARILY_LOCKED_OUT\x10\x04\"\x04\x08\x05\x10\x05\"\x04\x08\x06\x10\x06\x42\x1c\x42\tAuthProtoZ\x0f\x62osdyn/api/authb\x06proto3')
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
@@ -39,7 +39,7 @@ _sym_db.RegisterMessage(GetAuthTokenResponse)
|
|
|
39
39
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
40
40
|
|
|
41
41
|
DESCRIPTOR._options = None
|
|
42
|
-
DESCRIPTOR._serialized_options = b'B\
|
|
42
|
+
DESCRIPTOR._serialized_options = b'B\tAuthProtoZ\017bosdyn/api/auth'
|
|
43
43
|
_GETAUTHTOKENREQUEST._serialized_start=62
|
|
44
44
|
_GETAUTHTOKENREQUEST._serialized_end=183
|
|
45
45
|
_GETAUTHTOKENRESPONSE._serialized_start=186
|
bosdyn/api/auth_service_pb2.py
CHANGED
|
@@ -15,7 +15,7 @@ _sym_db = _symbol_database.Default()
|
|
|
15
15
|
from bosdyn.api import auth_pb2 as bosdyn_dot_api_dot_auth__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x62osdyn/api/auth_service.proto\x12\nbosdyn.api\x1a\x15\x62osdyn/api/auth.proto2b\n\x0b\x41uthService\x12S\n\x0cGetAuthToken\x12\x1f.bosdyn.api.GetAuthTokenRequest\x1a .bosdyn.api.GetAuthTokenResponse\"\x00\x42\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x62osdyn/api/auth_service.proto\x12\nbosdyn.api\x1a\x15\x62osdyn/api/auth.proto2b\n\x0b\x41uthService\x12S\n\x0cGetAuthToken\x12\x1f.bosdyn.api.GetAuthTokenRequest\x1a .bosdyn.api.GetAuthTokenResponse\"\x00\x42+B\x10\x41uthServiceProtoZ\x17\x62osdyn/api/auth_serviceb\x06proto3')
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
@@ -23,7 +23,7 @@ _AUTHSERVICE = DESCRIPTOR.services_by_name['AuthService']
|
|
|
23
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
24
24
|
|
|
25
25
|
DESCRIPTOR._options = None
|
|
26
|
-
DESCRIPTOR._serialized_options = b'B\
|
|
26
|
+
DESCRIPTOR._serialized_options = b'B\020AuthServiceProtoZ\027bosdyn/api/auth_service'
|
|
27
27
|
_AUTHSERVICE._serialized_start=68
|
|
28
28
|
_AUTHSERVICE._serialized_end=166
|
|
29
29
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -18,7 +18,7 @@ from bosdyn.api import header_pb2 as bosdyn_dot_api_dot_header__pb2
|
|
|
18
18
|
from bosdyn.api import lease_pb2 as bosdyn_dot_api_dot_lease__pb2
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(bosdyn/api/auto_return/auto_return.proto\x12\x16\x62osdyn.api.auto_return\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x17\x62osdyn/api/header.proto\x1a\x16\x62osdyn/api/lease.proto\"\x82\x01\n\x06Params\x12-\n\x0fmobility_params\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x18\n\x10max_displacement\x18\x02 \x01(\x02\x12/\n\x0cmax_duration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\"\xa6\x01\n\x10\x43onfigureRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12!\n\x06leases\x18\x02 \x03(\x0b\x32\x11.bosdyn.api.Lease\x12.\n\x06params\x18\x03 \x01(\x0b\x32\x1e.bosdyn.api.auto_return.Params\x12\x14\n\x0c\x63lear_buffer\x18\x04 \x01(\x08\"\x81\x02\n\x11\x43onfigureResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12@\n\x06status\x18\x02 \x01(\x0e\x32\x30.bosdyn.api.auto_return.ConfigureResponse.Status\x12\x36\n\x0einvalid_params\x18\x03 \x01(\x0b\x32\x1e.bosdyn.api.auto_return.Params\"F\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x19\n\x15STATUS_INVALID_PARAMS\x10\x02\"D\n\x17GetConfigurationRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\x92\x01\n\x18GetConfigurationResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x0f\n\x07\x65nabled\x18\x02 \x01(\x08\x12\x39\n\x07request\x18\x03 \x01(\x0b\x32(.bosdyn.api.auto_return.ConfigureRequest\"\x8c\x01\n\x0cStartRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12!\n\x06leases\x18\x02 \x03(\x0b\x32\x11.bosdyn.api.Lease\x12.\n\x06params\x18\x03 \x01(\x0b\x32\x1e.bosdyn.api.auto_return.Params\"\xf9\x01\n\rStartResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12<\n\x06status\x18\x02 \x01(\x0e\x32,.bosdyn.api.auto_return.StartResponse.Status\x12\x36\n\x0einvalid_params\x18\x03 \x01(\x0b\x32\x1e.bosdyn.api.auto_return.Params\"F\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x19\n\x15STATUS_INVALID_PARAMS\x10\x02\x42\
|
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(bosdyn/api/auto_return/auto_return.proto\x12\x16\x62osdyn.api.auto_return\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x17\x62osdyn/api/header.proto\x1a\x16\x62osdyn/api/lease.proto\"\x82\x01\n\x06Params\x12-\n\x0fmobility_params\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x18\n\x10max_displacement\x18\x02 \x01(\x02\x12/\n\x0cmax_duration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\"\xa6\x01\n\x10\x43onfigureRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12!\n\x06leases\x18\x02 \x03(\x0b\x32\x11.bosdyn.api.Lease\x12.\n\x06params\x18\x03 \x01(\x0b\x32\x1e.bosdyn.api.auto_return.Params\x12\x14\n\x0c\x63lear_buffer\x18\x04 \x01(\x08\"\x81\x02\n\x11\x43onfigureResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12@\n\x06status\x18\x02 \x01(\x0e\x32\x30.bosdyn.api.auto_return.ConfigureResponse.Status\x12\x36\n\x0einvalid_params\x18\x03 \x01(\x0b\x32\x1e.bosdyn.api.auto_return.Params\"F\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x19\n\x15STATUS_INVALID_PARAMS\x10\x02\"D\n\x17GetConfigurationRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\"\x92\x01\n\x18GetConfigurationResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x0f\n\x07\x65nabled\x18\x02 \x01(\x08\x12\x39\n\x07request\x18\x03 \x01(\x0b\x32(.bosdyn.api.auto_return.ConfigureRequest\"\x8c\x01\n\x0cStartRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12!\n\x06leases\x18\x02 \x03(\x0b\x32\x11.bosdyn.api.Lease\x12.\n\x06params\x18\x03 \x01(\x0b\x32\x1e.bosdyn.api.auto_return.Params\"\xf9\x01\n\rStartResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12<\n\x06status\x18\x02 \x01(\x0e\x32,.bosdyn.api.auto_return.StartResponse.Status\x12\x36\n\x0einvalid_params\x18\x03 \x01(\x0b\x32\x1e.bosdyn.api.auto_return.Params\"F\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x19\n\x15STATUS_INVALID_PARAMS\x10\x02\x42\x35\x42\x0f\x41utoReturnProtoZ\"bosdyn/api/auto_return/auto_returnb\x06proto3')
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
@@ -83,7 +83,7 @@ _sym_db.RegisterMessage(StartResponse)
|
|
|
83
83
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
84
84
|
|
|
85
85
|
DESCRIPTOR._options = None
|
|
86
|
-
DESCRIPTOR._serialized_options = b'B\
|
|
86
|
+
DESCRIPTOR._serialized_options = b'B\017AutoReturnProtoZ\"bosdyn/api/auto_return/auto_return'
|
|
87
87
|
_PARAMS._serialized_start=177
|
|
88
88
|
_PARAMS._serialized_end=307
|
|
89
89
|
_CONFIGUREREQUEST._serialized_start=310
|
|
@@ -15,7 +15,7 @@ _sym_db = _symbol_database.Default()
|
|
|
15
15
|
from bosdyn.api.auto_return import auto_return_pb2 as bosdyn_dot_api_dot_auto__return_dot_auto__return__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0bosdyn/api/auto_return/auto_return_service.proto\x12\x16\x62osdyn.api.auto_return\x1a(bosdyn/api/auto_return/auto_return.proto2\xc2\x02\n\x11\x41utoReturnService\x12`\n\tConfigure\x12(.bosdyn.api.auto_return.ConfigureRequest\x1a).bosdyn.api.auto_return.ConfigureResponse\x12u\n\x10GetConfiguration\x12/.bosdyn.api.auto_return.GetConfigurationRequest\x1a\x30.bosdyn.api.auto_return.GetConfigurationResponse\x12T\n\x05Start\x12$.bosdyn.api.auto_return.StartRequest\x1a%.bosdyn.api.auto_return.
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0bosdyn/api/auto_return/auto_return_service.proto\x12\x16\x62osdyn.api.auto_return\x1a(bosdyn/api/auto_return/auto_return.proto2\xc2\x02\n\x11\x41utoReturnService\x12`\n\tConfigure\x12(.bosdyn.api.auto_return.ConfigureRequest\x1a).bosdyn.api.auto_return.ConfigureResponse\x12u\n\x10GetConfiguration\x12/.bosdyn.api.auto_return.GetConfigurationRequest\x1a\x30.bosdyn.api.auto_return.GetConfigurationResponse\x12T\n\x05Start\x12$.bosdyn.api.auto_return.StartRequest\x1a%.bosdyn.api.auto_return.StartResponseBDB\x16\x41utoReturnServiceProtoZ*bosdyn/api/auto_return/auto_return_serviceb\x06proto3')
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
@@ -23,7 +23,7 @@ _AUTORETURNSERVICE = DESCRIPTOR.services_by_name['AutoReturnService']
|
|
|
23
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
24
24
|
|
|
25
25
|
DESCRIPTOR._options = None
|
|
26
|
-
DESCRIPTOR._serialized_options = b'B\
|
|
26
|
+
DESCRIPTOR._serialized_options = b'B\026AutoReturnServiceProtoZ*bosdyn/api/auto_return/auto_return_service'
|
|
27
27
|
_AUTORETURNSERVICE._serialized_start=119
|
|
28
28
|
_AUTORETURNSERVICE._serialized_end=441
|
|
29
29
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -19,7 +19,7 @@ from bosdyn.api.mission import mission_pb2 as bosdyn_dot_api_dot_mission_dot_mis
|
|
|
19
19
|
from bosdyn.api.mission import nodes_pb2 as bosdyn_dot_api_dot_mission_dot_nodes__pb2
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"bosdyn/api/autowalk/autowalk.proto\x12\x13\x62osdyn.api.autowalk\x1a\x17\x62osdyn/api/header.proto\x1a\x16\x62osdyn/api/lease.proto\x1a\x1f\x62osdyn/api/autowalk/walks.proto\x1a bosdyn/api/mission/mission.proto\x1a\x1e\x62osdyn/api/mission/nodes.proto\"1\n\rFailedElement\x12\x0e\n\x06\x65rrors\x18\x01 \x03(\t\x12\x10\n\x08warnings\x18\x02 \x03(\t\"7\n\x0eNodeIdentifier\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12\x14\n\x0cuser_data_id\x18\x02 \x01(\t\"\xc2\x01\n\x12\x45lementIdentifiers\x12\x38\n\x07root_id\x18\x01 \x01(\x0b\x32#.bosdyn.api.autowalk.NodeIdentifierB\x02\x18\x01\x12\x36\n\taction_id\x18\x02 \x01(\x0b\x32#.bosdyn.api.autowalk.NodeIdentifier\x12:\n\rnavigation_id\x18\x03 \x01(\x0b\x32#.bosdyn.api.autowalk.NodeIdentifier\"\x8e\x01\n\x16\x43ompileAutowalkRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\'\n\x04walk\x18\x02 \x01(\x0b\x32\x19.bosdyn.api.autowalk.Walk\x12 \n\x18treat_warnings_as_errors\x18\x05 \x01(\x08\"\
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"bosdyn/api/autowalk/autowalk.proto\x12\x13\x62osdyn.api.autowalk\x1a\x17\x62osdyn/api/header.proto\x1a\x16\x62osdyn/api/lease.proto\x1a\x1f\x62osdyn/api/autowalk/walks.proto\x1a bosdyn/api/mission/mission.proto\x1a\x1e\x62osdyn/api/mission/nodes.proto\"1\n\rFailedElement\x12\x0e\n\x06\x65rrors\x18\x01 \x03(\t\x12\x10\n\x08warnings\x18\x02 \x03(\t\"7\n\x0eNodeIdentifier\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12\x14\n\x0cuser_data_id\x18\x02 \x01(\t\"\xc2\x01\n\x12\x45lementIdentifiers\x12\x38\n\x07root_id\x18\x01 \x01(\x0b\x32#.bosdyn.api.autowalk.NodeIdentifierB\x02\x18\x01\x12\x36\n\taction_id\x18\x02 \x01(\x0b\x32#.bosdyn.api.autowalk.NodeIdentifier\x12:\n\rnavigation_id\x18\x03 \x01(\x0b\x32#.bosdyn.api.autowalk.NodeIdentifier\"\x8e\x01\n\x16\x43ompileAutowalkRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\'\n\x04walk\x18\x02 \x01(\x0b\x32\x19.bosdyn.api.autowalk.Walk\x12 \n\x18treat_warnings_as_errors\x18\x05 \x01(\x08\"\xf2\x04\n\x17\x43ompileAutowalkResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12\x43\n\x06status\x18\x02 \x01(\x0e\x32\x33.bosdyn.api.autowalk.CompileAutowalkResponse.Status\x12&\n\x04root\x18\x04 \x01(\x0b\x32\x18.bosdyn.api.mission.Node\x12H\n\x13\x65lement_identifiers\x18\x05 \x03(\x0b\x32\'.bosdyn.api.autowalk.ElementIdentifiersB\x02\x18\x01\x12Y\n\x0f\x66\x61iled_elements\x18\x06 \x03(\x0b\x32@.bosdyn.api.autowalk.CompileAutowalkResponse.FailedElementsEntry\x12\x39\n\x0c\x64ocking_node\x18\x07 \x01(\x0b\x32#.bosdyn.api.autowalk.NodeIdentifier\x12\x36\n\tloop_node\x18\x08 \x01(\x0b\x32#.bosdyn.api.autowalk.NodeIdentifier\x1aY\n\x13\x46\x61iledElementsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\x31\n\x05value\x18\x02 \x01(\x0b\x32\".bosdyn.api.autowalk.FailedElement:\x02\x38\x01\"E\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x18\n\x14STATUS_COMPILE_ERROR\x10\x02J\x04\x08\x03\x10\x04\"\xae\x01\n\x13LoadAutowalkRequest\x12)\n\x06header\x18\x01 \x01(\x0b\x32\x19.bosdyn.api.RequestHeader\x12\'\n\x04walk\x18\x02 \x01(\x0b\x32\x19.bosdyn.api.autowalk.Walk\x12!\n\x06leases\x18\x03 \x03(\x0b\x32\x11.bosdyn.api.Lease\x12 \n\x18treat_warnings_as_errors\x18\x05 \x01(\x08\"\xe3\x05\n\x14LoadAutowalkResponse\x12*\n\x06header\x18\x01 \x01(\x0b\x32\x1a.bosdyn.api.ResponseHeader\x12@\n\x06status\x18\x02 \x01(\x0e\x32\x30.bosdyn.api.autowalk.LoadAutowalkResponse.Status\x12\x35\n\x11lease_use_results\x18\x03 \x03(\x0b\x32\x1a.bosdyn.api.LeaseUseResult\x12\x34\n\x0c\x66\x61iled_nodes\x18\x05 \x03(\x0b\x32\x1e.bosdyn.api.mission.FailedNode\x12H\n\x13\x65lement_identifiers\x18\x07 \x03(\x0b\x32\'.bosdyn.api.autowalk.ElementIdentifiersB\x02\x18\x01\x12V\n\x0f\x66\x61iled_elements\x18\x08 \x03(\x0b\x32=.bosdyn.api.autowalk.LoadAutowalkResponse.FailedElementsEntry\x12\x12\n\nmission_id\x18\t \x01(\x03\x12\x39\n\x0c\x64ocking_node\x18\n \x01(\x0b\x32#.bosdyn.api.autowalk.NodeIdentifier\x12\x36\n\tloop_node\x18\x0b \x01(\x0b\x32#.bosdyn.api.autowalk.NodeIdentifier\x1aY\n\x13\x46\x61iledElementsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\x31\n\x05value\x18\x02 \x01(\x0b\x32\".bosdyn.api.autowalk.FailedElement:\x02\x38\x01\"`\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\r\n\tSTATUS_OK\x10\x01\x12\x18\n\x14STATUS_COMPILE_ERROR\x10\x02\x12\x19\n\x15STATUS_VALIDATE_ERROR\x10\x03J\x04\x08\x04\x10\x05J\x04\x08\x06\x10\x07\x42-B\rAutowalkProtoZ\x1c\x62osdyn/api/autowalk/autowalkb\x06proto3')
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
@@ -102,13 +102,17 @@ _sym_db.RegisterMessage(LoadAutowalkResponse.FailedElementsEntry)
|
|
|
102
102
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
103
103
|
|
|
104
104
|
DESCRIPTOR._options = None
|
|
105
|
-
DESCRIPTOR._serialized_options = b'B\
|
|
105
|
+
DESCRIPTOR._serialized_options = b'B\rAutowalkProtoZ\034bosdyn/api/autowalk/autowalk'
|
|
106
106
|
_ELEMENTIDENTIFIERS.fields_by_name['root_id']._options = None
|
|
107
107
|
_ELEMENTIDENTIFIERS.fields_by_name['root_id']._serialized_options = b'\030\001'
|
|
108
108
|
_COMPILEAUTOWALKRESPONSE_FAILEDELEMENTSENTRY._options = None
|
|
109
109
|
_COMPILEAUTOWALKRESPONSE_FAILEDELEMENTSENTRY._serialized_options = b'8\001'
|
|
110
|
+
_COMPILEAUTOWALKRESPONSE.fields_by_name['element_identifiers']._options = None
|
|
111
|
+
_COMPILEAUTOWALKRESPONSE.fields_by_name['element_identifiers']._serialized_options = b'\030\001'
|
|
110
112
|
_LOADAUTOWALKRESPONSE_FAILEDELEMENTSENTRY._options = None
|
|
111
113
|
_LOADAUTOWALKRESPONSE_FAILEDELEMENTSENTRY._serialized_options = b'8\001'
|
|
114
|
+
_LOADAUTOWALKRESPONSE.fields_by_name['element_identifiers']._options = None
|
|
115
|
+
_LOADAUTOWALKRESPONSE.fields_by_name['element_identifiers']._serialized_options = b'\030\001'
|
|
112
116
|
_FAILEDELEMENT._serialized_start=207
|
|
113
117
|
_FAILEDELEMENT._serialized_end=256
|
|
114
118
|
_NODEIDENTIFIER._serialized_start=258
|
|
@@ -118,17 +122,17 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
118
122
|
_COMPILEAUTOWALKREQUEST._serialized_start=513
|
|
119
123
|
_COMPILEAUTOWALKREQUEST._serialized_end=655
|
|
120
124
|
_COMPILEAUTOWALKRESPONSE._serialized_start=658
|
|
121
|
-
_COMPILEAUTOWALKRESPONSE._serialized_end=
|
|
122
|
-
_COMPILEAUTOWALKRESPONSE_FAILEDELEMENTSENTRY._serialized_start=
|
|
123
|
-
_COMPILEAUTOWALKRESPONSE_FAILEDELEMENTSENTRY._serialized_end=
|
|
124
|
-
_COMPILEAUTOWALKRESPONSE_STATUS._serialized_start=
|
|
125
|
-
_COMPILEAUTOWALKRESPONSE_STATUS._serialized_end=
|
|
126
|
-
_LOADAUTOWALKREQUEST._serialized_start=
|
|
127
|
-
_LOADAUTOWALKREQUEST._serialized_end=
|
|
128
|
-
_LOADAUTOWALKRESPONSE._serialized_start=
|
|
129
|
-
_LOADAUTOWALKRESPONSE._serialized_end=
|
|
130
|
-
_LOADAUTOWALKRESPONSE_FAILEDELEMENTSENTRY._serialized_start=
|
|
131
|
-
_LOADAUTOWALKRESPONSE_FAILEDELEMENTSENTRY._serialized_end=
|
|
132
|
-
_LOADAUTOWALKRESPONSE_STATUS._serialized_start=
|
|
133
|
-
_LOADAUTOWALKRESPONSE_STATUS._serialized_end=
|
|
125
|
+
_COMPILEAUTOWALKRESPONSE._serialized_end=1284
|
|
126
|
+
_COMPILEAUTOWALKRESPONSE_FAILEDELEMENTSENTRY._serialized_start=1118
|
|
127
|
+
_COMPILEAUTOWALKRESPONSE_FAILEDELEMENTSENTRY._serialized_end=1207
|
|
128
|
+
_COMPILEAUTOWALKRESPONSE_STATUS._serialized_start=1209
|
|
129
|
+
_COMPILEAUTOWALKRESPONSE_STATUS._serialized_end=1278
|
|
130
|
+
_LOADAUTOWALKREQUEST._serialized_start=1287
|
|
131
|
+
_LOADAUTOWALKREQUEST._serialized_end=1461
|
|
132
|
+
_LOADAUTOWALKRESPONSE._serialized_start=1464
|
|
133
|
+
_LOADAUTOWALKRESPONSE._serialized_end=2203
|
|
134
|
+
_LOADAUTOWALKRESPONSE_FAILEDELEMENTSENTRY._serialized_start=1118
|
|
135
|
+
_LOADAUTOWALKRESPONSE_FAILEDELEMENTSENTRY._serialized_end=1207
|
|
136
|
+
_LOADAUTOWALKRESPONSE_STATUS._serialized_start=2095
|
|
137
|
+
_LOADAUTOWALKRESPONSE_STATUS._serialized_end=2191
|
|
134
138
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -15,7 +15,7 @@ _sym_db = _symbol_database.Default()
|
|
|
15
15
|
from bosdyn.api import data_chunk_pb2 as bosdyn_dot_api_dot_data__chunk__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*bosdyn/api/autowalk/autowalk_service.proto\x12\x13\x62osdyn.api.autowalk\x1a\x1b\x62osdyn/api/data_chunk.proto2\x9c\x01\n\x0f\x41utowalkService\x12\x45\n\x0f\x43ompileAutowalk\x12\x15.bosdyn.api.DataChunk\x1a\x15.bosdyn.api.DataChunk\"\x00(\x01\x30\x01\x12\x42\n\x0cLoadAutowalk\x12\x15.bosdyn.api.DataChunk\x1a\x15.bosdyn.api.DataChunk\"\x00(\x01\x30\x01\x42\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*bosdyn/api/autowalk/autowalk_service.proto\x12\x13\x62osdyn.api.autowalk\x1a\x1b\x62osdyn/api/data_chunk.proto2\x9c\x01\n\x0f\x41utowalkService\x12\x45\n\x0f\x43ompileAutowalk\x12\x15.bosdyn.api.DataChunk\x1a\x15.bosdyn.api.DataChunk\"\x00(\x01\x30\x01\x12\x42\n\x0cLoadAutowalk\x12\x15.bosdyn.api.DataChunk\x1a\x15.bosdyn.api.DataChunk\"\x00(\x01\x30\x01\x42<B\x14\x41utowalkServiceProtoZ$bosdyn/api/autowalk/autowalk_serviceb\x06proto3')
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
@@ -23,7 +23,7 @@ _AUTOWALKSERVICE = DESCRIPTOR.services_by_name['AutowalkService']
|
|
|
23
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
24
24
|
|
|
25
25
|
DESCRIPTOR._options = None
|
|
26
|
-
DESCRIPTOR._serialized_options = b'B\
|
|
26
|
+
DESCRIPTOR._serialized_options = b'B\024AutowalkServiceProtoZ$bosdyn/api/autowalk/autowalk_service'
|
|
27
27
|
_AUTOWALKSERVICE._serialized_start=97
|
|
28
28
|
_AUTOWALKSERVICE._serialized_end=253
|
|
29
29
|
# @@protoc_insertion_point(module_scope)
|
bosdyn/api/autowalk/walks_pb2.py
CHANGED
|
@@ -31,7 +31,7 @@ from bosdyn.api import basic_command_pb2 as bosdyn_dot_api_dot_basic__command__p
|
|
|
31
31
|
from bosdyn.api import gripper_camera_param_pb2 as bosdyn_dot_api_dot_gripper__camera__param__pb2
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x62osdyn/api/autowalk/walks.proto\x12\x13\x62osdyn.api.autowalk\x1a\x1egoogle/protobuf/duration.proto\x1a\x1e\x62osdyn/api/mission/nodes.proto\x1a\x1d\x62osdyn/api/mission/util.proto\x1a!bosdyn/api/data_acquisition.proto\x1a$bosdyn/api/graph_nav/graph_nav.proto\x1a\x1e\x62osdyn/api/graph_nav/nav.proto\x1a bosdyn/api/gripper_command.proto\x1a\x19\x62osdyn/api/geometry.proto\x1a\x16\x62osdyn/api/image.proto\x1a&bosdyn/api/service_customization.proto\x1a\x1b\x62osdyn/api/trajectory.proto\x1a+bosdyn/api/spot/choreography_sequence.proto\x1a\x1d\x62osdyn/api/spot_cam/ptz.proto\x1a#bosdyn/api/spot/robot_command.proto\x1a\x1c\x62osdyn/api/arm_command.proto\x1a\x1e\x62osdyn/api/basic_command.proto\x1a%bosdyn/api/gripper_camera_param.proto\"\xda\x02\n\x04Walk\x12@\n\x11global_parameters\x18\x01 \x01(\x0b\x32%.bosdyn.api.autowalk.GlobalParameters\x12\x38\n\rplayback_mode\x18\x02 \x01(\x0b\x32!.bosdyn.api.autowalk.PlaybackMode\x12\x10\n\x08map_name\x18\x07 \x01(\t\x12\x14\n\x0cmission_name\x18\x04 \x01(\t\x12.\n\x08\x65lements\x18\x05 \x03(\x0b\x32\x1c.bosdyn.api.autowalk.Element\x12(\n\x05\x64ocks\x18\x06 \x03(\x0b\x32\x19.bosdyn.api.autowalk.Dock\x12\n\n\x02id\x18\x08 \x01(\t\x12\x42\n\x12\x63horeography_items\x18\t \x01(\x0b\x32&.bosdyn.api.autowalk.ChoreographyItemsJ\x04\x08\x03\x10\x04\"\xf9\x01\n\x10GlobalParameters\x12\x12\n\ngroup_name\x18\x01 \x01(\t\x12\x1c\n\x14should_autofocus_ptz\x18\x02 \x01(\x08\x12\x1b\n\x13self_right_attempts\x18\x03 \x01(\x05\x12\x46\n\x16post_mission_callbacks\x18\x04 \x03(\x0b\x32&.bosdyn.api.autowalk.Action.RemoteGrpc\x12\x14\n\x0cskip_actions\x18\x05 \x01(\x08\x12\x38\n\rhri_behaviors\x18\x06 \x01(\x0b\x32!.bosdyn.api.autowalk.HriBehaviors\"\xcd\x01\n\x04\x44ock\x12\x0f\n\x07\x64ock_id\x18\x01 \x01(\r\x12\x1a\n\x12\x64ocked_waypoint_id\x18\x02 \x01(\t\x12\x35\n\x10target_prep_pose\x18\x03 \x01(\x0b\x32\x1b.bosdyn.api.autowalk.Target\x12\x32\n\x0fprompt_duration\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x18\n\x10\x64isable_recharge\x18\t \x01(\x08\x12\x13\n\x0b\x64isable_end\x18\n \x01(\x08\"K\n\x0cHriBehaviors\x12\x1c\n\x14play_alert_behaviors\x18\x01 \x01(\x08\x12\x1d\n\x15play_undock_behaviors\x18\x02 \x01(\x08\"\x8e\x01\n\x11\x43horeographyItems\x12\x45\n\x16\x63horeography_sequences\x18\x01 \x03(\x0b\x32%.bosdyn.api.spot.ChoreographySequence\x12\x32\n\x0e\x61nimated_moves\x18\x02 \x03(\x0b\x32\x1a.bosdyn.api.spot.Animation\"\xe1\x02\n\x0cPlaybackMode\x12\x36\n\x04once\x18\x02 \x01(\x0b\x32&.bosdyn.api.autowalk.PlaybackMode.OnceH\x00\x12>\n\x08periodic\x18\x03 \x01(\x0b\x32*.bosdyn.api.autowalk.PlaybackMode.PeriodicH\x00\x12\x42\n\ncontinuous\x18\x04 \x01(\x0b\x32,.bosdyn.api.autowalk.PlaybackMode.ContinuousH\x00\x1a\x31\n\x04Once\x12)\n\x1dskip_docking_after_completion\x18\x01 \x01(\x08\x42\x02\x18\x01\x1aL\n\x08Periodic\x12+\n\x08interval\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x13\n\x0brepetitions\x18\x02 \x01(\x05\x1a\x0c\n\nContinuousB\x06\n\x04mode\"\xcd\x03\n\x07\x45lement\x12\x0c\n\x04name\x18\x01 \x01(\t\x12+\n\x06target\x18\x02 \x01(\x0b\x32\x1b.bosdyn.api.autowalk.Target\x12\x45\n\x17target_failure_behavior\x18\x03 \x01(\x0b\x32$.bosdyn.api.autowalk.FailureBehavior\x12+\n\x06\x61\x63tion\x18\x04 \x01(\x0b\x32\x1b.bosdyn.api.autowalk.Action\x12:\n\x0e\x61\x63tion_wrapper\x18\x05 \x01(\x0b\x32\".bosdyn.api.autowalk.ActionWrapper\x12\x45\n\x17\x61\x63tion_failure_behavior\x18\x06 \x01(\x0b\x32$.bosdyn.api.autowalk.FailureBehavior\x12\x12\n\nis_skipped\x18\x07 \x01(\x08\x12<\n\x0f\x62\x61ttery_monitor\x18\x08 \x01(\x0b\x32#.bosdyn.api.autowalk.BatteryMonitor\x12\x32\n\x0f\x61\x63tion_duration\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12\n\n\x02id\x18\n \x01(\t\"\xf9\x05\n\x06Target\x12=\n\x0bnavigate_to\x18\x01 \x01(\x0b\x32&.bosdyn.api.autowalk.Target.NavigateToH\x00\x12\x43\n\x0enavigate_route\x18\x02 \x01(\x0b\x32).bosdyn.api.autowalk.Target.NavigateRouteH\x00\x12:\n\nrelocalize\x18\x03 \x01(\x0b\x32&.bosdyn.api.autowalk.Target.Relocalize\x12L\n\x14target_stow_behavior\x18\x05 \x01(\x0e\x32..bosdyn.api.autowalk.Target.TargetStowBehavior\x1a\\\n\nRelocalize\x12N\n\x18set_localization_request\x18\x01 \x01(\x0b\x32,.bosdyn.api.graph_nav.SetLocalizationRequest\x1ah\n\nNavigateTo\x12\x1f\n\x17\x64\x65stination_waypoint_id\x18\x01 \x01(\t\x12\x39\n\rtravel_params\x18\x03 \x01(\x0b\x32\".bosdyn.api.graph_nav.TravelParams\x1av\n\rNavigateRoute\x12*\n\x05route\x18\x01 \x01(\x0b\x32\x1b.bosdyn.api.graph_nav.Route\x12\x39\n\rtravel_params\x18\x02 \x01(\x0b\x32\".bosdyn.api.graph_nav.TravelParams\"\x96\x01\n\x12TargetStowBehavior\x12 \n\x1cTARGET_STOW_BEHAVIOR_UNKNOWN\x10\x00\x12\x1d\n\x19TARGET_STOW_BEHAVIOR_AUTO\x10\x01\x12\x1e\n\x1aTARGET_STOW_BEHAVIOR_NEVER\x10\x02\x12\x1f\n\x1bTARGET_STOW_BEHAVIOR_ALWAYS\x10\x03\x42\x08\n\x06target\"\xf1\x07\n\x06\x41\x63tion\x12\x32\n\x05sleep\x18\x01 \x01(\x0b\x32!.bosdyn.api.autowalk.Action.SleepH\x00\x12G\n\x10\x64\x61ta_acquisition\x18\x02 \x01(\x0b\x32+.bosdyn.api.autowalk.Action.DataAcquisitionH\x00\x12=\n\x0bremote_grpc\x18\x03 \x01(\x0b\x32&.bosdyn.api.autowalk.Action.RemoteGrpcH\x00\x12O\n\x14\x65xecute_choreography\x18\x05 \x01(\x0b\x32/.bosdyn.api.autowalk.Action.ExecuteChoreographyH\x00\x12(\n\x04node\x18\x04 \x01(\x0b\x32\x18.bosdyn.api.mission.NodeH\x00\x1a\x34\n\x05Sleep\x12+\n\x08\x64uration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x1a\xab\x02\n\x0f\x44\x61taAcquisition\x12<\n\x14\x61\x63quire_data_request\x18\x01 \x01(\x0b\x32\x1e.bosdyn.api.AcquireDataRequest\x12S\n\x13\x63ompletion_behavior\x18\x02 \x01(\x0e\x32\x36.bosdyn.api.mission.DataAcquisition.CompletionBehavior\x12\x46\n\x17last_known_capabilities\x18\x03 \x01(\x0b\x32%.bosdyn.api.AcquisitionCapabilityList\x12=\n\x12record_time_images\x18\x04 \x03(\x0b\x32!.bosdyn.api.ImageCaptureAndSource\x1a\x93\x02\n\nRemoteGrpc\x12\x14\n\x0cservice_name\x18\x01 \x01(\t\x12.\n\x0brpc_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x17\n\x0flease_resources\x18\x03 \x03(\t\x12\x30\n\x06inputs\x18\x04 \x03(\x0b\x32\x1c.bosdyn.api.mission.KeyValueB\x02\x18\x01\x12\x35\n\nparameters\x18\x05 \x01(\x0b\x32!.bosdyn.api.CustomParamCollection\x12=\n\x12record_time_images\x18\x06 \x03(\x0b\x32!.bosdyn.api.ImageCaptureAndSource\x1a,\n\x13\x45xecuteChoreography\x12\x15\n\rsequence_name\x18\x01 \x01(\tB\x08\n\x06\x61\x63tion\"\xb4\x0e\n\rActionWrapper\x12G\n\x0erobot_body_sit\x18\x01 \x01(\x0b\x32/.bosdyn.api.autowalk.ActionWrapper.RobotBodySit\x12I\n\x0frobot_body_pose\x18\x02 \x01(\x0b\x32\x30.bosdyn.api.autowalk.ActionWrapper.RobotBodyPose\x12\x43\n\x0cspot_cam_led\x18\x04 \x01(\x0b\x32-.bosdyn.api.autowalk.ActionWrapper.SpotCamLed\x12\x43\n\x0cspot_cam_ptz\x18\x05 \x01(\x0b\x32-.bosdyn.api.autowalk.ActionWrapper.SpotCamPtz\x12Q\n\x13\x61rm_sensor_pointing\x18\x06 \x01(\x0b\x32\x34.bosdyn.api.autowalk.ActionWrapper.ArmSensorPointing\x12O\n\x12spot_cam_alignment\x18\t \x01(\x0b\x32\x33.bosdyn.api.autowalk.ActionWrapper.SpotCamAlignment\x12U\n\x15gripper_camera_params\x18\x07 \x01(\x0b\x32\x36.bosdyn.api.autowalk.ActionWrapper.GripperCameraParams\x12J\n\x0fgripper_command\x18\x08 \x01(\x0b\x32\x31.bosdyn.api.autowalk.ActionWrapper.GripperCommand\x1a\x0e\n\x0cRobotBodySit\x1a?\n\rRobotBodyPose\x12.\n\x11target_tform_body\x18\x01 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x1a\x98\x01\n\nSpotCamLed\x12U\n\x0c\x62rightnesses\x18\x01 \x03(\x0b\x32?.bosdyn.api.autowalk.ActionWrapper.SpotCamLed.BrightnessesEntry\x1a\x33\n\x11\x42rightnessesEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\x1a\x44\n\nSpotCamPtz\x12\x36\n\x0cptz_position\x18\x01 \x01(\x0b\x32 .bosdyn.api.spot_cam.PtzPosition\x1a\xea\x02\n\x10SpotCamAlignment\x12Q\n\nalignments\x18\x02 \x03(\x0b\x32=.bosdyn.api.autowalk.ActionWrapper.SpotCamAlignment.Alignment\x12\x30\n\x13target_tform_sensor\x18\x03 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x12\x12\n\nfinal_zoom\x18\x04 \x01(\x02\x12\x19\n\x11target_sensor_ids\x18\x05 \x03(\t\x1a\xa1\x01\n\tAlignment\x12\x0c\n\x04zoom\x18\x01 \x01(\x02\x12\x11\n\tsensor_id\x18\x02 \x01(\t\x12\x19\n\x0fscene_object_id\x18\x03 \x01(\tH\x00\x12\x12\n\nis_skipped\x18\x04 \x01(\x08\x12\x37\n\x0b\x66ocus_state\x18\x05 \x01(\x0b\x32\".bosdyn.api.spot_cam.PtzFocusStateB\x0b\n\treference\x1a\xec\x02\n\x11\x41rmSensorPointing\x12\x38\n\x10joint_trajectory\x18\x02 \x01(\x0b\x32\x1e.bosdyn.api.ArmJointTrajectory\x12-\n\x10wrist_tform_tool\x18\x03 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x12<\n\x19pose_trajectory_rt_target\x18\x04 \x01(\x0b\x32\x19.bosdyn.api.SE3Trajectory\x12\x39\n\x1ctarget_tform_measured_offset\x18\x07 \x01(\x0b\x32\x13.bosdyn.api.SE2Pose\x12X\n\x12\x62ody_assist_params\x18\x05 \x01(\x0b\x32<.bosdyn.api.spot.BodyControlParams.BodyAssistForManipulation\x12\x1b\n\x13\x66orce_stow_override\x18\x06 \x01(\x08\x1a\x46\n\x13GripperCameraParams\x12/\n\x06params\x18\x01 \x01(\x0b\x32\x1f.bosdyn.api.GripperCameraParams\x1ah\n\x0eGripperCommand\x12\x33\n\x07request\x18\x01 \x01(\x0b\x32\".bosdyn.api.GripperCommand.Request\x12!\n\x19\x64isable_post_action_close\x18\x02 \x01(\x08\"\xb3\x05\n\x0f\x46\x61ilureBehavior\x12\x13\n\x0bretry_count\x18\x01 \x01(\x05\x12\x32\n\x0fprompt_duration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12K\n\x0esafe_power_off\x18\x03 \x01(\x0b\x32\x31.bosdyn.api.autowalk.FailureBehavior.SafePowerOffH\x00\x12M\n\x0fproceed_if_able\x18\x04 \x01(\x0b\x32\x32.bosdyn.api.autowalk.FailureBehavior.ProceedIfAbleH\x00\x12q\n#return_to_start_and_try_again_later\x18\x05 \x01(\x0b\x32\x42.bosdyn.api.autowalk.FailureBehavior.ReturnToStartAndTryAgainLaterH\x00\x12g\n\x1dreturn_to_start_and_terminate\x18\x06 \x01(\x0b\x32>.bosdyn.api.autowalk.FailureBehavior.ReturnToStartAndTerminateH\x00\x1aH\n\x0cSafePowerOff\x12\x38\n\x07request\x18\x01 \x01(\x0b\x32\'.bosdyn.api.SafePowerOffCommand.Request\x1a\x0f\n\rProceedIfAble\x1aS\n\x1dReturnToStartAndTryAgainLater\x12\x32\n\x0ftry_again_delay\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x1a\x1b\n\x19ReturnToStartAndTerminateB\x12\n\x10\x64\x65\x66\x61ult_behavior\"Q\n\x0e\x42\x61tteryMonitor\x12\x1f\n\x17\x62\x61ttery_start_threshold\x18\x02 \x01(\x02\x12\x1e\n\x16\x62\x61ttery_stop_threshold\x18\x03 \x01(\x02\x42\x0c\x42\nWalksProtob\x06proto3')
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x62osdyn/api/autowalk/walks.proto\x12\x13\x62osdyn.api.autowalk\x1a\x1egoogle/protobuf/duration.proto\x1a\x1e\x62osdyn/api/mission/nodes.proto\x1a\x1d\x62osdyn/api/mission/util.proto\x1a!bosdyn/api/data_acquisition.proto\x1a$bosdyn/api/graph_nav/graph_nav.proto\x1a\x1e\x62osdyn/api/graph_nav/nav.proto\x1a bosdyn/api/gripper_command.proto\x1a\x19\x62osdyn/api/geometry.proto\x1a\x16\x62osdyn/api/image.proto\x1a&bosdyn/api/service_customization.proto\x1a\x1b\x62osdyn/api/trajectory.proto\x1a+bosdyn/api/spot/choreography_sequence.proto\x1a\x1d\x62osdyn/api/spot_cam/ptz.proto\x1a#bosdyn/api/spot/robot_command.proto\x1a\x1c\x62osdyn/api/arm_command.proto\x1a\x1e\x62osdyn/api/basic_command.proto\x1a%bosdyn/api/gripper_camera_param.proto\"\xda\x02\n\x04Walk\x12@\n\x11global_parameters\x18\x01 \x01(\x0b\x32%.bosdyn.api.autowalk.GlobalParameters\x12\x38\n\rplayback_mode\x18\x02 \x01(\x0b\x32!.bosdyn.api.autowalk.PlaybackMode\x12\x10\n\x08map_name\x18\x07 \x01(\t\x12\x14\n\x0cmission_name\x18\x04 \x01(\t\x12.\n\x08\x65lements\x18\x05 \x03(\x0b\x32\x1c.bosdyn.api.autowalk.Element\x12(\n\x05\x64ocks\x18\x06 \x03(\x0b\x32\x19.bosdyn.api.autowalk.Dock\x12\n\n\x02id\x18\x08 \x01(\t\x12\x42\n\x12\x63horeography_items\x18\t \x01(\x0b\x32&.bosdyn.api.autowalk.ChoreographyItemsJ\x04\x08\x03\x10\x04\"\xf9\x01\n\x10GlobalParameters\x12\x12\n\ngroup_name\x18\x01 \x01(\t\x12\x1c\n\x14should_autofocus_ptz\x18\x02 \x01(\x08\x12\x1b\n\x13self_right_attempts\x18\x03 \x01(\x05\x12\x46\n\x16post_mission_callbacks\x18\x04 \x03(\x0b\x32&.bosdyn.api.autowalk.Action.RemoteGrpc\x12\x14\n\x0cskip_actions\x18\x05 \x01(\x08\x12\x38\n\rhri_behaviors\x18\x06 \x01(\x0b\x32!.bosdyn.api.autowalk.HriBehaviors\"\xcd\x01\n\x04\x44ock\x12\x0f\n\x07\x64ock_id\x18\x01 \x01(\r\x12\x1a\n\x12\x64ocked_waypoint_id\x18\x02 \x01(\t\x12\x35\n\x10target_prep_pose\x18\x03 \x01(\x0b\x32\x1b.bosdyn.api.autowalk.Target\x12\x32\n\x0fprompt_duration\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x18\n\x10\x64isable_recharge\x18\t \x01(\x08\x12\x13\n\x0b\x64isable_end\x18\n \x01(\x08\"K\n\x0cHriBehaviors\x12\x1c\n\x14play_alert_behaviors\x18\x01 \x01(\x08\x12\x1d\n\x15play_undock_behaviors\x18\x02 \x01(\x08\"\x8e\x01\n\x11\x43horeographyItems\x12\x45\n\x16\x63horeography_sequences\x18\x01 \x03(\x0b\x32%.bosdyn.api.spot.ChoreographySequence\x12\x32\n\x0e\x61nimated_moves\x18\x02 \x03(\x0b\x32\x1a.bosdyn.api.spot.Animation\"\xe1\x02\n\x0cPlaybackMode\x12\x36\n\x04once\x18\x02 \x01(\x0b\x32&.bosdyn.api.autowalk.PlaybackMode.OnceH\x00\x12>\n\x08periodic\x18\x03 \x01(\x0b\x32*.bosdyn.api.autowalk.PlaybackMode.PeriodicH\x00\x12\x42\n\ncontinuous\x18\x04 \x01(\x0b\x32,.bosdyn.api.autowalk.PlaybackMode.ContinuousH\x00\x1a\x31\n\x04Once\x12)\n\x1dskip_docking_after_completion\x18\x01 \x01(\x08\x42\x02\x18\x01\x1aL\n\x08Periodic\x12+\n\x08interval\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x13\n\x0brepetitions\x18\x02 \x01(\x05\x1a\x0c\n\nContinuousB\x06\n\x04mode\"\xcd\x03\n\x07\x45lement\x12\x0c\n\x04name\x18\x01 \x01(\t\x12+\n\x06target\x18\x02 \x01(\x0b\x32\x1b.bosdyn.api.autowalk.Target\x12\x45\n\x17target_failure_behavior\x18\x03 \x01(\x0b\x32$.bosdyn.api.autowalk.FailureBehavior\x12+\n\x06\x61\x63tion\x18\x04 \x01(\x0b\x32\x1b.bosdyn.api.autowalk.Action\x12:\n\x0e\x61\x63tion_wrapper\x18\x05 \x01(\x0b\x32\".bosdyn.api.autowalk.ActionWrapper\x12\x45\n\x17\x61\x63tion_failure_behavior\x18\x06 \x01(\x0b\x32$.bosdyn.api.autowalk.FailureBehavior\x12\x12\n\nis_skipped\x18\x07 \x01(\x08\x12<\n\x0f\x62\x61ttery_monitor\x18\x08 \x01(\x0b\x32#.bosdyn.api.autowalk.BatteryMonitor\x12\x32\n\x0f\x61\x63tion_duration\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12\n\n\x02id\x18\n \x01(\t\"\x87\x07\n\x06Target\x12=\n\x0bnavigate_to\x18\x01 \x01(\x0b\x32&.bosdyn.api.autowalk.Target.NavigateToH\x00\x12\x43\n\x0enavigate_route\x18\x02 \x01(\x0b\x32).bosdyn.api.autowalk.Target.NavigateRouteH\x00\x12:\n\nrelocalize\x18\x03 \x01(\x0b\x32&.bosdyn.api.autowalk.Target.Relocalize\x12L\n\x14target_stow_behavior\x18\x05 \x01(\x0e\x32..bosdyn.api.autowalk.Target.TargetStowBehavior\x1a\\\n\nRelocalize\x12N\n\x18set_localization_request\x18\x01 \x01(\x0b\x32,.bosdyn.api.graph_nav.SetLocalizationRequest\x1a\xb1\x01\n\nNavigateTo\x12\x1f\n\x17\x64\x65stination_waypoint_id\x18\x01 \x01(\t\x12\x39\n\rtravel_params\x18\x03 \x01(\x0b\x32\".bosdyn.api.graph_nav.TravelParams\x12\x41\n$destination_waypoint_tform_body_goal\x18\x04 \x01(\x0b\x32\x13.bosdyn.api.SE2PoseJ\x04\x08\x02\x10\x03\x1a\xb9\x01\n\rNavigateRoute\x12*\n\x05route\x18\x01 \x01(\x0b\x32\x1b.bosdyn.api.graph_nav.Route\x12\x39\n\rtravel_params\x18\x02 \x01(\x0b\x32\".bosdyn.api.graph_nav.TravelParams\x12\x41\n$destination_waypoint_tform_body_goal\x18\x03 \x01(\x0b\x32\x13.bosdyn.api.SE2Pose\"\x96\x01\n\x12TargetStowBehavior\x12 \n\x1cTARGET_STOW_BEHAVIOR_UNKNOWN\x10\x00\x12\x1d\n\x19TARGET_STOW_BEHAVIOR_AUTO\x10\x01\x12\x1e\n\x1aTARGET_STOW_BEHAVIOR_NEVER\x10\x02\x12\x1f\n\x1bTARGET_STOW_BEHAVIOR_ALWAYS\x10\x03\x42\x08\n\x06target\"\xf1\x07\n\x06\x41\x63tion\x12\x32\n\x05sleep\x18\x01 \x01(\x0b\x32!.bosdyn.api.autowalk.Action.SleepH\x00\x12G\n\x10\x64\x61ta_acquisition\x18\x02 \x01(\x0b\x32+.bosdyn.api.autowalk.Action.DataAcquisitionH\x00\x12=\n\x0bremote_grpc\x18\x03 \x01(\x0b\x32&.bosdyn.api.autowalk.Action.RemoteGrpcH\x00\x12O\n\x14\x65xecute_choreography\x18\x05 \x01(\x0b\x32/.bosdyn.api.autowalk.Action.ExecuteChoreographyH\x00\x12(\n\x04node\x18\x04 \x01(\x0b\x32\x18.bosdyn.api.mission.NodeH\x00\x1a\x34\n\x05Sleep\x12+\n\x08\x64uration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x1a\xab\x02\n\x0f\x44\x61taAcquisition\x12<\n\x14\x61\x63quire_data_request\x18\x01 \x01(\x0b\x32\x1e.bosdyn.api.AcquireDataRequest\x12S\n\x13\x63ompletion_behavior\x18\x02 \x01(\x0e\x32\x36.bosdyn.api.mission.DataAcquisition.CompletionBehavior\x12\x46\n\x17last_known_capabilities\x18\x03 \x01(\x0b\x32%.bosdyn.api.AcquisitionCapabilityList\x12=\n\x12record_time_images\x18\x04 \x03(\x0b\x32!.bosdyn.api.ImageCaptureAndSource\x1a\x93\x02\n\nRemoteGrpc\x12\x14\n\x0cservice_name\x18\x01 \x01(\t\x12.\n\x0brpc_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x17\n\x0flease_resources\x18\x03 \x03(\t\x12\x30\n\x06inputs\x18\x04 \x03(\x0b\x32\x1c.bosdyn.api.mission.KeyValueB\x02\x18\x01\x12\x35\n\nparameters\x18\x05 \x01(\x0b\x32!.bosdyn.api.CustomParamCollection\x12=\n\x12record_time_images\x18\x06 \x03(\x0b\x32!.bosdyn.api.ImageCaptureAndSource\x1a,\n\x13\x45xecuteChoreography\x12\x15\n\rsequence_name\x18\x01 \x01(\tB\x08\n\x06\x61\x63tion\"\xf2\x0e\n\rActionWrapper\x12G\n\x0erobot_body_sit\x18\x01 \x01(\x0b\x32/.bosdyn.api.autowalk.ActionWrapper.RobotBodySit\x12I\n\x0frobot_body_pose\x18\x02 \x01(\x0b\x32\x30.bosdyn.api.autowalk.ActionWrapper.RobotBodyPose\x12\x43\n\x0cspot_cam_led\x18\x04 \x01(\x0b\x32-.bosdyn.api.autowalk.ActionWrapper.SpotCamLed\x12\x43\n\x0cspot_cam_ptz\x18\x05 \x01(\x0b\x32-.bosdyn.api.autowalk.ActionWrapper.SpotCamPtz\x12Q\n\x13\x61rm_sensor_pointing\x18\x06 \x01(\x0b\x32\x34.bosdyn.api.autowalk.ActionWrapper.ArmSensorPointing\x12O\n\x12spot_cam_alignment\x18\t \x01(\x0b\x32\x33.bosdyn.api.autowalk.ActionWrapper.SpotCamAlignment\x12U\n\x15gripper_camera_params\x18\x07 \x01(\x0b\x32\x36.bosdyn.api.autowalk.ActionWrapper.GripperCameraParams\x12J\n\x0fgripper_command\x18\x08 \x01(\x0b\x32\x31.bosdyn.api.autowalk.ActionWrapper.GripperCommand\x1a\x0e\n\x0cRobotBodySit\x1a?\n\rRobotBodyPose\x12.\n\x11target_tform_body\x18\x01 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x1a\x98\x01\n\nSpotCamLed\x12U\n\x0c\x62rightnesses\x18\x01 \x03(\x0b\x32?.bosdyn.api.autowalk.ActionWrapper.SpotCamLed.BrightnessesEntry\x1a\x33\n\x11\x42rightnessesEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\x1a\x44\n\nSpotCamPtz\x12\x36\n\x0cptz_position\x18\x01 \x01(\x0b\x32 .bosdyn.api.spot_cam.PtzPosition\x1a\xa8\x03\n\x10SpotCamAlignment\x12Q\n\nalignments\x18\x02 \x03(\x0b\x32=.bosdyn.api.autowalk.ActionWrapper.SpotCamAlignment.Alignment\x12\x30\n\x13target_tform_sensor\x18\x03 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x12\x12\n\nfinal_zoom\x18\x04 \x01(\x02\x12\x19\n\x11target_sensor_ids\x18\x05 \x03(\t\x1a\xdf\x01\n\tAlignment\x12\x0c\n\x04zoom\x18\x01 \x01(\x02\x12\x11\n\tsensor_id\x18\x02 \x01(\t\x12\x19\n\x0fscene_object_id\x18\x03 \x01(\tH\x00\x12<\n\x0freference_image\x18\x06 \x01(\x0b\x32!.bosdyn.api.ImageCaptureAndSourceH\x00\x12\x12\n\nis_skipped\x18\x04 \x01(\x08\x12\x37\n\x0b\x66ocus_state\x18\x05 \x01(\x0b\x32\".bosdyn.api.spot_cam.PtzFocusStateB\x0b\n\treference\x1a\xec\x02\n\x11\x41rmSensorPointing\x12\x38\n\x10joint_trajectory\x18\x02 \x01(\x0b\x32\x1e.bosdyn.api.ArmJointTrajectory\x12-\n\x10wrist_tform_tool\x18\x03 \x01(\x0b\x32\x13.bosdyn.api.SE3Pose\x12<\n\x19pose_trajectory_rt_target\x18\x04 \x01(\x0b\x32\x19.bosdyn.api.SE3Trajectory\x12\x39\n\x1ctarget_tform_measured_offset\x18\x07 \x01(\x0b\x32\x13.bosdyn.api.SE2Pose\x12X\n\x12\x62ody_assist_params\x18\x05 \x01(\x0b\x32<.bosdyn.api.spot.BodyControlParams.BodyAssistForManipulation\x12\x1b\n\x13\x66orce_stow_override\x18\x06 \x01(\x08\x1a\x46\n\x13GripperCameraParams\x12/\n\x06params\x18\x01 \x01(\x0b\x32\x1f.bosdyn.api.GripperCameraParams\x1ah\n\x0eGripperCommand\x12\x33\n\x07request\x18\x01 \x01(\x0b\x32\".bosdyn.api.GripperCommand.Request\x12!\n\x19\x64isable_post_action_close\x18\x02 \x01(\x08\"\xb3\x05\n\x0f\x46\x61ilureBehavior\x12\x13\n\x0bretry_count\x18\x01 \x01(\x05\x12\x32\n\x0fprompt_duration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12K\n\x0esafe_power_off\x18\x03 \x01(\x0b\x32\x31.bosdyn.api.autowalk.FailureBehavior.SafePowerOffH\x00\x12M\n\x0fproceed_if_able\x18\x04 \x01(\x0b\x32\x32.bosdyn.api.autowalk.FailureBehavior.ProceedIfAbleH\x00\x12q\n#return_to_start_and_try_again_later\x18\x05 \x01(\x0b\x32\x42.bosdyn.api.autowalk.FailureBehavior.ReturnToStartAndTryAgainLaterH\x00\x12g\n\x1dreturn_to_start_and_terminate\x18\x06 \x01(\x0b\x32>.bosdyn.api.autowalk.FailureBehavior.ReturnToStartAndTerminateH\x00\x1aH\n\x0cSafePowerOff\x12\x38\n\x07request\x18\x01 \x01(\x0b\x32\'.bosdyn.api.SafePowerOffCommand.Request\x1a\x0f\n\rProceedIfAble\x1aS\n\x1dReturnToStartAndTryAgainLater\x12\x32\n\x0ftry_again_delay\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x1a\x1b\n\x19ReturnToStartAndTerminateB\x12\n\x10\x64\x65\x66\x61ult_behavior\"Q\n\x0e\x42\x61tteryMonitor\x12\x1f\n\x17\x62\x61ttery_start_threshold\x18\x02 \x01(\x02\x12\x1e\n\x16\x62\x61ttery_stop_threshold\x18\x03 \x01(\x02\x42\'B\nWalksProtoZ\x19\x62osdyn/api/autowalk/walksb\x06proto3')
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
@@ -351,7 +351,7 @@ _sym_db.RegisterMessage(BatteryMonitor)
|
|
|
351
351
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
352
352
|
|
|
353
353
|
DESCRIPTOR._options = None
|
|
354
|
-
DESCRIPTOR._serialized_options = b'B\
|
|
354
|
+
DESCRIPTOR._serialized_options = b'B\nWalksProtoZ\031bosdyn/api/autowalk/walks'
|
|
355
355
|
_PLAYBACKMODE_ONCE.fields_by_name['skip_docking_after_completion']._options = None
|
|
356
356
|
_PLAYBACKMODE_ONCE.fields_by_name['skip_docking_after_completion']._serialized_options = b'\030\001'
|
|
357
357
|
_ACTION_REMOTEGRPC.fields_by_name['inputs']._options = None
|
|
@@ -379,57 +379,57 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
379
379
|
_ELEMENT._serialized_start=2012
|
|
380
380
|
_ELEMENT._serialized_end=2473
|
|
381
381
|
_TARGET._serialized_start=2476
|
|
382
|
-
_TARGET._serialized_end=
|
|
382
|
+
_TARGET._serialized_end=3379
|
|
383
383
|
_TARGET_RELOCALIZE._serialized_start=2756
|
|
384
384
|
_TARGET_RELOCALIZE._serialized_end=2848
|
|
385
|
-
_TARGET_NAVIGATETO._serialized_start=
|
|
386
|
-
_TARGET_NAVIGATETO._serialized_end=
|
|
387
|
-
_TARGET_NAVIGATEROUTE._serialized_start=
|
|
388
|
-
_TARGET_NAVIGATEROUTE._serialized_end=
|
|
389
|
-
_TARGET_TARGETSTOWBEHAVIOR._serialized_start=
|
|
390
|
-
_TARGET_TARGETSTOWBEHAVIOR._serialized_end=
|
|
391
|
-
_ACTION._serialized_start=
|
|
392
|
-
_ACTION._serialized_end=
|
|
393
|
-
_ACTION_SLEEP._serialized_start=
|
|
394
|
-
_ACTION_SLEEP._serialized_end=
|
|
395
|
-
_ACTION_DATAACQUISITION._serialized_start=
|
|
396
|
-
_ACTION_DATAACQUISITION._serialized_end=
|
|
397
|
-
_ACTION_REMOTEGRPC._serialized_start=
|
|
398
|
-
_ACTION_REMOTEGRPC._serialized_end=
|
|
399
|
-
_ACTION_EXECUTECHOREOGRAPHY._serialized_start=
|
|
400
|
-
_ACTION_EXECUTECHOREOGRAPHY._serialized_end=
|
|
401
|
-
_ACTIONWRAPPER._serialized_start=
|
|
402
|
-
_ACTIONWRAPPER._serialized_end=
|
|
403
|
-
_ACTIONWRAPPER_ROBOTBODYSIT._serialized_start=
|
|
404
|
-
_ACTIONWRAPPER_ROBOTBODYSIT._serialized_end=
|
|
405
|
-
_ACTIONWRAPPER_ROBOTBODYPOSE._serialized_start=
|
|
406
|
-
_ACTIONWRAPPER_ROBOTBODYPOSE._serialized_end=
|
|
407
|
-
_ACTIONWRAPPER_SPOTCAMLED._serialized_start=
|
|
408
|
-
_ACTIONWRAPPER_SPOTCAMLED._serialized_end=
|
|
409
|
-
_ACTIONWRAPPER_SPOTCAMLED_BRIGHTNESSESENTRY._serialized_start=
|
|
410
|
-
_ACTIONWRAPPER_SPOTCAMLED_BRIGHTNESSESENTRY._serialized_end=
|
|
411
|
-
_ACTIONWRAPPER_SPOTCAMPTZ._serialized_start=
|
|
412
|
-
_ACTIONWRAPPER_SPOTCAMPTZ._serialized_end=
|
|
413
|
-
_ACTIONWRAPPER_SPOTCAMALIGNMENT._serialized_start=
|
|
414
|
-
_ACTIONWRAPPER_SPOTCAMALIGNMENT._serialized_end=
|
|
415
|
-
_ACTIONWRAPPER_SPOTCAMALIGNMENT_ALIGNMENT._serialized_start=
|
|
416
|
-
_ACTIONWRAPPER_SPOTCAMALIGNMENT_ALIGNMENT._serialized_end=
|
|
417
|
-
_ACTIONWRAPPER_ARMSENSORPOINTING._serialized_start=
|
|
418
|
-
_ACTIONWRAPPER_ARMSENSORPOINTING._serialized_end=
|
|
419
|
-
_ACTIONWRAPPER_GRIPPERCAMERAPARAMS._serialized_start=
|
|
420
|
-
_ACTIONWRAPPER_GRIPPERCAMERAPARAMS._serialized_end=
|
|
421
|
-
_ACTIONWRAPPER_GRIPPERCOMMAND._serialized_start=
|
|
422
|
-
_ACTIONWRAPPER_GRIPPERCOMMAND._serialized_end=
|
|
423
|
-
_FAILUREBEHAVIOR._serialized_start=
|
|
424
|
-
_FAILUREBEHAVIOR._serialized_end=
|
|
425
|
-
_FAILUREBEHAVIOR_SAFEPOWEROFF._serialized_start=
|
|
426
|
-
_FAILUREBEHAVIOR_SAFEPOWEROFF._serialized_end=
|
|
427
|
-
_FAILUREBEHAVIOR_PROCEEDIFABLE._serialized_start=
|
|
428
|
-
_FAILUREBEHAVIOR_PROCEEDIFABLE._serialized_end=
|
|
429
|
-
_FAILUREBEHAVIOR_RETURNTOSTARTANDTRYAGAINLATER._serialized_start=
|
|
430
|
-
_FAILUREBEHAVIOR_RETURNTOSTARTANDTRYAGAINLATER._serialized_end=
|
|
431
|
-
_FAILUREBEHAVIOR_RETURNTOSTARTANDTERMINATE._serialized_start=
|
|
432
|
-
_FAILUREBEHAVIOR_RETURNTOSTARTANDTERMINATE._serialized_end=
|
|
433
|
-
_BATTERYMONITOR._serialized_start=
|
|
434
|
-
_BATTERYMONITOR._serialized_end=
|
|
385
|
+
_TARGET_NAVIGATETO._serialized_start=2851
|
|
386
|
+
_TARGET_NAVIGATETO._serialized_end=3028
|
|
387
|
+
_TARGET_NAVIGATEROUTE._serialized_start=3031
|
|
388
|
+
_TARGET_NAVIGATEROUTE._serialized_end=3216
|
|
389
|
+
_TARGET_TARGETSTOWBEHAVIOR._serialized_start=3219
|
|
390
|
+
_TARGET_TARGETSTOWBEHAVIOR._serialized_end=3369
|
|
391
|
+
_ACTION._serialized_start=3382
|
|
392
|
+
_ACTION._serialized_end=4391
|
|
393
|
+
_ACTION_SLEEP._serialized_start=3703
|
|
394
|
+
_ACTION_SLEEP._serialized_end=3755
|
|
395
|
+
_ACTION_DATAACQUISITION._serialized_start=3758
|
|
396
|
+
_ACTION_DATAACQUISITION._serialized_end=4057
|
|
397
|
+
_ACTION_REMOTEGRPC._serialized_start=4060
|
|
398
|
+
_ACTION_REMOTEGRPC._serialized_end=4335
|
|
399
|
+
_ACTION_EXECUTECHOREOGRAPHY._serialized_start=4337
|
|
400
|
+
_ACTION_EXECUTECHOREOGRAPHY._serialized_end=4381
|
|
401
|
+
_ACTIONWRAPPER._serialized_start=4394
|
|
402
|
+
_ACTIONWRAPPER._serialized_end=6300
|
|
403
|
+
_ACTIONWRAPPER_ROBOTBODYSIT._serialized_start=5024
|
|
404
|
+
_ACTIONWRAPPER_ROBOTBODYSIT._serialized_end=5038
|
|
405
|
+
_ACTIONWRAPPER_ROBOTBODYPOSE._serialized_start=5040
|
|
406
|
+
_ACTIONWRAPPER_ROBOTBODYPOSE._serialized_end=5103
|
|
407
|
+
_ACTIONWRAPPER_SPOTCAMLED._serialized_start=5106
|
|
408
|
+
_ACTIONWRAPPER_SPOTCAMLED._serialized_end=5258
|
|
409
|
+
_ACTIONWRAPPER_SPOTCAMLED_BRIGHTNESSESENTRY._serialized_start=5207
|
|
410
|
+
_ACTIONWRAPPER_SPOTCAMLED_BRIGHTNESSESENTRY._serialized_end=5258
|
|
411
|
+
_ACTIONWRAPPER_SPOTCAMPTZ._serialized_start=5260
|
|
412
|
+
_ACTIONWRAPPER_SPOTCAMPTZ._serialized_end=5328
|
|
413
|
+
_ACTIONWRAPPER_SPOTCAMALIGNMENT._serialized_start=5331
|
|
414
|
+
_ACTIONWRAPPER_SPOTCAMALIGNMENT._serialized_end=5755
|
|
415
|
+
_ACTIONWRAPPER_SPOTCAMALIGNMENT_ALIGNMENT._serialized_start=5532
|
|
416
|
+
_ACTIONWRAPPER_SPOTCAMALIGNMENT_ALIGNMENT._serialized_end=5755
|
|
417
|
+
_ACTIONWRAPPER_ARMSENSORPOINTING._serialized_start=5758
|
|
418
|
+
_ACTIONWRAPPER_ARMSENSORPOINTING._serialized_end=6122
|
|
419
|
+
_ACTIONWRAPPER_GRIPPERCAMERAPARAMS._serialized_start=6124
|
|
420
|
+
_ACTIONWRAPPER_GRIPPERCAMERAPARAMS._serialized_end=6194
|
|
421
|
+
_ACTIONWRAPPER_GRIPPERCOMMAND._serialized_start=6196
|
|
422
|
+
_ACTIONWRAPPER_GRIPPERCOMMAND._serialized_end=6300
|
|
423
|
+
_FAILUREBEHAVIOR._serialized_start=6303
|
|
424
|
+
_FAILUREBEHAVIOR._serialized_end=6994
|
|
425
|
+
_FAILUREBEHAVIOR_SAFEPOWEROFF._serialized_start=6771
|
|
426
|
+
_FAILUREBEHAVIOR_SAFEPOWEROFF._serialized_end=6843
|
|
427
|
+
_FAILUREBEHAVIOR_PROCEEDIFABLE._serialized_start=6845
|
|
428
|
+
_FAILUREBEHAVIOR_PROCEEDIFABLE._serialized_end=6860
|
|
429
|
+
_FAILUREBEHAVIOR_RETURNTOSTARTANDTRYAGAINLATER._serialized_start=6862
|
|
430
|
+
_FAILUREBEHAVIOR_RETURNTOSTARTANDTRYAGAINLATER._serialized_end=6945
|
|
431
|
+
_FAILUREBEHAVIOR_RETURNTOSTARTANDTERMINATE._serialized_start=6947
|
|
432
|
+
_FAILUREBEHAVIOR_RETURNTOSTARTANDTERMINATE._serialized_end=6974
|
|
433
|
+
_BATTERYMONITOR._serialized_start=6996
|
|
434
|
+
_BATTERYMONITOR._serialized_end=7077
|
|
435
435
|
# @@protoc_insertion_point(module_scope)
|
bosdyn/api/basic_command_pb2.py
CHANGED
|
@@ -19,7 +19,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
19
19
|
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1e\x62osdyn/api/basic_command.proto\x12\nbosdyn.api\x1a\x19\x62osdyn/api/geometry.proto\x1a\x1b\x62osdyn/api/trajectory.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\xca\x01\n\x1aRobotCommandFeedbackStatus\"\xab\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x15\n\x11STATUS_PROCESSING\x10\x01\x12\x1d\n\x19STATUS_COMMAND_OVERRIDDEN\x10\x02\x12\x1c\n\x18STATUS_COMMAND_TIMED_OUT\x10\x03\x12\x17\n\x13STATUS_ROBOT_FROZEN\x10\x04\x12 \n\x1cSTATUS_INCOMPATIBLE_HARDWARE\x10\x05\"\xee\x02\n\x18\x42\x61tteryChangePoseCommand\x1a\x9f\x01\n\x07Request\x12R\n\x0e\x64irection_hint\x18\x01 \x01(\x0e\x32:.bosdyn.api.BatteryChangePoseCommand.Request.DirectionHint\"@\n\rDirectionHint\x12\x10\n\x0cHINT_UNKNOWN\x10\x00\x12\x0e\n\nHINT_RIGHT\x10\x01\x12\r\n\tHINT_LEFT\x10\x02\x1a\xaf\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12\x44\n\x06status\x18\x01 \x01(\x0e\x32\x34.bosdyn.api.BatteryChangePoseCommand.Feedback.Status\"]\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x14\n\x10STATUS_COMPLETED\x10\x01\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x02\x12\x11\n\rSTATUS_FAILED\x10\x03\"\xb4\x01\n\x10SelfRightCommand\x1a\t\n\x07Request\x1a\x94\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12<\n\x06status\x18\x01 \x01(\x0e\x32,.bosdyn.api.SelfRightCommand.Feedback.Status\"J\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x14\n\x10STATUS_COMPLETED\x10\x01\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x02\"$\n\x0bStopCommand\x1a\t\n\x07Request\x1a\n\n\x08\x46\x65\x65\x64\x62\x61\x63k\"&\n\rFreezeCommand\x1a\t\n\x07Request\x1a\n\n\x08\x46\x65\x65\x64\x62\x61\x63k\"\xea\x02\n\x13SafePowerOffCommand\x1a\xb6\x01\n\x07Request\x12K\n\runsafe_action\x18\x01 \x01(\x0e\x32\x34.bosdyn.api.SafePowerOffCommand.Request.UnsafeAction\"^\n\x0cUnsafeAction\x12\x12\n\x0eUNSAFE_UNKNOWN\x10\x00\x12 \n\x1cUNSAFE_MOVE_TO_SAFE_POSITION\x10\x01\x12\x18\n\x14UNSAFE_FORCE_COMMAND\x10\x02\x1a\x99\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12?\n\x06status\x18\x01 \x01(\x0e\x32/.bosdyn.api.SafePowerOffCommand.Feedback.Status\"L\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x16\n\x12STATUS_POWERED_OFF\x10\x01\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x02\"\xb6\x06\n\x14SE2TrajectoryCommand\x1a~\n\x07Request\x12,\n\x08\x65nd_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0ese2_frame_name\x18\x03 \x01(\t\x12-\n\ntrajectory\x18\x02 \x01(\x0b\x32\x19.bosdyn.api.SE2Trajectory\x1a\x9d\x05\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12@\n\x06status\x18\x01 \x01(\x0e\x32\x30.bosdyn.api.SE2TrajectoryCommand.Feedback.Status\x12Z\n\x14\x62ody_movement_status\x18\x02 \x01(\x0e\x32<.bosdyn.api.SE2TrajectoryCommand.Feedback.BodyMovementStatus\x12T\n\x11\x66inal_goal_status\x18\x05 \x01(\x0e\x32\x39.bosdyn.api.SE2TrajectoryCommand.Feedback.FinalGoalStatus\"\xa5\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x12\n\x0eSTATUS_STOPPED\x10\x01\x12\x13\n\x0fSTATUS_STOPPING\x10\x03\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x02\x12\x12\n\x0eSTATUS_AT_GOAL\x10\x01\x12\x14\n\x10STATUS_NEAR_GOAL\x10\x03\x12\x18\n\x14STATUS_GOING_TO_GOAL\x10\x02\x1a\x02\x10\x01\"^\n\x12\x42odyMovementStatus\x12\x17\n\x13\x42ODY_STATUS_UNKNOWN\x10\x00\x12\x16\n\x12\x42ODY_STATUS_MOVING\x10\x01\x12\x17\n\x13\x42ODY_STATUS_SETTLED\x10\x02\"\x94\x01\n\x0f\x46inalGoalStatus\x12\x1d\n\x19\x46INAL_GOAL_STATUS_UNKNOWN\x10\x00\x12!\n\x1d\x46INAL_GOAL_STATUS_IN_PROGRESS\x10\x01\x12 \n\x1c\x46INAL_GOAL_STATUS_ACHIEVABLE\x10\x02\x12\x1d\n\x19\x46INAL_GOAL_STATUS_BLOCKED\x10\x03\"\xd5\x01\n\x12SE2VelocityCommand\x1a\xb2\x01\n\x07Request\x12,\n\x08\x65nd_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0ese2_frame_name\x18\x05 \x01(\t\x12)\n\x08velocity\x18\x02 \x01(\x0b\x32\x17.bosdyn.api.SE2Velocity\x12\x30\n\x0fslew_rate_limit\x18\x04 \x01(\x0b\x32\x17.bosdyn.api.SE2VelocityJ\x04\x08\x03\x10\x04\x1a\n\n\x08\x46\x65\x65\x64\x62\x61\x63k\"\xa9\x01\n\nSitCommand\x1a\t\n\x07Request\x1a\x8f\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12\x36\n\x06status\x18\x02 \x01(\x0e\x32&.bosdyn.api.SitCommand.Feedback.Status\"K\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x15\n\x11STATUS_IS_SITTING\x10\x01\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x02\"\xcc\x02\n\x0cStandCommand\x1a\t\n\x07Request\x1a\xb0\x02\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12\x38\n\x06status\x18\x01 \x01(\x0e\x32(.bosdyn.api.StandCommand.Feedback.Status\x12G\n\x0estanding_state\x18\x02 \x01(\x0e\x32/.bosdyn.api.StandCommand.Feedback.StandingState\"L\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x16\n\x12STATUS_IS_STANDING\x10\x01\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x02\"S\n\rStandingState\x12\x14\n\x10STANDING_UNKNOWN\x10\x00\x12\x17\n\x13STANDING_CONTROLLED\x10\x01\x12\x13\n\x0fSTANDING_FROZEN\x10\x02\"\x9b\x02\n\rStanceCommand\x1a[\n\x07Request\x12,\n\x08\x65nd_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\"\n\x06stance\x18\x02 \x01(\x0b\x32\x12.bosdyn.api.Stance\x1a\xac\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12\x39\n\x06status\x18\x01 \x01(\x0e\x32).bosdyn.api.StanceCommand.Feedback.Status\"e\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x12\n\x0eSTATUS_STANCED\x10\x01\x12\x1a\n\x16STATUS_GOING_TO_STANCE\x10\x02\x12\x17\n\x13STATUS_TOO_FAR_AWAY\x10\x03\"\xb9\x01\n\x06Stance\x12\x16\n\x0ese2_frame_name\x18\x03 \x01(\t\x12=\n\x0e\x66oot_positions\x18\x02 \x03(\x0b\x32%.bosdyn.api.Stance.FootPositionsEntry\x12\x10\n\x08\x61\x63\x63uracy\x18\x04 \x01(\x02\x1a\x46\n\x12\x46ootPositionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1f\n\x05value\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec2:\x02\x38\x01\"w\n\x10\x46ollowArmCommand\x1aW\n\x07Request\x12/\n\x15\x62ody_offset_from_hand\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12\x1b\n\x0f\x64isable_walking\x18\x02 \x01(\x08\x42\x02\x18\x01\x1a\n\n\x08\x46\x65\x65\x64\x62\x61\x63k\"\xca\x01\n\x0e\x41rmDragCommand\x1a\t\n\x07Request\x1a\xac\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12:\n\x06status\x18\x01 \x01(\x0e\x32*.bosdyn.api.ArmDragCommand.Feedback.Status\"d\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x13\n\x0fSTATUS_DRAGGING\x10\x01\x12\x17\n\x13STATUS_GRASP_FAILED\x10\x02\x12\x18\n\x14STATUS_OTHER_FAILURE\x10\x03\"\xf6\n\n\x1e\x43onstrainedManipulationCommand\x1a\xa4\x08\n\x07Request\x12\x12\n\nframe_name\x18\x01 \x01(\t\x12?\n#init_wrench_direction_in_frame_name\x18\x02 \x01(\x0b\x32\x12.bosdyn.api.Wrench\x12\x1a\n\x10tangential_speed\x18\x03 \x01(\x01H\x00\x12\x1a\n\x10rotational_speed\x18\x04 \x01(\x01H\x00\x12\x31\n\x0b\x66orce_limit\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x32\n\x0ctorque_limit\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12N\n\ttask_type\x18\x07 \x01(\x0e\x32;.bosdyn.api.ConstrainedManipulationCommand.Request.TaskType\x12,\n\x08\x65nd_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x17\x65nable_robot_locomotion\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12T\n\x0c\x63ontrol_mode\x18\n \x01(\x0e\x32>.bosdyn.api.ConstrainedManipulationCommand.Request.ControlMode\x12 \n\x16target_linear_position\x18\x0b \x01(\x01H\x01\x12\x16\n\x0ctarget_angle\x18\x0c \x01(\x01H\x01\x12\x31\n\x0b\x61\x63\x63\x65l_limit\x18\r \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x33\n\x0freset_estimator\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xec\x01\n\x08TaskType\x12\x15\n\x11TASK_TYPE_UNKNOWN\x10\x00\x12%\n!TASK_TYPE_SE3_CIRCLE_FORCE_TORQUE\x10\x01\x12&\n\"TASK_TYPE_R3_CIRCLE_EXTRADOF_FORCE\x10\x02\x12#\n\x1fTASK_TYPE_SE3_ROTATIONAL_TORQUE\x10\x03\x12\x1d\n\x19TASK_TYPE_R3_CIRCLE_FORCE\x10\x04\x12\x1d\n\x19TASK_TYPE_R3_LINEAR_FORCE\x10\x05\x12\x17\n\x13TASK_TYPE_HOLD_POSE\x10\x06\"]\n\x0b\x43ontrolMode\x12\x18\n\x14\x43ONTROL_MODE_UNKNOWN\x10\x00\x12\x19\n\x15\x43ONTROL_MODE_POSITION\x10\x01\x12\x19\n\x15\x43ONTROL_MODE_VELOCITY\x10\x02\x42\x0c\n\ntask_speedB\x16\n\x14task_target_position\x1a\xac\x02\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12J\n\x06status\x18\x01 \x01(\x0e\x32:.bosdyn.api.ConstrainedManipulationCommand.Feedback.Status\x12\x35\n\x19\x64\x65sired_wrench_odom_frame\x18\x02 \x01(\x0b\x32\x12.bosdyn.api.Wrench\x12\x38\n\x14\x65stimation_activated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"c\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x12\n\x0eSTATUS_RUNNING\x10\x01\x12\x17\n\x13STATUS_ARM_IS_STUCK\x10\x02\x12\x18\n\x14STATUS_GRASP_IS_LOST\x10\x03\"\x98\x06\n\x0cJointCommand\x1a\t\n\x07Request\x1a\xa6\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12\x38\n\x06status\x18\x01 \x01(\x0e\x32(.bosdyn.api.JointCommand.Feedback.Status\x12\x1d\n\x15num_messages_received\x18\x02 \x01(\x04\"A\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x11\n\rSTATUS_ACTIVE\x10\x01\x12\x10\n\x0cSTATUS_ERROR\x10\x02\x1a\x99\x03\n\rUpdateRequest\x12,\n\x08\x65nd_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x32\n\x0ereference_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x16\x65xtrapolation_duration\x18\x08 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x10\n\x08position\x18\x02 \x03(\x02\x12\x10\n\x08velocity\x18\x03 \x03(\x02\x12\x0c\n\x04load\x18\x04 \x03(\x02\x12;\n\x05gains\x18\x05 \x01(\x0b\x32,.bosdyn.api.JointCommand.UpdateRequest.Gains\x12\x18\n\x10user_command_key\x18\x06 \x01(\r\x12:\n\x15velocity_safety_limit\x18\t \x01(\x0b\x32\x1b.google.protobuf.FloatValue\x1a&\n\x05Gains\x12\r\n\x05k_q_p\x18\x01 \x03(\x02\x12\x0e\n\x06k_qd_p\x18\x02 \x03(\x02\x1a\xb7\x01\n\rContactAdvice\x12\x45\n\x0e\x63ontact_advice\x18\x01 \x03(\x0e\x32-.bosdyn.api.JointCommand.ContactAdvice.Advice\"_\n\x06\x41\x64vice\x12\x12\n\x0e\x41\x44VICE_UNKNOWN\x10\x00\x12\x0f\n\x0b\x41\x44VICE_NONE\x10\x01\x12\x15\n\x11\x41\x44VICE_IN_CONTACT\x10\x02\x12\x19\n\x15\x41\x44VICE_NOT_IN_CONTACT\x10\x03\x42\
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1e\x62osdyn/api/basic_command.proto\x12\nbosdyn.api\x1a\x19\x62osdyn/api/geometry.proto\x1a\x1b\x62osdyn/api/trajectory.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\xca\x01\n\x1aRobotCommandFeedbackStatus\"\xab\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x15\n\x11STATUS_PROCESSING\x10\x01\x12\x1d\n\x19STATUS_COMMAND_OVERRIDDEN\x10\x02\x12\x1c\n\x18STATUS_COMMAND_TIMED_OUT\x10\x03\x12\x17\n\x13STATUS_ROBOT_FROZEN\x10\x04\x12 \n\x1cSTATUS_INCOMPATIBLE_HARDWARE\x10\x05\"\xee\x02\n\x18\x42\x61tteryChangePoseCommand\x1a\x9f\x01\n\x07Request\x12R\n\x0e\x64irection_hint\x18\x01 \x01(\x0e\x32:.bosdyn.api.BatteryChangePoseCommand.Request.DirectionHint\"@\n\rDirectionHint\x12\x10\n\x0cHINT_UNKNOWN\x10\x00\x12\x0e\n\nHINT_RIGHT\x10\x01\x12\r\n\tHINT_LEFT\x10\x02\x1a\xaf\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12\x44\n\x06status\x18\x01 \x01(\x0e\x32\x34.bosdyn.api.BatteryChangePoseCommand.Feedback.Status\"]\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x14\n\x10STATUS_COMPLETED\x10\x01\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x02\x12\x11\n\rSTATUS_FAILED\x10\x03\"\xb4\x01\n\x10SelfRightCommand\x1a\t\n\x07Request\x1a\x94\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12<\n\x06status\x18\x01 \x01(\x0e\x32,.bosdyn.api.SelfRightCommand.Feedback.Status\"J\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x14\n\x10STATUS_COMPLETED\x10\x01\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x02\"$\n\x0bStopCommand\x1a\t\n\x07Request\x1a\n\n\x08\x46\x65\x65\x64\x62\x61\x63k\"&\n\rFreezeCommand\x1a\t\n\x07Request\x1a\n\n\x08\x46\x65\x65\x64\x62\x61\x63k\"\xea\x02\n\x13SafePowerOffCommand\x1a\xb6\x01\n\x07Request\x12K\n\runsafe_action\x18\x01 \x01(\x0e\x32\x34.bosdyn.api.SafePowerOffCommand.Request.UnsafeAction\"^\n\x0cUnsafeAction\x12\x12\n\x0eUNSAFE_UNKNOWN\x10\x00\x12 \n\x1cUNSAFE_MOVE_TO_SAFE_POSITION\x10\x01\x12\x18\n\x14UNSAFE_FORCE_COMMAND\x10\x02\x1a\x99\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12?\n\x06status\x18\x01 \x01(\x0e\x32/.bosdyn.api.SafePowerOffCommand.Feedback.Status\"L\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x16\n\x12STATUS_POWERED_OFF\x10\x01\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x02\"\xb6\x06\n\x14SE2TrajectoryCommand\x1a~\n\x07Request\x12,\n\x08\x65nd_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0ese2_frame_name\x18\x03 \x01(\t\x12-\n\ntrajectory\x18\x02 \x01(\x0b\x32\x19.bosdyn.api.SE2Trajectory\x1a\x9d\x05\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12@\n\x06status\x18\x01 \x01(\x0e\x32\x30.bosdyn.api.SE2TrajectoryCommand.Feedback.Status\x12Z\n\x14\x62ody_movement_status\x18\x02 \x01(\x0e\x32<.bosdyn.api.SE2TrajectoryCommand.Feedback.BodyMovementStatus\x12T\n\x11\x66inal_goal_status\x18\x05 \x01(\x0e\x32\x39.bosdyn.api.SE2TrajectoryCommand.Feedback.FinalGoalStatus\"\xa5\x01\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x12\n\x0eSTATUS_STOPPED\x10\x01\x12\x13\n\x0fSTATUS_STOPPING\x10\x03\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x02\x12\x12\n\x0eSTATUS_AT_GOAL\x10\x01\x12\x14\n\x10STATUS_NEAR_GOAL\x10\x03\x12\x18\n\x14STATUS_GOING_TO_GOAL\x10\x02\x1a\x02\x10\x01\"^\n\x12\x42odyMovementStatus\x12\x17\n\x13\x42ODY_STATUS_UNKNOWN\x10\x00\x12\x16\n\x12\x42ODY_STATUS_MOVING\x10\x01\x12\x17\n\x13\x42ODY_STATUS_SETTLED\x10\x02\"\x94\x01\n\x0f\x46inalGoalStatus\x12\x1d\n\x19\x46INAL_GOAL_STATUS_UNKNOWN\x10\x00\x12!\n\x1d\x46INAL_GOAL_STATUS_IN_PROGRESS\x10\x01\x12 \n\x1c\x46INAL_GOAL_STATUS_ACHIEVABLE\x10\x02\x12\x1d\n\x19\x46INAL_GOAL_STATUS_BLOCKED\x10\x03\"\xd5\x01\n\x12SE2VelocityCommand\x1a\xb2\x01\n\x07Request\x12,\n\x08\x65nd_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0ese2_frame_name\x18\x05 \x01(\t\x12)\n\x08velocity\x18\x02 \x01(\x0b\x32\x17.bosdyn.api.SE2Velocity\x12\x30\n\x0fslew_rate_limit\x18\x04 \x01(\x0b\x32\x17.bosdyn.api.SE2VelocityJ\x04\x08\x03\x10\x04\x1a\n\n\x08\x46\x65\x65\x64\x62\x61\x63k\"\xa9\x01\n\nSitCommand\x1a\t\n\x07Request\x1a\x8f\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12\x36\n\x06status\x18\x02 \x01(\x0e\x32&.bosdyn.api.SitCommand.Feedback.Status\"K\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x15\n\x11STATUS_IS_SITTING\x10\x01\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x02\"\xcc\x02\n\x0cStandCommand\x1a\t\n\x07Request\x1a\xb0\x02\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12\x38\n\x06status\x18\x01 \x01(\x0e\x32(.bosdyn.api.StandCommand.Feedback.Status\x12G\n\x0estanding_state\x18\x02 \x01(\x0e\x32/.bosdyn.api.StandCommand.Feedback.StandingState\"L\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x16\n\x12STATUS_IS_STANDING\x10\x01\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x02\"S\n\rStandingState\x12\x14\n\x10STANDING_UNKNOWN\x10\x00\x12\x17\n\x13STANDING_CONTROLLED\x10\x01\x12\x13\n\x0fSTANDING_FROZEN\x10\x02\"\x9b\x02\n\rStanceCommand\x1a[\n\x07Request\x12,\n\x08\x65nd_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\"\n\x06stance\x18\x02 \x01(\x0b\x32\x12.bosdyn.api.Stance\x1a\xac\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12\x39\n\x06status\x18\x01 \x01(\x0e\x32).bosdyn.api.StanceCommand.Feedback.Status\"e\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x12\n\x0eSTATUS_STANCED\x10\x01\x12\x1a\n\x16STATUS_GOING_TO_STANCE\x10\x02\x12\x17\n\x13STATUS_TOO_FAR_AWAY\x10\x03\"\xb9\x01\n\x06Stance\x12\x16\n\x0ese2_frame_name\x18\x03 \x01(\t\x12=\n\x0e\x66oot_positions\x18\x02 \x03(\x0b\x32%.bosdyn.api.Stance.FootPositionsEntry\x12\x10\n\x08\x61\x63\x63uracy\x18\x04 \x01(\x02\x1a\x46\n\x12\x46ootPositionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1f\n\x05value\x18\x02 \x01(\x0b\x32\x10.bosdyn.api.Vec2:\x02\x38\x01\"w\n\x10\x46ollowArmCommand\x1aW\n\x07Request\x12/\n\x15\x62ody_offset_from_hand\x18\x01 \x01(\x0b\x32\x10.bosdyn.api.Vec3\x12\x1b\n\x0f\x64isable_walking\x18\x02 \x01(\x08\x42\x02\x18\x01\x1a\n\n\x08\x46\x65\x65\x64\x62\x61\x63k\"\xca\x01\n\x0e\x41rmDragCommand\x1a\t\n\x07Request\x1a\xac\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12:\n\x06status\x18\x01 \x01(\x0e\x32*.bosdyn.api.ArmDragCommand.Feedback.Status\"d\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x13\n\x0fSTATUS_DRAGGING\x10\x01\x12\x17\n\x13STATUS_GRASP_FAILED\x10\x02\x12\x18\n\x14STATUS_OTHER_FAILURE\x10\x03\"\xf6\n\n\x1e\x43onstrainedManipulationCommand\x1a\xa4\x08\n\x07Request\x12\x12\n\nframe_name\x18\x01 \x01(\t\x12?\n#init_wrench_direction_in_frame_name\x18\x02 \x01(\x0b\x32\x12.bosdyn.api.Wrench\x12\x1a\n\x10tangential_speed\x18\x03 \x01(\x01H\x00\x12\x1a\n\x10rotational_speed\x18\x04 \x01(\x01H\x00\x12\x31\n\x0b\x66orce_limit\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x32\n\x0ctorque_limit\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12N\n\ttask_type\x18\x07 \x01(\x0e\x32;.bosdyn.api.ConstrainedManipulationCommand.Request.TaskType\x12,\n\x08\x65nd_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x17\x65nable_robot_locomotion\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12T\n\x0c\x63ontrol_mode\x18\n \x01(\x0e\x32>.bosdyn.api.ConstrainedManipulationCommand.Request.ControlMode\x12 \n\x16target_linear_position\x18\x0b \x01(\x01H\x01\x12\x16\n\x0ctarget_angle\x18\x0c \x01(\x01H\x01\x12\x31\n\x0b\x61\x63\x63\x65l_limit\x18\r \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x33\n\x0freset_estimator\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xec\x01\n\x08TaskType\x12\x15\n\x11TASK_TYPE_UNKNOWN\x10\x00\x12%\n!TASK_TYPE_SE3_CIRCLE_FORCE_TORQUE\x10\x01\x12&\n\"TASK_TYPE_R3_CIRCLE_EXTRADOF_FORCE\x10\x02\x12#\n\x1fTASK_TYPE_SE3_ROTATIONAL_TORQUE\x10\x03\x12\x1d\n\x19TASK_TYPE_R3_CIRCLE_FORCE\x10\x04\x12\x1d\n\x19TASK_TYPE_R3_LINEAR_FORCE\x10\x05\x12\x17\n\x13TASK_TYPE_HOLD_POSE\x10\x06\"]\n\x0b\x43ontrolMode\x12\x18\n\x14\x43ONTROL_MODE_UNKNOWN\x10\x00\x12\x19\n\x15\x43ONTROL_MODE_POSITION\x10\x01\x12\x19\n\x15\x43ONTROL_MODE_VELOCITY\x10\x02\x42\x0c\n\ntask_speedB\x16\n\x14task_target_position\x1a\xac\x02\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12J\n\x06status\x18\x01 \x01(\x0e\x32:.bosdyn.api.ConstrainedManipulationCommand.Feedback.Status\x12\x35\n\x19\x64\x65sired_wrench_odom_frame\x18\x02 \x01(\x0b\x32\x12.bosdyn.api.Wrench\x12\x38\n\x14\x65stimation_activated\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"c\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x12\n\x0eSTATUS_RUNNING\x10\x01\x12\x17\n\x13STATUS_ARM_IS_STUCK\x10\x02\x12\x18\n\x14STATUS_GRASP_IS_LOST\x10\x03\"\x98\x06\n\x0cJointCommand\x1a\t\n\x07Request\x1a\xa6\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12\x38\n\x06status\x18\x01 \x01(\x0e\x32(.bosdyn.api.JointCommand.Feedback.Status\x12\x1d\n\x15num_messages_received\x18\x02 \x01(\x04\"A\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x11\n\rSTATUS_ACTIVE\x10\x01\x12\x10\n\x0cSTATUS_ERROR\x10\x02\x1a\x99\x03\n\rUpdateRequest\x12,\n\x08\x65nd_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x32\n\x0ereference_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x16\x65xtrapolation_duration\x18\x08 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x10\n\x08position\x18\x02 \x03(\x02\x12\x10\n\x08velocity\x18\x03 \x03(\x02\x12\x0c\n\x04load\x18\x04 \x03(\x02\x12;\n\x05gains\x18\x05 \x01(\x0b\x32,.bosdyn.api.JointCommand.UpdateRequest.Gains\x12\x18\n\x10user_command_key\x18\x06 \x01(\r\x12:\n\x15velocity_safety_limit\x18\t \x01(\x0b\x32\x1b.google.protobuf.FloatValue\x1a&\n\x05Gains\x12\r\n\x05k_q_p\x18\x01 \x03(\x02\x12\x0e\n\x06k_qd_p\x18\x02 \x03(\x02\x1a\xb7\x01\n\rContactAdvice\x12\x45\n\x0e\x63ontact_advice\x18\x01 \x03(\x0e\x32-.bosdyn.api.JointCommand.ContactAdvice.Advice\"_\n\x06\x41\x64vice\x12\x12\n\x0e\x41\x44VICE_UNKNOWN\x10\x00\x12\x0f\n\x0b\x41\x44VICE_NONE\x10\x01\x12\x15\n\x11\x41\x44VICE_IN_CONTACT\x10\x02\x12\x19\n\x15\x41\x44VICE_NOT_IN_CONTACT\x10\x03\x42-B\x11\x42\x61sicCommandProtoZ\x18\x62osdyn/api/basic_commandb\x06proto3')
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
@@ -461,7 +461,7 @@ _sym_db.RegisterMessage(JointCommand.ContactAdvice)
|
|
|
461
461
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
462
462
|
|
|
463
463
|
DESCRIPTOR._options = None
|
|
464
|
-
DESCRIPTOR._serialized_options = b'B\
|
|
464
|
+
DESCRIPTOR._serialized_options = b'B\021BasicCommandProtoZ\030bosdyn/api/basic_command'
|
|
465
465
|
_SE2TRAJECTORYCOMMAND_FEEDBACK_STATUS._options = None
|
|
466
466
|
_SE2TRAJECTORYCOMMAND_FEEDBACK_STATUS._serialized_options = b'\020\001'
|
|
467
467
|
_STANCE_FOOTPOSITIONSENTRY._options = None
|