Skip to content

Commit

Permalink
Temporary build UR driver from source
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed Nov 19, 2024
1 parent 36dbf8d commit 100ab0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nexus_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
with:
path: ~/.cache/ccache
key: ccache
# TODO(luca) Remove build from source of UR robots
# This is only temporary until a new Jazzy sync that includes https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/pull/1153/ is made
- name: TEMPORARY build UR from source
run:
git clone -b 2.4.13 https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver
- name: rosdep
run: |
apt update
Expand Down

0 comments on commit 100ab0c

Please sign in to comment.