Skip to content

Commit 9bdc036

Browse files
feat: enable sample-face-detection #112
2 parents 3222699 + cce2aaa commit 9bdc036

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

recipes-products/packagegroups/packagegroup-oss-with-prop-deps.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ QUALCOMM_QRB_ROS = " \
2424
# About qrb ros sample introduction, Please refer to https://github.com/qualcomm-qrb-ros/qrb_ros_samples.
2525
QRB_ROS_SAMPLE = " \
2626
sample-hrnet-pose-estimation \
27+
sample-face-detection \
2728
"
2829

2930
# If you do not work within the above two organizations and are preparing to merge your code into the Qualcomm Linux Intelligence Robotics Image,

recipes/qrb-ros-samples/sample-face-detection_0.0.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ROS_BUILD_TYPE = "ament_python"
33
ROS_CN = "sample_face_detection"
44
ROS_BPN = ""sample_face_detection""
55

6-
S = "${WORKDIR}/git/ai_vision/${ROS_CN}"
6+
S = "${UNPACKDIR}/${PN}-${PV}/ai_vision/${ROS_CN}"
77

88
ROS_BUILD_DEPENDS = " \
99
"

0 commit comments

Comments
 (0)