Skip to content

Commit 6999127

Browse files
authored
Fix package creator and sources (opendr-eu#390)
* Fix package creator * update copyright * Version bump * Fix test packages * Remove fail-fast * Debug * Fix * Restore
1 parent d7df097 commit 6999127

File tree

613 files changed

+623
-617
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

613 files changed

+623
-617
lines changed

.github/workflows/test_packages.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
test-wheel:
2121
if: ${{ contains(github.event.pull_request.labels.*.name, 'test packages') || github.event_name == 'schedule' }}
2222
strategy:
23+
fail-fast: false
2324
matrix:
2425
os: [ubuntu-20.04]
2526
package:
@@ -63,20 +64,22 @@ jobs:
6364
uses: actions/setup-python@v4
6465
with:
6566
python-version: 3.8
66-
- name: Test Wheel Separately
67+
- name: Test Wheel
6768
run: |
6869
export DISABLE_BCOLZ_AVX2=true
6970
sudo apt -y install python3.8-venv libfreetype6-dev git build-essential cmake python3-dev wget libopenblas-dev libsndfile1 libboost-dev libeigen3-dev
7071
python3 -m venv venv
7172
source venv/bin/activate
7273
python3 -m pip install --upgrade pip
7374
python3 -m pip install wheel
75+
python3 -m pip install opendr-toolkit-engine
7476
python3 -m pip install opendr-toolkit
7577
# run the test
7678
python3 -m unittest discover -s tests/sources/tools/${{ matrix.package }}
7779
test-docker:
7880
if: ${{ contains(github.event.pull_request.labels.*.name, 'test packages') || github.event_name == 'schedule' }}
7981
strategy:
82+
fail-fast: false
8083
matrix:
8184
os: [ubuntu-20.04]
8285
package:

CHANGELOG.md

+3

dependencies/parse_dependencies.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright 2020-2022 OpenDR European Project
3+
# Copyright 2020-2023 OpenDR European Project
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

docs/reference/index.md

+1-1

docs/reference/installation.md

+2-2

include/data.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 OpenDR European Project
2+
* Copyright 2020-2023 OpenDR European Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

include/face_recognition.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 OpenDR European Project
2+
* Copyright 2020-2023 OpenDR European Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

include/opendr_utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 OpenDR European Project
2+
* Copyright 2020-2023 OpenDR European Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

include/target.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 OpenDR European Project
2+
* Copyright 2020-2023 OpenDR European Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ perception/panoptic_segmentation
1818
simulation/human_model_generation
1919
utils/hyperparameter_tuner
2020
utils/ambiguity_measure
21-
opendr
21+
opendr

projects/c_api/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/c_api/samples/face_recognition/face_recognition_demo.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 OpenDR European Project
2+
* Copyright 2020-2023 OpenDR European Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_bridge/msg/OpenDRPose2D.msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2022 OpenDR European Project
1+
# Copyright 2020-2023 OpenDR European Project
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_bridge/msg/OpenDRPose2DKeypoint.msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2022 OpenDR European Project
1+
# Copyright 2020-2023 OpenDR European Project
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_bridge/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>opendr_bridge</name>
4-
<version>2.0.0</version>
4+
<version>2.1.0</version>
55
<description>OpenDR ROS bridge package. This package provides a way to translate ROS messages into OpenDR data types
66
and vice versa.
77
</description>

projects/opendr_ws/src/opendr_bridge/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2022 OpenDR European Project
1+
# Copyright 2020-2023 OpenDR European Project
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_bridge/src/opendr_bridge/bridge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2022 OpenDR European Project
1+
# Copyright 2020-2023 OpenDR European Project
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_data_generation/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>opendr_data_generation</name>
4-
<version>2.0.0</version>
4+
<version>2.1.0</version>
55
<description>OpenDR's ROS nodes for data generation package</description>
66
<maintainer email="[email protected]">OpenDR Project Coordinator</maintainer>
77
<license>Apache License v2.0 </license>

projects/opendr_ws/src/opendr_data_generation/scripts/synthetic_facial_generation_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3.6
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>opendr_perception</name>
4-
<version>2.0.0</version>
4+
<version>2.1.0</version>
55
<description>OpenDR's ROS nodes for perception package</description>
66
<maintainer email="[email protected]">OpenDR Project Coordinator</maintainer>
77
<license>Apache License v2.0 </license>

projects/opendr_ws/src/opendr_perception/scripts/audiovisual_emotion_recognition_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
# Copyright 2020-2022 OpenDR European Project
3+
# Copyright 2020-2023 OpenDR European Project
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/face_detection_retinaface_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/face_recognition_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/facial_emotion_estimation_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/fall_detection_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/heart_anomaly_detection_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
# Copyright 2020-2022 OpenDR European Project
3+
# Copyright 2020-2023 OpenDR European Project
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/hr_pose_estimation_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/image_dataset_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/landmark_based_facial_expression_recognition_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/object_detection_2d_centernet_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/object_detection_2d_detr_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/object_detection_2d_gem_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/object_detection_2d_nanodet_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/object_detection_2d_ssd_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/object_detection_2d_yolov3_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/object_detection_2d_yolov5_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/object_detection_3d_voxel_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/object_tracking_2d_deep_sort_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/object_tracking_2d_fair_mot_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/object_tracking_2d_siamrpn_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/object_tracking_3d_ab3dmot_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/panoptic_segmentation_efficient_ps_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/point_cloud_dataset_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/pose_estimation_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/rgbd_hand_gesture_recognition_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
# Copyright 2020-2022 OpenDR European Project
3+
# Copyright 2020-2023 OpenDR European Project
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/semantic_segmentation_bisenet_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/skeleton_based_action_recognition_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/speech_command_recognition_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
# Copyright 2020-2022 OpenDR European Project
3+
# Copyright 2020-2023 OpenDR European Project
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_perception/scripts/video_activity_recognition_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2022 OpenDR European Project
2+
# Copyright 2020-2023 OpenDR European Project
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

projects/opendr_ws/src/opendr_planning/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>opendr_planning</name>
4-
<version>2.0.0</version>
4+
<version>2.1.0</version>
55
<description>OpenDR's ROS planning package</description>
66
<maintainer email="[email protected]">OpenDR Project Coordinator</maintainer>
77
<license>Apache License v2.0</license>

0 commit comments

Comments
 (0)