bosdyn-client 4.1.0__py3-none-any.whl → 4.1.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.
@@ -1075,6 +1075,10 @@ def _get_streamed_data(response, data_type):
1075
1075
  return proto_instance
1076
1076
 
1077
1077
 
1078
+ def _get_streamed_download_graph(response):
1079
+ """Reads a streamed response to recreate a DownloadGraphRequest"""
1080
+ download_graph = _get_streamed_data(response, graph_nav_pb2.DownloadGraphResponse)
1081
+ return download_graph.graph
1078
1082
 
1079
1083
 
1080
1084
  def _get_streamed_waypoint_snapshot(response):
@@ -1327,6 +1331,12 @@ def _navigate_feedback_error(response):
1327
1331
 
1328
1332
 
1329
1333
 
1334
+ @handle_common_header_errors
1335
+ def _download_graph_stream_errors(response):
1336
+ """Return a custom exception based on download graph streaming response, None if no error."""
1337
+ return None
1338
+
1339
+
1330
1340
  @handle_common_header_errors
1331
1341
  @handle_unset_status_error(unset='STATUS_UNKNOWN')
1332
1342
  def _download_waypoint_snapshot_stream_errors(response):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bosdyn-client
3
- Version: 4.1.0
3
+ Version: 4.1.1
4
4
  Summary: Boston Dynamics API client code and interfaces
5
5
  Home-page: https://dev.bostondynamics.com/
6
6
  Author: Boston Dynamics
@@ -15,8 +15,8 @@ Classifier: Programming Language :: Python :: 3.10
15
15
  Classifier: License :: Other/Proprietary License
16
16
  Classifier: Operating System :: OS Independent
17
17
  Description-Content-Type: text/markdown
18
- Requires-Dist: bosdyn-api (==4.1.0)
19
- Requires-Dist: bosdyn-core (==4.1.0)
18
+ Requires-Dist: bosdyn-api (==4.1.1)
19
+ Requires-Dist: bosdyn-core (==4.1.1)
20
20
  Requires-Dist: grpcio
21
21
  Requires-Dist: pyjwt
22
22
  Requires-Dist: numpy
@@ -32,7 +32,7 @@ bosdyn/client/estop.py,sha256=-dy3SP6lcOryyTB_VXe0C_cFk-qK1TNJdSm9DKSz-MM,32073
32
32
  bosdyn/client/exceptions.py,sha256=VQg5cSrzB9_pmFcUCbBaRF2QtBUKfdzpR94N3q2rNx0,5323
33
33
  bosdyn/client/fault.py,sha256=ymo4M1Vy-bUasD8uOm1pxE1HnjheCds6qA9hZiJbAzY,6050
34
34
  bosdyn/client/frame_helpers.py,sha256=Rrm0Zx10LoaVsJv-FPCX02LVQwNkyKVO28lZz7Bmlvg,12572
35
- bosdyn/client/graph_nav.py,sha256=cR7iWMGSnF0a-tj7rb5TRG6mioOJI9XETlEc-Cqmkpk,69146
35
+ bosdyn/client/graph_nav.py,sha256=E1Qpvhfx4hj-h-QnonmWxahwiSNAOxa54jBdOMQgsC4,69570
36
36
  bosdyn/client/gripper_camera_param.py,sha256=QKkHrA08c-BRhyLHrE4pDdh8AGUytoq6OABZpqsvVB0,2631
37
37
  bosdyn/client/image.py,sha256=UepSlmgZhHD-GJeYKclStkExHNZ6_n4gCzqQxB4nJTQ,21355
38
38
  bosdyn/client/image_service_helpers.py,sha256=u8sCev4slrz593m02RxPrMV9Kdns06xrspJkTIFHe9E,39374
@@ -91,7 +91,7 @@ bosdyn/client/spot_cam/power.py,sha256=HS3nJF8hXq9m1JziOIwLHGLtlNMyLgewWBgs-mRZm
91
91
  bosdyn/client/spot_cam/ptz.py,sha256=8e6fA07aGnymSXV2MB_QBx0Pv4PSAMOihxq1jyoinDU,10815
92
92
  bosdyn/client/spot_cam/streamquality.py,sha256=e-RjizZPwZSOS4Jlqb5Ds-mC6uKam252dpEHkb58Oc8,6364
93
93
  bosdyn/client/spot_cam/version.py,sha256=R82eyCAY9PfZqbN8D6hNzSeZatpgpsFr995dRt1Mbe0,2856
94
- bosdyn_client-4.1.0.dist-info/METADATA,sha256=NoSWkd1tll0TvEfXY0iwBgpaMIVrxdVylGT1EEZwmMU,4014
95
- bosdyn_client-4.1.0.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
96
- bosdyn_client-4.1.0.dist-info/top_level.txt,sha256=an2OWgx1ej2jFjmBjPWNQ68ZglvUfKhmXWW-WhTtDmA,7
97
- bosdyn_client-4.1.0.dist-info/RECORD,,
94
+ bosdyn_client-4.1.1.dist-info/METADATA,sha256=vKclAm8QFBonyUFvrL0waidEGkUw5YOZBTXZ9De1pKU,4014
95
+ bosdyn_client-4.1.1.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
96
+ bosdyn_client-4.1.1.dist-info/top_level.txt,sha256=an2OWgx1ej2jFjmBjPWNQ68ZglvUfKhmXWW-WhTtDmA,7
97
+ bosdyn_client-4.1.1.dist-info/RECORD,,