Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
iKrishneel committed Jul 1, 2020
1 parent 762c5fe commit 47a79da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif()
find_package(ament_cmake REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rclcpp_components REQUIRED)
find_package(PCL 1.11 REQUIRED)
find_package(PCL 1.7 REQUIRED)
find_package(sensor_msgs REQUIRED)
find_package(std_msgs REQUIRED)
find_package(nav_msgs REQUIRED)
Expand Down
8 changes: 8 additions & 0 deletions deps.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ repositories:
./../octomap_msgs:
type: git
url: https://github.com/OctoMap/octomap_msgs.git
version: ros2
./../perception_pcl:
type: git
url: https://github.com/ros-perception/perception_pcl.git
version: foxy-devel
./../pcl_msgs:
type: git
url: https://github.com/ros-perception/pcl_msgs.git
version: ros2
4 changes: 4 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<build_depend>nav_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>pcl_conversions</build_depend>
<build_depend>pcl_msgs</build_depend>
<build_depend>octomap_msgs</build_depend>

<exec_depend>launch_ros</exec_depend>
<exec_depend>launch_xml</exec_depend>
Expand All @@ -33,6 +35,8 @@
<exec_depend>nav_msgs</exec_depend>
<exec_depend>visualization_msgs</exec_depend>
<exec_depend>pcl_conversions</exec_depend>
<exec_depend>pcl_msgs</exec_depend>
<exec_depend>octomap_msgs</exec_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit 47a79da

Please sign in to comment.