Skip to content

Commit

Permalink
Export bosdyn_*msgs package dependencies (#76)
Browse files Browse the repository at this point in the history
* Export bosdyn_*msgs package dependencies

Signed-off-by: Michel Hidalgo <[email protected]>

* Bump ros_utilities from `2dc3c6b` to `e4f6138`

Signed-off-by: Michel Hidalgo <[email protected]>

* Exporting Spot C++ SDK takes extra steps

Signed-off-by: Michel Hidalgo <[email protected]>

---------

Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
mhidalgo-bdai authored Oct 1, 2024
1 parent 7182c99 commit 730e51e
Show file tree
Hide file tree
Showing 21 changed files with 78 additions and 11 deletions.
4 changes: 3 additions & 1 deletion bosdyn_api_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ proto2ros_vendor_package(${PROJECT_NAME}
ROS_DEPENDENCIES geometry_msgs
)

ament_package()
ament_export_dependencies(geometry_msgs)

ament_package(CONFIG_EXTRAS bosdyn_api_msgs-extras.cmake)
3 changes: 3 additions & 0 deletions bosdyn_api_msgs/bosdyn_api_msgs-extras.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.

find_package(bosdyn REQUIRED PATHS /opt/spot-cpp-sdk)
4 changes: 3 additions & 1 deletion bosdyn_auto_return_api_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ proto2ros_vendor_package(${PROJECT_NAME}
ROS_DEPENDENCIES bosdyn_api_msgs
)

ament_package()
ament_export_dependencies(bosdyn_api_msgs)

ament_package(CONFIG_EXTRAS bosdyn_auto_return_api_msgs-extras.cmake)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.

find_package(bosdyn REQUIRED PATHS /opt/spot-cpp-sdk)
10 changes: 9 additions & 1 deletion bosdyn_autowalk_api_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,12 @@ proto2ros_vendor_package(${PROJECT_NAME}
bosdyn_spot_cam_api_msgs
)

ament_package()
ament_export_dependencies(
bosdyn_api_msgs
bosdyn_graph_nav_api_msgs
bosdyn_mission_api_msgs
bosdyn_spot_api_msgs
bosdyn_spot_cam_api_msgs
)

ament_package(CONFIG_EXTRAS bosdyn_autowalk_api_msgs-extras.cmake)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.

find_package(bosdyn REQUIRED PATHS /opt/spot-cpp-sdk)
7 changes: 6 additions & 1 deletion bosdyn_graph_nav_api_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ proto2ros_vendor_package(${PROJECT_NAME}
ROS_DEPENDENCIES bosdyn_api_msgs bosdyn_spot_api_msgs
)

ament_package()
ament_export_dependencies(
bosdyn_api_msgs
bosdyn_spot_api_msgs
)

ament_package(CONFIG_EXTRAS bosdyn_graph_nav_api_msgs-extras.cmake)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.

find_package(bosdyn REQUIRED PATHS /opt/spot-cpp-sdk)
7 changes: 6 additions & 1 deletion bosdyn_keepalive_api_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ proto2ros_vendor_package(${PROJECT_NAME}
ROS_DEPENDENCIES bosdyn_api_msgs bosdyn_auto_return_api_msgs
)

ament_package()
ament_export_dependencies(
bosdyn_api_msgs
bosdyn_auto_return_api_msgs
)

ament_package(CONFIG_EXTRAS bosdyn_keepalive_api_msgs-extras.cmake)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.

find_package(bosdyn REQUIRED PATHS /opt/spot-cpp-sdk)
4 changes: 3 additions & 1 deletion bosdyn_log_status_api_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ proto2ros_vendor_package(${PROJECT_NAME}
ROS_DEPENDENCIES bosdyn_api_msgs
)

ament_package()
ament_export_dependencies(bosdyn_api_msgs)

ament_package(CONFIG_EXTRAS bosdyn_log_status_api_msgs-extras.cmake)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.

find_package(bosdyn REQUIRED PATHS /opt/spot-cpp-sdk)
4 changes: 3 additions & 1 deletion bosdyn_metrics_logging_api_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ proto2ros_vendor_package(${PROJECT_NAME}
ROS_DEPENDENCIES bosdyn_api_msgs
)

ament_package()
ament_export_dependencies(bosdyn_api_msgs)

ament_package(CONFIG_EXTRAS bosdyn_metrics_logging_api_msgs-extras.cmake)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.

find_package(bosdyn REQUIRED PATHS /opt/spot-cpp-sdk)
9 changes: 8 additions & 1 deletion bosdyn_mission_api_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,11 @@ proto2ros_vendor_package(${PROJECT_NAME}
bosdyn_spot_cam_api_msgs
)

ament_package()
ament_export_dependencies(
bosdyn_api_msgs
bosdyn_graph_nav_api_msgs
bosdyn_spot_api_msgs
bosdyn_spot_cam_api_msgs
)

ament_package(CONFIG_EXTRAS bosdyn_mission_api_msgs-extras.cmake)
3 changes: 3 additions & 0 deletions bosdyn_mission_api_msgs/bosdyn_mission_api_msgs-extras.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.

find_package(bosdyn REQUIRED PATHS /opt/spot-cpp-sdk)
4 changes: 3 additions & 1 deletion bosdyn_spot_api_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ proto2ros_vendor_package(${PROJECT_NAME}
ROS_DEPENDENCIES bosdyn_api_msgs
)

ament_package()
ament_export_dependencies(bosdyn_api_msgs)

ament_package(CONFIG_EXTRAS bosdyn_spot_api_msgs-extras.cmake)
3 changes: 3 additions & 0 deletions bosdyn_spot_api_msgs/bosdyn_spot_api_msgs-extras.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.

find_package(bosdyn REQUIRED PATHS /opt/spot-cpp-sdk)
4 changes: 3 additions & 1 deletion bosdyn_spot_cam_api_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ proto2ros_vendor_package(${PROJECT_NAME}
ROS_DEPENDENCIES bosdyn_api_msgs
)

ament_package()
ament_export_dependencies(bosdyn_api_msgs)

ament_package(CONFIG_EXTRAS bosdyn_spot_cam_api_msgs-extras.cmake)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.

find_package(bosdyn REQUIRED PATHS /opt/spot-cpp-sdk)

0 comments on commit 730e51e

Please sign in to comment.