-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README to include Jazzy (#479)
* Add jazzy to supported distros Signed-off-by: Yadunund <[email protected]> * Update DOCKERFILE to build for Rolling Signed-off-by: Yadunund <[email protected]> * Remove link to rmf_demos_panel which is now removed from rmf_demos Signed-off-by: Yadunund <[email protected]> * Update nightly Signed-off-by: Yadunund <[email protected]> * gz and python modules are resolved via rosdep Signed-off-by: Yadunund <[email protected]> * Build docker image with jazzy as underlay Signed-off-by: Yadunund <[email protected]> --------- Signed-off-by: Yadunund <[email protected]>
- Loading branch information
Showing
4 changed files
with
16 additions
and
43 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
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 |
---|---|---|
|
@@ -6,12 +6,12 @@ on: | |
jobs: | ||
build_and_test: | ||
name: Nightly build and test | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: deps | ||
uses: ros-tooling/setup-ros@v0.4 | ||
uses: ros-tooling/setup-ros@v0.7 | ||
with: | ||
required-ros-distributions: humble | ||
required-ros-distributions: jazzy | ||
- name: setup clang | ||
run: | | ||
sudo apt update && sudo apt install -y clang lldb lld | ||
|
@@ -21,8 +21,9 @@ jobs: | |
uses: ros-tooling/[email protected] | ||
env: | ||
QT_QPA_PLATFORM: offscreen | ||
PIP_BREAK_SYSTEM_PACKAGES: 1 | ||
with: | ||
target-ros2-distro: humble | ||
target-ros2-distro: jazzy | ||
# build all packages listed in the meta package | ||
package-name: | | ||
rmf_utils | ||
|
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