Skip to content

Commit

Permalink
Update build_depend
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalauembo committed Sep 14, 2023
1 parent cbbbe2e commit 048860c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ cmake_minimum_required(VERSION 3.10.2)
project(flexbe_app)

find_package(ament_cmake REQUIRED)
find_package(ament_cmake_python REQUIRED)
find_package(geometry_msgs REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rclpy REQUIRED)
find_package(rclcpp_action REQUIRED)
find_package(std_msgs REQUIRED)
find_package(rosidl_default_generators REQUIRED)

# use add_library() or add_executable() as required
#add_library(${PROJECT_NAME} ${${PROJECT_NAME}_SRCS})
Expand Down
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<exec_depend>rclpy</exec_depend>
<exec_depend>rclcpp</exec_depend>
<exec_depend>rclcpp_action</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>ros2pkg</exec_depend>
<exec_depend>flexbe_msgs</exec_depend>
Expand Down

0 comments on commit 048860c

Please sign in to comment.