Skip to content

Commit 736c43b

Browse files
authored
Upgrade from 4.0.2 to 4.1.0 (#73)
Signed-off-by: Michel Hidalgo <[email protected]>
1 parent 8c614f0 commit 736c43b

File tree

16 files changed

+25
-18
lines changed

16 files changed

+25
-18
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,19 @@ git -C src clone --recursive https://github.com/bdaiinstitute/bosdyn_msgs.git
6868
When installing package dependencies, make sure `pip` constraints are enforced:
6969

7070
``` bash
71-
PIP_CONSTRAINT=src/bosdyn_msgs/pip-constraint.txt rosdep install -i -y --from-path src
71+
PIP_CONSTRAINT=src/bosdyn_msgs/pip-constraint.txt rosdep install -i -y --from-path src --skip-keys "$(cat src/bosdyn_msgs/rosdep-skip.txt)"
7272
```
7373

7474
This will ensure `apt` and `pip` managed packages are compatible with each other.
7575

76-
Then you can build:
76+
Unfortunately, this is not yet enough. There are a few dependencies that are distributed separately:
77+
78+
``` bash
79+
ARCH=amd64 # or arm64
80+
for url in $(cat ${ARCH}-dpkg.txt); do wget $url && sudo apt install -y ./$(basename $url); done
81+
```
82+
83+
Finally, you can now build:
7784

7885
``` bash
7986
colcon build

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/v4.0.2/spot-cpp-sdk_4.0.2_amd64.deb
1+
https://github.com/bdaiinstitute/spot-cpp-sdk/releases/download/v4.1.0/spot-cpp-sdk_4.1.0_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/v4.0.2/spot-cpp-sdk_4.0.2_arm64.deb
1+
https://github.com/bdaiinstitute/spot-cpp-sdk/releases/download/v4.1.0/spot-cpp-sdk_4.1.0_arm64.deb

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>4.0.2</version>
8+
<version>4.1.0</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>4.0.2</version>
5+
<version>4.1.0</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>4.0.2</version>
5+
<version>4.1.0</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>4.0.2</version>
8+
<version>4.1.0</version>
99
<description>CMake modules for Boston Dynamics Spot SDK</description>
1010
<maintainer email="[email protected]">BD AI Institute</maintainer>
1111
<license>MIT</license>

bosdyn_graph_nav_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_graph_nav_api_msgs</name>
5-
<version>4.0.2</version>
5+
<version>4.1.0</version>
66
<description>ROS 2 interoperability support for Boston Dynamics Spot SDK graph nav APIs</description>
77
<maintainer email="[email protected]">BD AI Institute</maintainer>
88
<license>MIT</license>

bosdyn_keepalive_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_keepalive_api_msgs</name>
5-
<version>4.0.2</version>
5+
<version>4.1.0</version>
66
<description>ROS 2 interoperability support for Boston Dynamics Spot SDK keepalive APIs</description>
77
<maintainer email="[email protected]">BD AI Institute</maintainer>
88
<license>MIT</license>

bosdyn_log_status_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_log_status_api_msgs</name>
5-
<version>4.0.2</version>
5+
<version>4.1.0</version>
66
<description>ROS 2 interoperability support for Boston Dynamics Spot SDK log status APIs</description>
77
<maintainer email="[email protected]">BD AI Institute</maintainer>
88
<license>MIT</license>

0 commit comments

Comments
 (0)