Skip to content

Commit 250bb73

Browse files
committed
Add build_depend on ros environment
1 parent a2f65a4 commit 250bb73

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

roadmap_explorer/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
<depend>nav2_theta_star_planner</depend>
3232
<depend>nav2_map_server</depend>
3333

34+
<build_depend>ros_environment</build_depend>
35+
3436
<export>
3537
<build_type>ament_cmake</build_type>
3638
<nav2_core plugin="${prefix}/global_planner_plugin.xml"/>

roadmap_explorer_msgs/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<depend>rclcpp</depend>
1515
<depend>geometry_msgs</depend>
1616

17+
<build_depend>ros_environment</build_depend>
18+
1719

1820
<member_of_group>rosidl_interface_packages</member_of_group>
1921

roadmap_explorer_rviz_plugins/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<depend>roadmap_explorer_msgs</depend>
1818

1919
<build_depend>qtbase5-dev</build_depend>
20+
<build_depend>ros_environment</build_depend>
2021

2122
<exec_depend>libqt5-core</exec_depend>
2223
<exec_depend>libqt5-gui</exec_depend>

0 commit comments

Comments
 (0)