Skip to content

Commit

Permalink
Merge branch 'indigo_dev' of github.com:ipa320/cob_perception_common …
Browse files Browse the repository at this point in the history
…into indigo_release_candidate
  • Loading branch information
fmessmer committed Feb 19, 2024
2 parents e2b3cc6 + daeaae0 commit d5e6cf9
Show file tree
Hide file tree
Showing 21 changed files with 77 additions and 35 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: GHA CI

on:
push:
pull_request:
schedule:
- cron: "0 0 * * 0" # every Sunday at midnight
workflow_dispatch:

jobs:
industrial_ci:
name: GHA CI
runs-on: ubuntu-latest
timeout-minutes: 60

env:
ADDITIONAL_DEBS: 'apt-utils dialog git'
CATKIN_LINT: pedantic
CATKIN_LINT_ARGS: '--ignore description_boilerplate'
CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
PYLINT_ARGS: '--output-format=parseable --errors-only'
PYLINT_CHECK: true
ROS_REPO: main

strategy:
matrix:
include:
- { ROS_DISTRO: noetic }

steps:
- uses: actions/checkout@v4
with:
submodules: true
lfs: true
ssh-known-hosts: ''

- uses: ros-industrial/industrial_ci@master
with:
config: ${{toJSON(matrix)}}

25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cob_perception_common

## Travis - Continuous Integration

Status: [![Build Status](https://travis-ci.com/ipa320/cob_perception_common.svg?branch=indigo_dev)](https://travis-ci.com/ipa320/cob_perception_common)
Status: [![Build Status](https://app.travis-ci.com/ipa320/cob_perception_common.svg?branch=indigo_dev)](https://app.travis-ci.com/ipa320/cob_perception_common)

## ROS Buildfarm

Expand Down
3 changes: 3 additions & 0 deletions cob_3d_mapping_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_3d_mapping_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.20 (2024-02-19)
-------------------

0.6.19 (2022-07-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_3d_mapping_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>cob_3d_mapping_msgs</name>
<version>0.6.19</version>
<version>0.6.20</version>

<description>
Message, service and action definitions for environment perception.
Expand Down
3 changes: 3 additions & 0 deletions cob_cam3d_throttle/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_cam3d_throttle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.20 (2024-02-19)
-------------------

0.6.19 (2022-07-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_cam3d_throttle/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>cob_cam3d_throttle</name>
<version>0.6.19</version>
<version>0.6.20</version>
<description>cob_cam3d_throttle: only for Trottel</description>

<license>Apache 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions cob_image_flip/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_image_flip
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.20 (2024-02-19)
-------------------

0.6.19 (2022-07-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_image_flip/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>cob_image_flip</name>
<version>0.6.19</version>
<version>0.6.20</version>

<description>
Flips the image of Care-O-bots kinect in dependence of the viewing direction of the cameras to receive an upright image all the time.
Expand Down
3 changes: 3 additions & 0 deletions cob_object_detection_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_object_detection_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.20 (2024-02-19)
-------------------

0.6.19 (2022-07-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_object_detection_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>cob_object_detection_msgs</name>
<version>0.6.19</version>
<version>0.6.20</version>

<description>
This package contains message type definitions for object detection
Expand Down
3 changes: 3 additions & 0 deletions cob_object_detection_visualizer/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_object_detection_visualizer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.20 (2024-02-19)
-------------------

0.6.19 (2022-07-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_object_detection_visualizer/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>cob_object_detection_visualizer</name>
<version>0.6.19</version>
<version>0.6.20</version>
<description>The cob_object_detection_visualizer package visualizes the object detection result.</description>

<maintainer email="[email protected]">Richard Bormann</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions cob_perception_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_perception_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.20 (2024-02-19)
-------------------

0.6.19 (2022-07-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_perception_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This stack provides utilities commonly needed for a variety of computer vision tasks.
</description>

<version>0.6.19</version>
<version>0.6.20</version>
<license>Apache 2.0</license>

<maintainer email="[email protected]">Richard Bormann</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions cob_perception_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_perception_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.20 (2024-02-19)
-------------------

0.6.19 (2022-07-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_perception_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>cob_perception_msgs</name>
<version>0.6.19</version>
<version>0.6.20</version>

<description>
This package contains common message type definitions for perception tasks.
Expand Down
3 changes: 3 additions & 0 deletions cob_vision_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_vision_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.20 (2024-02-19)
-------------------

0.6.19 (2022-07-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_vision_utils/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>cob_vision_utils</name>
<version>0.6.19</version>
<version>0.6.20</version>

<description>
Contains utilities used within the object detection tool chain.
Expand Down
3 changes: 3 additions & 0 deletions ipa_3d_fov_visualization/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ipa_3d_fov_visualization
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.20 (2024-02-19)
-------------------

0.6.19 (2022-07-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion ipa_3d_fov_visualization/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ipa_3d_fov_visualization</name>
<version>0.6.19</version>
<version>0.6.20</version>
<description>The ipa_3d_fov_visualization package allows to visualize the field-of-view of a camera.</description>

<maintainer email="[email protected]">Florenz Graf</maintainer>
Expand Down

0 comments on commit d5e6cf9

Please sign in to comment.