diff --git a/.github/workflows/industrial-ci.yml b/.github/workflows/industrial-ci.yml index 3a28a159..ce208415 100644 --- a/.github/workflows/industrial-ci.yml +++ b/.github/workflows/industrial-ci.yml @@ -58,6 +58,16 @@ jobs: ROBOT_MODEL: 'ur5e' PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/e-series' NOT_TEST_DOWNSTREAM: true + - ROS_DISTRO: iron + ROS_REPO: main + IMMEDIATE_TEST_OUTPUT: true + DOWNSTREAM_WORKSPACE: "github:UniversalRobots/Universal_Robots_ROS2_Driver#iron https://raw.githubusercontent.com/UniversalRobots/Universal_Robots_ROS2_Driver/iron/Universal_Robots_ROS2_Driver-not-released.iron.repos" + DOCKER_RUN_OPTS: --network ursim_net + BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101' + URSIM_VERSION: '5.9.4' + ROBOT_MODEL: 'ur5e' + PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/e-series' + NOT_TEST_DOWNSTREAM: true - ROS_DISTRO: rolling ROS_REPO: main IMMEDIATE_TEST_OUTPUT: true diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index b6a8febc..dd6f6dcd 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - ROS_DISTRO: [humble, rolling] + ROS_DISTRO: [humble, iron, rolling] OS_VERSION: [jammy] include: - ROS_DISTRO: melodic