Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit f948ba7

Browse files
authored
Merge pull request #4 from dongx1x/patch-3
launch file dependencies issue
2 parents b17c82e + 3e808c1 commit f948ba7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: opencl_caffe_launch/package.xml

+8
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,17 @@ limitations under the License.
2323

2424
<buildtool_depend>catkin</buildtool_depend>
2525
<build_depend>roslaunch</build_depend>
26+
<build_depend>nodelet</build_depend>
27+
<build_depend>usb_cam</build_depend>
28+
<build_depend>openni_launch</build_depend>
29+
<build_depend>realsense_ros_camera</build_depend>
2630
<build_depend>opencl_caffe</build_depend>
2731
<build_depend>opencl_caffe_viewer</build_depend>
2832
<run_depend>roslaunch</run_depend>
33+
<run_depend>nodelet</run_depend>
34+
<run_depend>usb_cam</run_depend>
35+
<run_depend>openni_launch</run_depend>
36+
<run_depend>realsense_ros_camera</run_depend>
2937
<run_depend>opencl_caffe</run_depend>
3038
<run_depend>opencl_caffe_viewer</run_depend>
3139
</package>

0 commit comments

Comments
 (0)