-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make nav2_bt_navigator use modern CMake idioms.
Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
c5e53c0
commit 7f7d8ad
Showing
2 changed files
with
94 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,36 +7,22 @@ | |
<maintainer email="[email protected]">Michael Jeronimo</maintainer> | ||
<license>Apache-2.0</license> | ||
|
||
<depend>tf2_ros</depend> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<build_depend>nav2_common</build_depend> | ||
<build_depend>rclcpp</build_depend> | ||
<build_depend>rclcpp_action</build_depend> | ||
<build_depend>rclcpp_lifecycle</build_depend> | ||
<build_depend>nav2_behavior_tree</build_depend> | ||
<build_depend>nav_msgs</build_depend> | ||
<build_depend>nav2_msgs</build_depend> | ||
<build_depend>behaviortree_cpp</build_depend> | ||
<build_depend>std_msgs</build_depend> | ||
<build_depend>geometry_msgs</build_depend> | ||
<build_depend>std_srvs</build_depend> | ||
<build_depend>nav2_util</build_depend> | ||
<build_depend>pluginlib</build_depend> | ||
<build_depend>nav2_core</build_depend> | ||
|
||
<exec_depend>behaviortree_cpp</exec_depend> | ||
<exec_depend>rclcpp</exec_depend> | ||
<exec_depend>rclcpp_action</exec_depend> | ||
<exec_depend>rclcpp_lifecycle</exec_depend> | ||
<exec_depend>nav2_behavior_tree</exec_depend> | ||
<exec_depend>nav_msgs</exec_depend> | ||
<exec_depend>nav2_msgs</exec_depend> | ||
<exec_depend>std_msgs</exec_depend> | ||
<exec_depend>nav2_util</exec_depend> | ||
<exec_depend>geometry_msgs</exec_depend> | ||
<exec_depend>pluginlib</exec_depend> | ||
<exec_depend>nav2_core</exec_depend> | ||
<depend>ament_index_cpp</depend> | ||
<depend>geometry_msgs</depend> | ||
<depend>nav2_behavior_tree</depend> | ||
<depend>nav2_core</depend> | ||
<depend>nav2_msgs</depend> | ||
<depend>nav2_util</depend> | ||
<depend>nav_msgs</depend> | ||
<depend>pluginlib</depend> | ||
<depend>rclcpp</depend> | ||
<depend>rclcpp_action</depend> | ||
<depend>rclcpp_components</depend> | ||
<depend>rclcpp_lifecycle</depend> | ||
<depend>tf2_ros</depend> | ||
|
||
<test_depend>ament_lint_common</test_depend> | ||
<test_depend>ament_lint_auto</test_depend> | ||
|