Skip to content

Commit a3283f8

Browse files
authored
Merge pull request #2837 from kjeremy/add-missing-ros_environment
2 parents 827c61a + b21c529 commit a3283f8

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

audio_to_spectrogram/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<buildtool_depend>catkin</buildtool_depend>
1111

1212
<build_depend>dynamic_reconfigure</build_depend>
13+
<build_depend>ros_environment</build_depend>
1314

1415
<exec_depend>audio_capture</exec_depend>
1516
<exec_depend>audio_common_msgs</exec_depend>

imagesift/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</buildtool_depend>
2020

2121
<build_depend>roscpp</build_depend>
22+
<build_depend>ros_environment</build_depend>
2223
<build_depend>cmake_modules</build_depend>
2324
<build_depend>sensor_msgs</build_depend>
2425
<build_depend>posedetection_msgs</build_depend>

jsk_pcl_ros/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<build_depend>octomap_server</build_depend>
3434
<build_depend>pcl_msgs</build_depend>
3535
<build_depend>pcl_ros</build_depend>
36+
<build_depend>ros_environment</build_depend>
3637
<build_depend>tf</build_depend>
3738
<build_depend>tf_conversions</build_depend>
3839
<build_depend>yaml-cpp</build_depend>

jsk_pcl_ros_utils/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<build_depend>octomap_ros</build_depend>
5959
<build_depend condition="$ROS_PYTHON_VERSION == 2">python-yaml</build_depend>
6060
<build_depend condition="$ROS_PYTHON_VERSION == 3">python3-yaml</build_depend>
61+
<build_depend>ros_environment</build_depend>
6162

6263
<!-- <exec_depend>pcl</exec_depend> -->
6364
<exec_depend>eigen_conversions</exec_depend>

jsk_perception/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<build_depend>roscpp</build_depend>
4343
<build_depend>roseus</build_depend>
4444
<build_depend>rospack</build_depend>
45+
<build_depend>ros_environment</build_depend>
4546
<build_depend>sensor_msgs</build_depend>
4647
<build_depend>std_msgs</build_depend>
4748
<build_depend>tf</build_depend>

jsk_recognition_utils/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</buildtool_depend>
1616

1717
<buildtool_depend>catkin</buildtool_depend>
18+
<build_depend>ros_environment</build_depend>
1819
<build_depend>cv_bridge</build_depend>
1920
<build_depend condition="$ROS_PYTHON_VERSION==2">cython</build_depend>
2021
<build_depend condition="$ROS_PYTHON_VERSION==3">cython3</build_depend>

0 commit comments

Comments
 (0)