Skip to content

Commit

Permalink
Update to current ROS rolling and rename things from ignition to gz. (#7
Browse files Browse the repository at this point in the history
)

* Renamed ignition to gz

* Updated CI

* Update gz_ros2_control branches
* use pre-commit in a newer version
* Update pre-commit hooks
* Python formatting
* Remove manual ament jobs
* They are part of pre-commit anyway
* Remove installing clang-format
* Remove unused CMake define

* Update license files

to make ament_copyright happy

* Do not run humble on ros2 branch

* Added description with ros2_control tag

This uses ur_description without a ros2_control tag

* Update branches in CI and README

* Update maintainer information

* Add gazebo_gui argument

* Add UR20 and UR30

* Update README

* Update remote project URLs

Co-authored-by: Vincenzo Di Pentima <[email protected]>

* Update ur_simulation_gz/package.xml

Co-authored-by: Vincenzo Di Pentima <[email protected]>

---------

Co-authored-by: Vincenzo Di Pentima <[email protected]>
  • Loading branch information
fmauch and VinDp authored Apr 30, 2024
1 parent c8e4154 commit e929ce6
Show file tree
Hide file tree
Showing 42 changed files with 851 additions and 634 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9.7
- name: Install system hooks
run: sudo apt-get install clang-format-10 cppcheck
- uses: pre-commit/[email protected]
python-version: '3.10'
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage manual
40 changes: 0 additions & 40 deletions .github/workflows/ci-ros-lint.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/galactic-binary-build.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/galactic-semi-binary-build.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/galactic-source-build.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/humble-binary-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Humble Binary Main
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
push:
branches:
- humble
schedule:
- cron: '13 4 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: humble
ros_repo: main
ref_for_scheduled_build: humble
21 changes: 21 additions & 0 deletions .github/workflows/humble-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Humble Binary Testing
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
push:
branches:
- humble
schedule:
- cron: '13 4 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: humble
ros_repo: testing
ref_for_scheduled_build: humble
22 changes: 22 additions & 0 deletions .github/workflows/humble-semi-binary-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Humble Semi Binary Main
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
push:
branches:
- humble
schedule:
- cron: '13 4 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: humble
ros_repo: main
ref_for_scheduled_build: humble
upstream_workspace: ur_simulation_gz.humble.repos
22 changes: 22 additions & 0 deletions .github/workflows/humble-semi-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Humble Semi Binary Testing
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
push:
branches:
- humble
schedule:
- cron: '13 4 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: humble
ros_repo: testing
ref_for_scheduled_build: humble
upstream_workspace: ur_simulation_gz.humble.repos
21 changes: 21 additions & 0 deletions .github/workflows/iron-binary-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Iron Binary Main
on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
push:
branches:
- iron
schedule:
- cron: '13 4 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: iron
ros_repo: main
ref_for_scheduled_build: iron
21 changes: 21 additions & 0 deletions .github/workflows/iron-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Iron Binary Testing
on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
push:
branches:
- iron
schedule:
- cron: '13 4 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: iron
ros_repo: testing
ref_for_scheduled_build: iron
22 changes: 22 additions & 0 deletions .github/workflows/iron-semi-binary-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Iron Semi Binary Main
on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
push:
branches:
- iron
schedule:
- cron: '13 4 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: iron
ros_repo: main
ref_for_scheduled_build: iron
upstream_workspace: ur_simulation_gz.iron.repos
22 changes: 22 additions & 0 deletions .github/workflows/iron-semi-binary-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Iron Semi Binary Testing
on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
push:
branches:
- iron
schedule:
- cron: '13 4 * * *'

jobs:
binary:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: iron
ros_repo: testing
ref_for_scheduled_build: iron
upstream_workspace: ur_simulation_gz.iron.repos
Loading

0 comments on commit e929ce6

Please sign in to comment.