Skip to content

Commit

Permalink
Merge pull request #3 from SCHUNK-SE-Co-KG/add-ci-pipeline
Browse files Browse the repository at this point in the history
Activate CI pipeline for ROS Noetic
  • Loading branch information
stefanscherzinger authored May 27, 2024
2 parents 260167c + 4a42755 commit 7afd155
Show file tree
Hide file tree
Showing 33 changed files with 773 additions and 861 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/industrial_ci_noetic_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Noetic

on:
push:
pull_request:
schedule:
# Run every Friday at 6:30 am to detect breaking APIs
- cron: '30 6 * * 5'


jobs:
industrial_ci:
strategy:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: noetic, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![build badge](https://github.com/SCHUNK-SE-Co-KG/schunk_description/actions/workflows/industrial_ci_noetic_action.yml/badge.svg)
[![License](https://img.shields.io/badge/License-GPLv3-orange)](https://opensource.org/licenses/gpl-license)

# Schunk Description
Expand Down
20 changes: 4 additions & 16 deletions egp_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,9 @@ cmake_minimum_required(VERSION 2.8.3)
project(egp_description)
add_compile_options(-std=c++14)

find_package(gazebo REQUIRED)
find_package(catkin REQUIRED COMPONENTS)
catkin_package()

find_package(catkin REQUIRED COMPONENTS
rospy
gazebo_ros
install(DIRECTORY config launch meshes urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

catkin_package(
CATKIN_DEPENDS rospy gazebo_ros
)


include_directories(
# include
${catkin_INCLUDE_DIRS}
${GAZEBO_INCLUDE_DIRS}
)

180 changes: 90 additions & 90 deletions egp_description/meshes/egp_trans_1.dae

Large diffs are not rendered by default.

182 changes: 91 additions & 91 deletions egp_description/meshes/egp_trans_2.dae

Large diffs are not rendered by default.

16 changes: 2 additions & 14 deletions egp_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,12 @@
<maintainer email="[email protected]">Stefan Scherzinger</maintainer>
<license>GPL-3.0-or-later</license>


<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>joint_state_publisher</build_depend>
<build_depend>joint_state_publisher_gui</build_depend>
<build_depend>robot_state_publisher</build_depend>

<build_export_depend>rospy</build_export_depend>
<build_export_depend>gazebo_ros</build_export_depend>
<build_export_depend>joint_state_publisher</build_export_depend>
<build_export_depend>joint_state_publisher_gui</build_export_depend>
<build_export_depend>robot_state_publisher</build_export_depend>

<exec_depend>rospy</exec_depend>
<exec_depend>gazebo_ros</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>joint_state_publisher_gui</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>

<export>
<!-- The export tag contains other, unspecified, tags -->
</export>
Expand Down
20 changes: 4 additions & 16 deletions egu_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,9 @@ cmake_minimum_required(VERSION 2.8.3)
project(egu_description)
add_compile_options(-std=c++14)

find_package(gazebo REQUIRED)
find_package(catkin REQUIRED COMPONENTS)
catkin_package()

find_package(catkin REQUIRED COMPONENTS
rospy
gazebo_ros
install(DIRECTORY config launch meshes urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

catkin_package(
CATKIN_DEPENDS rospy gazebo_ros
)


include_directories(
# include
${catkin_INCLUDE_DIRS}
${GAZEBO_INCLUDE_DIRS}
)

66 changes: 33 additions & 33 deletions egu_description/meshes/base_link.dae

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions egu_description/meshes/gripper_base_link_left.dae

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions egu_description/meshes/gripper_base_link_right.dae

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions egu_description/meshes/gripper_finger_down.dae

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions egu_description/meshes/gripper_finger_up.dae

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions egu_description/meshes/screw_1.dae

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions egu_description/meshes/screw_2.dae

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions egu_description/meshes/screw_3.dae

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions egu_description/meshes/screw_4.dae

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions egu_description/meshes/symbol_1_left.dae

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions egu_description/meshes/symbol_1_right.dae

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions egu_description/meshes/symbol_2_left.dae

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions egu_description/meshes/symbol_2_right.dae

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions egu_description/meshes/translational_left.dae

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions egu_description/meshes/translational_right.dae

Large diffs are not rendered by default.

19 changes: 3 additions & 16 deletions egu_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,31 +1,18 @@
<package format="2">
<name>egu_50_description</name>
<name>egu_description</name>
<version>0.0.0</version>
<description>URDF Description package for EGU 50 gripper</description>
<author>Jinbao Xiong</author>
<author>Fabian Reinwald</author>
<maintainer email="[email protected]">Stefan Scherzinger</maintainer>
<license>GPL-3.0-or-later</license>



<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>joint_state_publisher</build_depend>
<build_depend>joint_state_publisher_gui</build_depend>
<build_depend>robot_state_publisher</build_depend>

<build_export_depend>rospy</build_export_depend>
<build_export_depend>gazebo_ros</build_export_depend>
<build_export_depend>joint_state_publisher</build_export_depend>
<build_export_depend>joint_state_publisher_gui</build_export_depend>
<build_export_depend>robot_state_publisher</build_export_depend>

<exec_depend>rospy</exec_depend>
<exec_depend>gazebo_ros</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>joint_state_publisher_gui</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>

<export>
<!-- The export tag contains other, unspecified, tags -->
</export>
Expand Down
20 changes: 4 additions & 16 deletions pzn_plus_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,9 @@ cmake_minimum_required(VERSION 2.8.3)
project(pzn_plus_description)
add_compile_options(-std=c++14)

find_package(gazebo REQUIRED)
find_package(catkin REQUIRED COMPONENTS)
catkin_package()

find_package(catkin REQUIRED COMPONENTS
rospy
gazebo_ros
install(DIRECTORY config launch meshes urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

catkin_package(
CATKIN_DEPENDS rospy gazebo_ros
)


include_directories(
# include
${catkin_INCLUDE_DIRS}
${GAZEBO_INCLUDE_DIRS}
)

160 changes: 80 additions & 80 deletions pzn_plus_description/meshes/pzn_plus_finger.dae

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions pzn_plus_description/meshes/pzn_plus_finger_1.dae

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions pzn_plus_description/meshes/pzn_plus_trans.dae

Large diffs are not rendered by default.

16 changes: 2 additions & 14 deletions pzn_plus_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,12 @@
<maintainer email="[email protected]">Stefan Scherzinger</maintainer>
<license>GPL-3.0-or-later</license>


<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>joint_state_publisher</build_depend>
<build_depend>joint_state_publisher_gui</build_depend>
<build_depend>robot_state_publisher</build_depend>

<build_export_depend>rospy</build_export_depend>
<build_export_depend>gazebo_ros</build_export_depend>
<build_export_depend>joint_state_publisher</build_export_depend>
<build_export_depend>joint_state_publisher_gui</build_export_depend>
<build_export_depend>robot_state_publisher</build_export_depend>

<exec_depend>rospy</exec_depend>
<exec_depend>gazebo_ros</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>joint_state_publisher_gui</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>

<export>
<!-- The export tag contains other, unspecified, tags -->
</export>
Expand Down
20 changes: 4 additions & 16 deletions pzv_64_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,9 @@ cmake_minimum_required(VERSION 2.8.3)
project(pzv_64_description)
add_compile_options(-std=c++14)

find_package(gazebo REQUIRED)
find_package(catkin REQUIRED COMPONENTS)
catkin_package()

find_package(catkin REQUIRED COMPONENTS
rospy
gazebo_ros
install(DIRECTORY config launch meshes urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

catkin_package(
CATKIN_DEPENDS rospy gazebo_ros
)


include_directories(
# include
${catkin_INCLUDE_DIRS}
${GAZEBO_INCLUDE_DIRS}
)

Loading

0 comments on commit 7afd155

Please sign in to comment.