@@ -25,53 +25,59 @@ jobs:
2525 DOWNSTREAM_WORKSPACE : " github:UniversalRobots/Universal_Robots_ROS_Driver#master https://raw.githubusercontent.com/UniversalRobots/Universal_Robots_ROS_Driver/master/.melodic.rosinstall"
2626 DOCKER_RUN_OPTS : --network static_test_net
2727 BEFORE_INIT : ' apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
28- URSIM_VERSION : 5.8.0.10253
28+ URSIM_DOCKER_IMAGE : ' universalrobots/ursim_e-series:5.5.1'
29+ PROGRAM_FOLDER : ' programs/e-series'
2930 - ROS_DISTRO : noetic
3031 ROS_REPO : main
3132 IMMEDIATE_TEST_OUTPUT : true
3233 DOWNSTREAM_WORKSPACE : " github:UniversalRobots/Universal_Robots_ROS_Driver#master https://raw.githubusercontent.com/UniversalRobots/Universal_Robots_ROS_Driver/master/.noetic.rosinstall"
3334 BUILDER : catkin_tools
3435 DOCKER_RUN_OPTS : --network static_test_net
3536 BEFORE_INIT : ' apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
36- URSIM_VERSION : 5.8.0.10253
37+ URSIM_DOCKER_IMAGE : ' universalrobots/ursim_e-series:5.5.1'
38+ PROGRAM_FOLDER : ' programs/e-series'
3739 - ROS_DISTRO : foxy
3840 ROS_REPO : main
3941 IMMEDIATE_TEST_OUTPUT : true
4042 DOWNSTREAM_WORKSPACE : " github:UniversalRobots/Universal_Robots_ROS2_Driver#foxy"
4143 DOCKER_RUN_OPTS : --network static_test_net
4244 BEFORE_INIT : ' apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
43- URSIM_VERSION : 5.8.0.10253
45+ URSIM_DOCKER_IMAGE : ' universalrobots/ursim_e-series:5.5.1'
46+ PROGRAM_FOLDER : ' programs/e-series'
4447 NOT_TEST_DOWNSTREAM : true
4548 - ROS_DISTRO : galactic
4649 ROS_REPO : main
4750 IMMEDIATE_TEST_OUTPUT : true
4851 DOWNSTREAM_WORKSPACE : " github:UniversalRobots/Universal_Robots_ROS2_Driver#galactic"
4952 DOCKER_RUN_OPTS : --network static_test_net
5053 BEFORE_INIT : ' apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
51- URSIM_VERSION : 5.8.0.10253
54+ URSIM_DOCKER_IMAGE : ' universalrobots/ursim_e-series:5.5.1'
55+ PROGRAM_FOLDER : ' programs/e-series'
5256 NOT_TEST_DOWNSTREAM : true
5357 - ROS_DISTRO : humble
5458 ROS_REPO : main
5559 IMMEDIATE_TEST_OUTPUT : true
5660 DOWNSTREAM_WORKSPACE : " github:UniversalRobots/Universal_Robots_ROS2_Driver#main https://raw.githubusercontent.com/UniversalRobots/Universal_Robots_ROS2_Driver/main/Universal_Robots_ROS2_Driver-not-released.humble.repos"
5761 DOCKER_RUN_OPTS : --network static_test_net
5862 BEFORE_INIT : ' apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
59- URSIM_VERSION : 5.8.0.10253
63+ URSIM_DOCKER_IMAGE : ' universalrobots/ursim_e-series:5.5.1'
64+ PROGRAM_FOLDER : ' programs/e-series'
6065 NOT_TEST_DOWNSTREAM : true
6166 - ROS_DISTRO : rolling
6267 ROS_REPO : main
6368 IMMEDIATE_TEST_OUTPUT : true
6469 DOWNSTREAM_WORKSPACE : " github:UniversalRobots/Universal_Robots_ROS2_Driver#main https://raw.githubusercontent.com/UniversalRobots/Universal_Robots_ROS2_Driver/main/Universal_Robots_ROS2_Driver-not-released.rolling.repos"
6570 DOCKER_RUN_OPTS : --network static_test_net
6671 BEFORE_INIT : ' apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
67- URSIM_VERSION : 5.8.0.10253
72+ URSIM_DOCKER_IMAGE : ' universalrobots/ursim_e-series:5.5.1'
73+ PROGRAM_FOLDER : ' programs/e-series'
6874 NOT_TEST_DOWNSTREAM : true
6975
7076 steps :
7177 - uses : actions/checkout@v1
7278 - name : start ursim
7379 run : |
74- tests/resources/dockerursim/build_and_run_docker_ursim.sh $URSIM_VERSION
80+ tests/resources/dockerursim/build_and_run_docker_ursim.sh $URSIM_DOCKER_IMAGE $PROGRAM_FOLDER
7581 env : ${{matrix.env}}
7682 - uses : ' ros-industrial/industrial_ci@master'
7783 env : ${{matrix.env}}
0 commit comments