-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(arcor2_ur): integration of UR robots
- Loading branch information
ZdenekM
committed
Sep 11, 2024
1 parent
8b3b5b1
commit f589e21
Showing
84 changed files
with
3,602 additions
and
751 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,14 @@ jobs: | |
org-check: | ||
name: Check GitHub Organization | ||
if: ${{ github.repository_owner == 'robofit' }} | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Noop | ||
run: "true" | ||
build: | ||
env: | ||
PANTS_CONFIG_FILES: pants.ci.toml | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: org-check | ||
strategy: | ||
matrix: | ||
|
@@ -44,6 +44,9 @@ jobs: | |
uses: actions/setup-python@v5 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
required-ros-distributions: jazzy | ||
- uses: pantsbuild/actions/init-pants@v5-scie-pants | ||
with: | ||
pants-python-version: ${{ matrix.python-version }} | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
mypy==1.9.0 | ||
numpy~=1.23.5 | ||
numpy~=1.26.4 |
Oops, something went wrong.