Skip to content

Commit 8773381

Browse files
Release v4.0.1 of Boston Dynamics Spot SDK
1 parent a68fe71 commit 8773381

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/cpp_release_notes.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Development Kit License (20191101-BDSDK-SL).
88

99
# Spot C++ SDK Release Notes
1010

11+
## Spot C++ SDK version 4.0.1 BETA
12+
13+
Please see the Release Notes in https://dev.bostondynamics.com for a description of the API changes included in release 4.0.1.
14+
15+
In addition to that, there are no changes in 4.0.1 except the following:
16+
17+
- The VERSION field in the project name has been updated to 4.0.1 from 4.0.0
18+
1119
## Spot C++ SDK version 4.0.0 BETA
1220

1321
### Breaking Changes

protos/bosdyn/api/graph_nav/map.proto

+7
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,13 @@ message Edge {
294294
DESCENT_PREFERENCE_NONE = 3;
295295
}
296296
DescentPreference descent_preference = 4;
297+
298+
// The Y position with respect to the staircase frame to align to when traversing this
299+
// staircase. Regardless of how the recorded waypoints are distributed on the staircase,
300+
// when traversing the staircase all navigation goals will have this Y position with
301+
// respect to the staircase in order to guide the robot over the stairs in a straight
302+
// line.
303+
google.protobuf.DoubleValue traversal_y_offset = 5;
297304
}
298305
// Stairs information/parameters specific to the edge.
299306
StairData stairs = 2;

0 commit comments

Comments
 (0)