-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First changes for the migration. still needs to be tested Signed-off-by: JesusSilvaUtrera <[email protected]> * Simulation is now working with Jazzy Signed-off-by: JesusSilvaUtrera <[email protected]> * Updated the version of the setup-ros step for testing Signed-off-by: JesusSilvaUtrera <[email protected]> * Slam is working now Signed-off-by: JesusSilvaUtrera <[email protected]> --------- Signed-off-by: JesusSilvaUtrera <[email protected]>
- Loading branch information
1 parent
2cbaa21
commit 030c8f3
Showing
10 changed files
with
77 additions
and
77 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 |
---|---|---|
|
@@ -3,14 +3,14 @@ name: colcon build & test | |
on: | ||
push: | ||
branches: | ||
- humble | ||
- jazzy | ||
pull_request: | ||
branches: | ||
- humble | ||
- jazzy | ||
workflow_dispatch: | ||
|
||
env: | ||
ROS_DISTRO: humble | ||
ROS_DISTRO: jazzy | ||
|
||
# Cancel previously running PR jobs | ||
concurrency: | ||
|
@@ -22,10 +22,10 @@ jobs: | |
name: Compile and test | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ubuntu:22.04 | ||
image: ubuntu:24.04 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: ros-tooling/setup-ros@v0.6 | ||
- uses: ros-tooling/setup-ros@v0.7 | ||
- uses: ros-tooling/[email protected] | ||
id: action_ros_ci_step | ||
with: | ||
|
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
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
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
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