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)