Skip to content

Commit 7f20428

Browse files
committed
test
1 parent 9da581d commit 7f20428

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Diff for: .github/workflows/tests_suite.yml

+23-23
Original file line numberDiff line numberDiff line change
@@ -306,29 +306,29 @@ jobs:
306306
matrix:
307307
os: [ubuntu-20.04]
308308
package:
309-
- engine
310-
- utils
311-
- perception/activity_recognition
312-
- perception/compressive_learning
313-
- perception/face_recognition
314-
- perception/heart_anomaly_detection
315-
- perception/multimodal_human_centric
316-
- perception/object_tracking_2d
317-
- perception/pose_estimation
318-
- perception/speech_recognition
319-
- perception/skeleton_based_action_recognition
320-
- perception/semantic_segmentation
321-
- perception/object_detection_2d/centernet
322-
- perception/object_detection_2d/detr
323-
- perception/object_detection_2d/gem
324-
- perception/object_detection_2d/ssd
325-
- perception/object_detection_2d/yolov3
326-
- perception/object_detection_2d/retinaface
327-
- perception/facial_expression_recognition
328-
- perception/object_detection_3d
329-
- control/mobile_manipulation
330-
- simulation/human_model_generation
331-
- control/single_demo_grasp
309+
# - engine
310+
# - utils
311+
# - perception/activity_recognition
312+
# - perception/compressive_learning
313+
# - perception/face_recognition
314+
# - perception/heart_anomaly_detection
315+
# - perception/multimodal_human_centric
316+
# - perception/object_tracking_2d
317+
# - perception/pose_estimation
318+
# - perception/speech_recognition
319+
# - perception/skeleton_based_action_recognition
320+
# - perception/semantic_segmentation
321+
# - perception/object_detection_2d/centernet
322+
# - perception/object_detection_2d/detr
323+
# - perception/object_detection_2d/gem
324+
# - perception/object_detection_2d/ssd
325+
# - perception/object_detection_2d/yolov3
326+
# - perception/object_detection_2d/retinaface
327+
# - perception/facial_expression_recognition
328+
# - perception/object_detection_3d
329+
# - control/mobile_manipulation
330+
# - simulation/human_model_generation
331+
# - control/single_demo_grasp
332332
- planning/end_to_end_planning
333333
# - perception/object_tracking_3d
334334
runs-on: ubuntu-20.04

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN chmod +x /tini
1212
ENTRYPOINT ["/tini", "--"]
1313

1414
# Clone the repo and install the toolkit
15-
RUN git clone --depth 1 --recurse-submodules -j8 https://github.com/opendr-eu/opendr
15+
RUN git clone --depth 1 --recurse-submodules -j8 https://github.com/opendr-eu/opendr -b end-to-end-planning
1616
WORKDIR "/opendr"
1717
RUN ./bin/install.sh
1818

0 commit comments

Comments
 (0)