bosdyn-client 5.0.1.1__py3-none-any.whl → 5.0.1.2__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/client/audio_visual.py +6 -7
- {bosdyn_client-5.0.1.1.dist-info → bosdyn_client-5.0.1.2.dist-info}/METADATA +3 -3
- {bosdyn_client-5.0.1.1.dist-info → bosdyn_client-5.0.1.2.dist-info}/RECORD +5 -5
- {bosdyn_client-5.0.1.1.dist-info → bosdyn_client-5.0.1.2.dist-info}/WHEEL +0 -0
- {bosdyn_client-5.0.1.1.dist-info → bosdyn_client-5.0.1.2.dist-info}/top_level.txt +0 -0
bosdyn/client/audio_visual.py
CHANGED
|
@@ -478,10 +478,10 @@ def check_color(led_sequence_group):
|
|
|
478
478
|
if led_sequence is not None:
|
|
479
479
|
# Now, normalize the color in the LED sequence by location
|
|
480
480
|
if led_sequence.HasField("animation_sequence"):
|
|
481
|
-
for
|
|
481
|
+
for idx, frame in enumerate(led_sequence.animation_sequence.frames):
|
|
482
482
|
if frame.HasField("color"):
|
|
483
|
-
color
|
|
484
|
-
|
|
483
|
+
led_sequence.animation_sequence.frames[idx].color.CopyFrom(
|
|
484
|
+
clamp_and_normalize_color(frame.color))
|
|
485
485
|
elif led_sequence.HasField("blink_sequence"):
|
|
486
486
|
if led_sequence.blink_sequence.HasField("color"):
|
|
487
487
|
led_sequence.blink_sequence.color.CopyFrom(
|
|
@@ -491,10 +491,9 @@ def check_color(led_sequence_group):
|
|
|
491
491
|
led_sequence.pulse_sequence.color.CopyFrom(
|
|
492
492
|
clamp_and_normalize_color(led_sequence.pulse_sequence.color))
|
|
493
493
|
elif led_sequence.HasField("synced_blink_sequence"):
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
led_sequence.synced_blink_sequence.frames[idx] = color
|
|
494
|
+
if led_sequence.synced_blink_sequence.HasField("color"):
|
|
495
|
+
led_sequence.synced_blink_sequence.color.CopyFrom(
|
|
496
|
+
clamp_and_normalize_color(led_sequence.synced_blink_sequence.color))
|
|
498
497
|
elif led_sequence.HasField("solid_color_sequence"):
|
|
499
498
|
if led_sequence.solid_color_sequence.HasField("color"):
|
|
500
499
|
led_sequence.solid_color_sequence.color.CopyFrom(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: bosdyn-client
|
|
3
|
-
Version: 5.0.1.
|
|
3
|
+
Version: 5.0.1.2
|
|
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: License :: Other/Proprietary License
|
|
|
15
15
|
Classifier: Operating System :: OS Independent
|
|
16
16
|
Requires-Python: >=3.7
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
|
-
Requires-Dist: bosdyn-api (==5.0.1.
|
|
19
|
-
Requires-Dist: bosdyn-core (==5.0.1.
|
|
18
|
+
Requires-Dist: bosdyn-api (==5.0.1.2)
|
|
19
|
+
Requires-Dist: bosdyn-core (==5.0.1.2)
|
|
20
20
|
Requires-Dist: grpcio
|
|
21
21
|
Requires-Dist: pyjwt
|
|
22
22
|
Requires-Dist: numpy
|
|
@@ -8,7 +8,7 @@ bosdyn/client/area_callback_service_servicer.py,sha256=o1kYKV83Q-ud-_rmT17XTSqBd
|
|
|
8
8
|
bosdyn/client/area_callback_service_utils.py,sha256=R8ljJe8fPszMI6RyuGRyv_QGu63kw1yZAveZydlpERI,5858
|
|
9
9
|
bosdyn/client/arm_surface_contact.py,sha256=DRfPfsFEzfk6ufe080ViqasUefl2ZUtcvcNENgcf55k,3710
|
|
10
10
|
bosdyn/client/async_tasks.py,sha256=gEPev6_jaUCe-G5PqktMiMGb7ohDy0daunxzQD5jafg,5594
|
|
11
|
-
bosdyn/client/audio_visual.py,sha256=
|
|
11
|
+
bosdyn/client/audio_visual.py,sha256=MVwmcAtBQ4xcAY-pYsbKtoAti_2jwQH2a02zNkW-ixY,23150
|
|
12
12
|
bosdyn/client/audio_visual_helpers.py,sha256=9qksn7epH5jBdbwa6VVMcm2mn8HCVtJuSW1C847Jo6w,4499
|
|
13
13
|
bosdyn/client/auth.py,sha256=YLo6jP0Ssl_Z6rHtTiPiKUNIweDRYub9w3iHdUe6n40,5302
|
|
14
14
|
bosdyn/client/auto_return.py,sha256=kqT1gaaneLYIPFVAFzpvTHRwa8NYYQ2OBf7wViBQudE,5598
|
|
@@ -97,7 +97,7 @@ bosdyn/client/spot_cam/power.py,sha256=HS3nJF8hXq9m1JziOIwLHGLtlNMyLgewWBgs-mRZm
|
|
|
97
97
|
bosdyn/client/spot_cam/ptz.py,sha256=O1m7zDZ92zRmvy9qhjojiphMQwAweTO0HVizQFdWFFE,10630
|
|
98
98
|
bosdyn/client/spot_cam/streamquality.py,sha256=e-RjizZPwZSOS4Jlqb5Ds-mC6uKam252dpEHkb58Oc8,6364
|
|
99
99
|
bosdyn/client/spot_cam/version.py,sha256=R82eyCAY9PfZqbN8D6hNzSeZatpgpsFr995dRt1Mbe0,2856
|
|
100
|
-
bosdyn_client-5.0.1.
|
|
101
|
-
bosdyn_client-5.0.1.
|
|
102
|
-
bosdyn_client-5.0.1.
|
|
103
|
-
bosdyn_client-5.0.1.
|
|
100
|
+
bosdyn_client-5.0.1.2.dist-info/METADATA,sha256=6Lup1U3iViBamJWCL5qGN3kg3x_YaQ1OH_uxJqLnilE,3993
|
|
101
|
+
bosdyn_client-5.0.1.2.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
|
|
102
|
+
bosdyn_client-5.0.1.2.dist-info/top_level.txt,sha256=an2OWgx1ej2jFjmBjPWNQ68ZglvUfKhmXWW-WhTtDmA,7
|
|
103
|
+
bosdyn_client-5.0.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|