Skip to content

Commit

Permalink
Install ur_msgs via rosinstall on noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed May 15, 2021
1 parent 6192bc3 commit e7ee8a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ jobs:
env:
- ROS_DISTRO: melodic
ROS_REPO: main
UPSTREAM_WORKSPACE: .ci.rosinstall
UPSTREAM_WORKSPACE: .melodic.rosinstall
DOCKER_RUN_OPTS: --network static_test_net
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
IMMEDIATE_TEST_OUTPUT: true
- ROS_DISTRO: noetic
ROS_REPO: main
UPSTREAM_WORKSPACE: .ci.rosinstall
UPSTREAM_WORKSPACE: .noetic.rosinstall
DOCKER_RUN_OPTS: --network static_test_net
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
IMMEDIATE_TEST_OUTPUT: true
- ROS_DISTRO: melodic
ROS_REPO: testing
UPSTREAM_WORKSPACE: .ci.rosinstall
UPSTREAM_WORKSPACE: .melodic.rosinstall
DOCKER_RUN_OPTS: --network static_test_net
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
IMMEDIATE_TEST_OUTPUT: true
- ROS_DISTRO: noetic
ROS_REPO: testing
UPSTREAM_WORKSPACE: .ci.rosinstall
UPSTREAM_WORKSPACE: .noetic.rosinstall
DOCKER_RUN_OPTS: --network static_test_net
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
IMMEDIATE_TEST_OUTPUT: true
Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions .noetic.rosinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- git:
uri: https://github.com/ros-industrial/universal_robot.git
local-name: universal_robot
version: melodic-devel-staging
- git:
uri: https://github.com/ros-industrial/ur_msgs.git
local-name: ur_msgs
version: melodic-devel

0 comments on commit e7ee8a8

Please sign in to comment.