From 65baa02f5439b47bf5e784cc015615f0977dbf58 Mon Sep 17 00:00:00 2001 From: Thomason Zhou Date: Tue, 15 Apr 2025 15:32:09 +0900 Subject: [PATCH] Resolve merge conflict --- openarm_description/urdf/openarm.xacro | 8 +++++++- openarm_hardware/CMakeLists.txt | 2 -- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/openarm_description/urdf/openarm.xacro b/openarm_description/urdf/openarm.xacro index e75179f..0ba2eb6 100644 --- a/openarm_description/urdf/openarm.xacro +++ b/openarm_description/urdf/openarm.xacro @@ -188,6 +188,7 @@ + @@ -234,7 +235,7 @@ - + @@ -292,5 +293,10 @@ + + + + + diff --git a/openarm_hardware/CMakeLists.txt b/openarm_hardware/CMakeLists.txt index 190e46c..3faea9e 100644 --- a/openarm_hardware/CMakeLists.txt +++ b/openarm_hardware/CMakeLists.txt @@ -7,8 +7,6 @@ endif() # find dependencies find_package(ament_cmake REQUIRED) -# uncomment the following section in order to fill in -# further dependencies manually. find_package(hardware_interface REQUIRED) find_package(pluginlib REQUIRED) find_package(rclcpp REQUIRED)