-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Activate CI pipeline for ROS Noetic
- Loading branch information
There are no files selected for viewing
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}} |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
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> | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|