Skip to content

Commit adb361b

Browse files
authored
Upgrade from 5.0.0 to 5.0.1 (#105)
* Upgrade from 5.0.0 to 5.0.1 Signed-off-by: Michel Hidalgo <[email protected]> * Fix circular dependency Signed-off-by: Michel Hidalgo <[email protected]> * Fix outputs for Bazel Signed-off-by: Michel Hidalgo <[email protected]> * Fix the fix Signed-off-by: Michel Hidalgo <[email protected]> * Ignore audio visual messages Signed-off-by: Michel Hidalgo <[email protected]> --------- Signed-off-by: Michel Hidalgo <[email protected]>
1 parent 26966e8 commit adb361b

File tree

19 files changed

+25
-18
lines changed

19 files changed

+25
-18
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ srv_gen/
88
msg/_*.py
99
build_isolated/
1010
devel_isolated/
11+
debs/
1112
.build/
1213
*.run
1314

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ros-$(DISTRO)-%-$(OS_VERSION).run: FORCE
6464
$(SCRIPTS_DIR)/rosdep2null -o $(BUILD_DIR)/$(ALIAS)/rosdep -v $(OS_NAME) \
6565
$$(colcon --log-base /dev/null list -t -n --packages-up-to $*) $$(cat $(BUILD_DIR)/$(ALIAS)/rosdep/skip.txt)
6666
ROSDEP_SOURCE_PATH=$(BUILD_DIR)/$(ALIAS)/rosdep/sources.list.d:$${ROSDEP_SOURCE_PATH:-$(DEFAULT_ROSDEP_PATH)/sources.list.d} rosdep update
67-
mkdir $(SOURCE_DIR)/debs
67+
mkdir -p $(SOURCE_DIR)/debs
6868
colcon --log-base /dev/null list -t --packages-up-to $* | tr -d '\r' | while read name path ignored; do \
6969
cp -rf $$path $(BUILD_DIR)/$(ALIAS)/bloom/.; \
7070
pushd $(BUILD_DIR)/$(ALIAS)/bloom/$$(basename $$path); \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bosdyn_msgs
22

3-
![SDK Support](https://img.shields.io/badge/SDK-3.3.2%20%7C%204.0.0%20%7C%204.0.2%20%7C%204.1.0-blue)
3+
![SDK Support](https://img.shields.io/badge/SDK-3.3.2%20%7C%204.0.0%20%7C%204.0.2%20%7C%205.0.1-blue)
44
![C++ Support](https://img.shields.io/badge/C++-17%20%7C%2020-blue)
55
![Python Support](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue)
66
![ROS Support](https://img.shields.io/badge/ROS-humble-blue)

amd64-dpkg.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/bdaiinstitute/spot-cpp-sdk/releases/download/v5.0.0/spot-cpp-sdk_5.0.0_amd64.deb
1+
https://github.com/bdaiinstitute/spot-cpp-sdk/releases/download/v5.0.1/spot-cpp-sdk_5.0.1_amd64.deb

arm64-dpkg.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/bdaiinstitute/spot-cpp-sdk/releases/download/v5.0.0/spot-cpp-sdk_5.0.0_arm64.deb
1+
https://github.com/bdaiinstitute/spot-cpp-sdk/releases/download/v5.0.1/spot-cpp-sdk_5.0.1_arm64.deb

bosdyn_api_msgs/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ file(GLOB ${PROJECT_NAME}_PROTOS
2020
"${${PROJECT_NAME}_PROTO_DIR}/bosdyn/api/gps/*.proto"
2121
"${${PROJECT_NAME}_PROTO_DIR}/bosdyn/api/docking/*.proto"
2222
)
23+
# TODO: restore audio visual message vendoring when
24+
# the circular dependency with bosdyn_spot_api_msgs
25+
# is resolved
26+
list(REMOVE_ITEM ${PROJECT_NAME}_PROTOS
27+
"${${PROJECT_NAME}_PROTO_DIR}/bosdyn/api/audio_visual.proto"
28+
)
2329

2430
proto2ros_vendor_package(${PROJECT_NAME}
2531
PROTOS ${${PROJECT_NAME}_PROTOS}

bosdyn_api_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Copyright (c) 2023 Boston Dynamics AI Institute LLC. All rights reserved.
55
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
66
<package format="3">
77
<name>bosdyn_api_msgs</name>
8-
<version>5.0.0</version>
8+
<version>5.0.1</version>
99
<description>ROS 2 interoperability support for Boston Dynamics Spot SDK core APIs</description>
1010
<maintainer email="[email protected]">BD AI Institute</maintainer>
1111
<license>MIT</license>

bosdyn_auto_return_api_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>bosdyn_auto_return_api_msgs</name>
5-
<version>5.0.0</version>
5+
<version>5.0.1</version>
66
<description>ROS 2 interoperability support for Boston Dynamics Spot SDK auto-return APIs</description>
77
<maintainer email="[email protected]">BD AI Institute</maintainer>
88
<license>MIT</license>

bosdyn_autowalk_api_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>bosdyn_autowalk_api_msgs</name>
5-
<version>5.0.0</version>
5+
<version>5.0.1</version>
66
<description>ROS 2 interoperability support for Boston Dynamics Spot SDK autowalk APIs</description>
77
<maintainer email="[email protected]">BD AI Institute</maintainer>
88
<license>MIT</license>

bosdyn_cmake_module/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Copyright (c) 2023 Boston Dynamics AI Institute LLC. All rights reserved.
55
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
66
<package format="3">
77
<name>bosdyn_cmake_module</name>
8-
<version>5.0.0</version>
8+
<version>5.0.1</version>
99
<description>CMake modules for Boston Dynamics Spot SDK</description>
1010
<maintainer email="[email protected]">BD AI Institute</maintainer>
1111
<license>MIT</license>

0 commit comments

Comments
 (0)