Skip to content

Commit d486e67

Browse files
bd-sdk-publishertcappellari-bdai
authored andcommitted
Release v5.0.1.2 of Boston Dynamics Spot SDK
1 parent 76c4dd7 commit d486e67

4 files changed

Lines changed: 9 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.0.1.1 of the C++ SDK. Please review the [Release Notes](docs/cpp_release_notes.md) to see what has changed.
24+
This is version 5.0.1.2 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.0.1.1)
10+
project (bosdyn VERSION 5.0.1.2)
1111

1212
# Dependencies:
1313
find_package(Protobuf REQUIRED)

docs/cpp_release_notes.md

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

99
# Spot C++ SDK Release Notes
1010

11+
## Spot C++ SDK version 5.0.1.2 BETA
12+
13+
There have been no changes in the C++ SDK between 5.0.1.1 and this version.
14+
15+
Please see the [General Release Notes](https://dev.bostondynamics.com/docs/release_notes) for a description of the API changes included in this release.
16+
1117
## Spot C++ SDK version 5.0.1.1 BETA
1218

1319
There have been no changes in the C++ SDK between 5.0.1 and this version.

protos/bosdyn/api/world_object.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ enum WorldObjectType {
8888
WORLD_OBJECT_APRILTAG = 2;
8989
WORLD_OBJECT_IMAGE_COORDINATES = 5;
9090
WORLD_OBJECT_DOCK = 6;
91+
WORLD_OBJECT_TRACKED_ENTITY = 7;
9192
WORLD_OBJECT_USER_NOGO = 8;
9293
WORLD_OBJECT_STAIRCASE = 9;
9394
}

0 commit comments

Comments
 (0)