Skip to content

Commit

Permalink
Merge pull request #92 from pascalauembo/ros2-devel
Browse files Browse the repository at this point in the history
Update build_depend
  • Loading branch information
dcconner authored Apr 29, 2024
2 parents cbbbe2e + 048860c commit fede6a9
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 fede6a9

Please sign in to comment.