Skip to content

Commit 2610dc5

Browse files
bd-sdk-publisherabaker-bdai
authored andcommitted
Release v3.3.2 of Boston Dynamics Spot SDK
1 parent dad2ece commit 2610dc5

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The official Spot SDK documentation also contains information relevant to the C+
1919
* [Payload developer documentation](https://dev.bostondynamics.com/docs/payload/readme). Payloads add additional sensing, communication, and control capabilities beyond what the base platform provides. The Payload ICD covers the mechanical, electrical, and software interfaces that Spot supports.
2020
* [Spot API protocol definition](https://dev.bostondynamics.com/docs/protos/readme). This reference guide covers the details of the protocol applications used to communicate to Spot. Application developers who wish to use a language other than Python can implement clients that speak the protocol.
2121

22-
This is version 3.3.0 of the C++ SDK. Please review the [Release Notes](docs/cpp_release_notes.md) to see what has changed.
22+
This is version 3.3.2 of the C++ SDK. Please review the [Release Notes](docs/cpp_release_notes.md) to see what has changed.
2323

2424
## Contents
2525

docs/cpp_release_notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Development Kit License (20191101-BDSDK-SL).
88

99
# Spot C++ SDK Release Notes
1010

11+
## Spot C++ SDK version 3.3.2 BETA
12+
13+
No changes from 3.3.0
14+
15+
## Spot C++ SDK version 3.3.1 BETA
16+
17+
No changes from 3.3.0.
18+
19+
### Upcoming Removals
20+
21+
In the upcoming release 4.0, we plan to change the encoding for real-valued fields in local grids to RAW instead of RLE (Run-Length Encoded) and provide client helpers for decoding. Make sure your code handles the `encoding` field in `LocalGridResponse` correctly.
22+
1123
## Spot C++ SDK version 3.3.0 BETA
1224

1325
### New Features

0 commit comments

Comments
 (0)