Skip to content

Commit fccfe54

Browse files
bd-sdk-publishertcappellari-bdai
authored andcommitted
Release v5.1.1 of Boston Dynamics Spot SDK
1 parent b5dbf21 commit fccfe54

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The official Spot SDK documentation also contains information relevant to the C+
2121
- [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.
2222
- [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.
2323

24-
This is version 5.1.0 of the C++ SDK. Please review the [Release Notes](docs/cpp_release_notes.md) to see what has changed.
24+
This is version 5.1.1 of the C++ SDK. Please review the [Release Notes](docs/cpp_release_notes.md) to see what has changed.
2525

2626
## Contents
2727

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# This file is autogenerated.
88

99
cmake_minimum_required (VERSION 3.10.2)
10-
project (bosdyn VERSION 5.1.0)
10+
project (bosdyn VERSION 5.1.1)
1111

1212
# Dependencies:
1313
find_package(Protobuf REQUIRED)

docs/cpp_release_notes.md

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

99
# Spot C++ SDK Release Notes
1010

11+
## Spot C++ SDK version 5.1.1 BETA
12+
13+
- No changes from 5.1.0
14+
1115
## Spot C++ SDK version 5.1.0 BETA
1216

1317
### Bug Fixes and Improvements

0 commit comments

Comments
 (0)