Skip to content

Commit 98f8579

Browse files
removed rclcpp
1 parent b2e11c8 commit 98f8579

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

my_robot_cell/my_robot_cell_control/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.8)
22
project(my_robot_cell_control)
33

44
find_package(ament_cmake REQUIRED)
5-
find_package(rclcpp REQUIRED)
65

76
install(
87
DIRECTORY launch config urdf rviz

my_robot_cell/my_robot_cell_control/package.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
<license file="LICENSE">BSD-3-Clause</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>
11-
<build_depend>rclcpp</build_depend>
1211

13-
<exec_depend>rclcpp</exec_depend>
1412
<exec_depend>joint_state_broadcaster</exec_depend>
1513
<exec_depend>joint_trajectory_controller</exec_depend>
1614
<exec_depend>position_controllers</exec_depend>

0 commit comments

Comments
 (0)