Skip to content

Commit

Permalink
Merge pull request in SWDEV/franka_ros from SRR-1130-drop-kinetic to …
Browse files Browse the repository at this point in the history
…develop

* commit 'ff292d8a34b0ae63d1751e60ec73525847de03ff':
  CHANGE: Drop Kinetic Support
  • Loading branch information
gollth committed Sep 28, 2021
2 parents 054af53 + ff292d8 commit cf28809
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .ci/Dockerfile.kinetic

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

pull_request:
branches:
- kinetic-devel
- melodic-devel
- noetic-devel
- develop
Expand All @@ -17,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ros_distro: [ kinetic, melodic, noetic ]
ros_distro: [ melodic, noetic ]
steps:
- name: Prepare
# Keep the compilation outputs persitant outside the docker container to use for the other steps
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.x - UNRELEASED

* Add `joint_state_desired` publisher to `franka_gazebo`
* No further ROS Kinetic support, since [End-of-Life was in April 2021](http://wiki.ros.org/Distributions)

## 0.8.1 - 2021-09-08

Expand Down
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ node {
}

parallel(
'kinetic': getStages('kinetic', 'xenial'),
'melodic': getStages('melodic', 'bionic'),
'noetic': getStages('noetic', 'focal'),
)
Expand Down

0 comments on commit cf28809

Please sign in to comment.