From e625f82cf8a314bc92872c279f87d682f2f93e05 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 6 Apr 2026 09:01:03 +0000 Subject: automatic import of realsense2-camera-msgs --- ...-msgs-dependency-for-TriggeredCalibration.patch | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 0001-add-action-msgs-dependency-for-TriggeredCalibration.patch (limited to '0001-add-action-msgs-dependency-for-TriggeredCalibration.patch') diff --git a/0001-add-action-msgs-dependency-for-TriggeredCalibration.patch b/0001-add-action-msgs-dependency-for-TriggeredCalibration.patch new file mode 100644 index 0000000..b5458c5 --- /dev/null +++ b/0001-add-action-msgs-dependency-for-TriggeredCalibration.patch @@ -0,0 +1,39 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 0fb41db..bc2c466 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -30,6 +30,7 @@ endif() + + find_package(ament_cmake REQUIRED) + find_package(rosidl_default_generators REQUIRED) ++find_package(action_msgs REQUIRED) + find_package(builtin_interfaces REQUIRED) + find_package(std_msgs REQUIRED) + find_package(sensor_msgs REQUIRED) +@@ -53,7 +54,7 @@ rosidl_generate_interfaces(${PROJECT_NAME} + "srv/ApplicationConfigWrite.srv" + "srv/HardwareMonitorCommandSend.srv" + "action/TriggeredCalibration.action" +- DEPENDENCIES builtin_interfaces std_msgs sensor_msgs ++ DEPENDENCIES action_msgs builtin_interfaces std_msgs sensor_msgs + ADD_LINTER_TESTS + ) + +diff --git a/package.xml b/package.xml +index 49936e5..cd7780d 100644 +--- a/package.xml ++++ b/package.xml +@@ -16,11 +16,13 @@ + + ament_cmake + rosidl_default_generators ++ action_msgs + builtin_interfaces + std_msgs + sensor_msgs + + rosidl_default_runtime ++ action_msgs + builtin_interfaces + std_msgs + sensor_msgs -- cgit v1.2.3