Skip to content

Commit

Permalink
Jammy compatibility (#211)
Browse files Browse the repository at this point in the history
* Updated noether_filtering for compatibility with Jammy

* Fixed issue around Could NOT find MPI (missing: MPI_C_FOUND C)

* Updated noether_tpp for compatibility with vtk9

* Fixed issue around Could NOT find MPI (missing: MPI_C_FOUND C)

* Updated noether_gui for compatibility with vtk9

* Updated CI to build on Jammy

* Updated colcon-action version

* Ported noether_filtering subset extraction to noether_tpp

* Ported noether_filtering mesh filters to noether_tpp mesh modifiers

* Removed noether_filtering

---------

Co-authored-by: Tyler Marr <tylermarr17@gmail.com>
  • Loading branch information
marip8 and marrts authored Jan 4, 2024
1 parent d9c5b13 commit 1fda318
Show file tree
Hide file tree
Showing 62 changed files with 516 additions and 3,281 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [focal]
distro: [focal, jammy]
container:
image: ubuntu:${{ matrix.distro }}
env:
Expand All @@ -37,9 +37,10 @@ jobs:
path: target_ws/src

- name: Build and Tests
uses: tesseract-robotics/colcon-action@v5
uses: marip8/colcon-action@009925185785f6c8e8228b859d64c731ab7a62ac
with:
ccache-prefix: ${{ matrix.distro }}
vcs-file: dependencies.repos
rosdep-install-args: '--skip-keys libvtk'
target-path: target_ws/src
target-args: --cmake-args -DCMAKE_BUILD_TYPE=Debug
157 changes: 0 additions & 157 deletions noether_filtering/CMakeLists.txt

This file was deleted.

72 changes: 0 additions & 72 deletions noether_filtering/README.md

This file was deleted.

Loading

0 comments on commit 1fda318

Please sign in to comment.