Skip to content

Commit

Permalink
Merge branch 'kinetic_dev' of github.com:ipa320/cob_manipulation into…
Browse files Browse the repository at this point in the history
… kinetic_release_candidate
  • Loading branch information
fmessmer committed Feb 19, 2024
2 parents eb42e62 + 37f640b commit 88c40d2
Show file tree
Hide file tree
Showing 18 changed files with 70 additions and 89 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, TARGET_WORKSPACE: '. -cob_manipulation/cob_obstacle_distance_moveit -cob_manipulation/cob_manipulation' }

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

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

37 changes: 0 additions & 37 deletions .travis.rosinstall

This file was deleted.

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

This file was deleted.

22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
cob_manipulation
===========

## ROS Distro Support
## GitHub Actions - Continuous Integration

| | Indigo | Jade | Kinetic |
|:-------:|:------:|:----:|:-------:|
| Branch | [`indigo_dev`](https://github.com/ipa320/cob_manipulation/tree/indigo_dev) | [`indigo_dev`](https://github.com/ipa320/cob_manipulation/tree/indigo_dev) | [`kinetic_dev`](https://github.com/ipa320/cob_manipulation/tree/kinetic_dev) |
| Status | supported | not supported | supported |
| Version | [version](http://repositories.ros.org/status_page/ros_indigo_default.html?q=cob_manipulation) | [version](http://repositories.ros.org/status_page/ros_jade_default.html?q=cob_manipulation) | [version](http://repositories.ros.org/status_page/ros_kinetic_default.html?q=cob_manipulation) |
CI-Status ```kinetic_dev```: [![GHA CI](https://github.com/ipa320/cob_manipulation/actions/workflows/main.yml/badge.svg?branch=kinetic_dev)](https://github.com/ipa320/cob_manipulation/actions/workflows/main.yml?query=branch%3Akinetic_dev)

## Travis - Continuous Integration

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

## ROS Buildfarm

| | Indigo Source | Indigo Debian | Jade Source | Jade Debian | Kinetic Source | Kinetic Debian |
|:-------:|:-------------------:|:-------------------:|:-------------------:|:-------------------:|:-------------------:|:-------------------:|
| cob_manipulation | [![not released](http://build.ros.org/buildStatus/icon?job=Isrc_uT__cob_manipulation__ubuntu_trusty__source)](http://build.ros.org/view/Isrc_uT/job/Isrc_uT__cob_manipulation__ubuntu_trusty__source/) | [![not released](http://build.ros.org/buildStatus/icon?job=Ibin_uT64__cob_manipulation__ubuntu_trusty_amd64__binary)](http://build.ros.org/view/Ibin_uT64/job/Ibin_uT64__cob_manipulation__ubuntu_trusty_amd64__binary/) | [![not released](http://build.ros.org/buildStatus/icon?job=Jsrc_uT__cob_manipulation__ubuntu_trusty__source)](http://build.ros.org/view/Jsrc_uT/job/Jsrc_uT__cob_manipulation__ubuntu_trusty__source/) | [![not released](http://build.ros.org/buildStatus/icon?job=Jbin_uT64__cob_manipulation__ubuntu_trusty_amd64__binary)](http://build.ros.org/view/Jbin_uT64/job/Jbin_uT64__cob_manipulation__ubuntu_trusty_amd64__binary/) | [![not released](http://build.ros.org/buildStatus/icon?job=Ksrc_uX__cob_manipulation__ubuntu_xenial__source)](http://build.ros.org/view/Ksrc_uX/job/Ksrc_uX__cob_manipulation__ubuntu_xenial__source/) | [![not released](http://build.ros.org/buildStatus/icon?job=Kbin_uX64__cob_manipulation__ubuntu_xenial_amd64__binary)](http://build.ros.org/view/Kbin_uX64/job/Kbin_uX64__cob_manipulation__ubuntu_xenial_amd64__binary/) |


This is a repository for Care-O-bot manipulation packages.

Installation instructions and tutorials can be found at http://www.care-o-bot.org.
3 changes: 3 additions & 0 deletions cob_collision_monitor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_collision_monitor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.7.9 (2024-02-19)
------------------

0.7.8 (2023-01-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_collision_monitor/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_collision_monitor</name>
<version>0.7.8</version>
<version>0.7.9</version>
<description>The collision monitor uses the planning scene monitor to read the state of the robot and check it for collision with itselt or the environment. It addition a ground plane is added in any case. Can be used as a stand-aloan node or a move_group capability.</description>

<maintainer email="fxm@ipa.fhg.de">Felix Messmer</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions cob_grasp_generation/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_grasp_generation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.7.9 (2024-02-19)
------------------

0.7.8 (2023-01-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_grasp_generation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>cob_grasp_generation</name>
<version>0.7.8</version>
<version>0.7.9</version>
<description>
Grasp generation for Care-O-bot based on OpenRAVE
</description>
Expand Down
3 changes: 3 additions & 0 deletions cob_lookat_action/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_lookat_action
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.7.9 (2024-02-19)
------------------

0.7.8 (2023-01-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_lookat_action/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>cob_lookat_action</name>
<version>0.7.8</version>
<version>0.7.9</version>
<description>
cob_lookat_action
</description>
Expand Down
3 changes: 3 additions & 0 deletions cob_manipulation/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_manipulation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.7.9 (2024-02-19)
------------------

0.7.8 (2023-01-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_manipulation/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>cob_manipulation</name>
<version>0.7.8</version>
<version>0.7.9</version>
<description>The cob_manipulation stack includes packages that provide manipulation capabilities for Care-O-bot.</description>

<maintainer email="fxm@ipa.fhg.de">Felix Messmer</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions cob_manipulation_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_manipulation_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.7.9 (2024-02-19)
------------------

0.7.8 (2023-01-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_manipulation_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_manipulation_msgs</name>
<version>0.7.8</version>
<version>0.7.9</version>
<description>Messages for cob_manipulation</description>

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

0.7.9 (2024-02-19)
------------------

0.7.8 (2023-01-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_moveit_bringup/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>cob_moveit_bringup</name>
<version>0.7.8</version>
<version>0.7.9</version>
<description>
MoveIt launch files
</description>
Expand Down
3 changes: 3 additions & 0 deletions cob_moveit_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cob_moveit_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.7.9 (2024-02-19)
------------------

0.7.8 (2023-01-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cob_moveit_interface/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>cob_moveit_interface</name>
<version>0.7.8</version>
<version>0.7.9</version>
<description>
cob_moveit_interface
</description>
Expand Down

0 comments on commit 88c40d2

Please sign in to comment.