File tree 2 files changed +15
-0
lines changed
protos/bosdyn/api/graph_nav
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ Development Kit License (20191101-BDSDK-SL).
8
8
9
9
# Spot C++ SDK Release Notes
10
10
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
+
11
19
## Spot C++ SDK version 4.0.0 BETA
12
20
13
21
### Breaking Changes
Original file line number Diff line number Diff line change @@ -294,6 +294,13 @@ message Edge {
294
294
DESCENT_PREFERENCE_NONE = 3 ;
295
295
}
296
296
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 ;
297
304
}
298
305
// Stairs information/parameters specific to the edge.
299
306
StairData stairs = 2 ;
You can’t perform that action at this time.
0 commit comments