Skip to content

Commit

Permalink
Fix/migration fixup (#39)
Browse files Browse the repository at this point in the history
* change first section of readme to better reflect state after migration
* change CI to use reusable workflow
  • Loading branch information
Cakem1x authored Oct 16, 2024
1 parent 4a8e343 commit dd7b125
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 deletions.
27 changes: 6 additions & 21 deletions .github/workflows/humble.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,15 @@
name: Humble CI
name: Humble CI - Build and Test

on:
push:
branches:
- 'main'
- 'humble'
pull_request:
workflow_dispatch:
branches:
- '*'

jobs:
build_and_test:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
container:
image: ghcr.io/naturerobots/ros2_humble_build:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
options:
--user root
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: humble
vcs-repo-file-url: $GITHUB_WORKSPACE/source_dependencies.yaml
rosdep-check: true
import-token: ${{ secrets.ORGANIZATION_PRIVATE_PAT }}
uses: naturerobots/github_automation_public/.github/workflows/humble_ci.yaml@main
secrets: inherit
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
This repo is an internal hard fork of [Magazino's move_base_flex](https://github.com/magazino/move_base_flex), with our ROS2 migration changes on top.
Mainly created in order to get a separate issues tracker.

* The `humble` branch is the main branch and is being actively developed
* The `noetic` branch tracks the ROS1 state from [Magazino's move_base_flex](https://github.com/magazino/move_base_flex).
This is the active ROS2 branch of this repository. If your are looking for the ROS1 version, checkout the [noetic branch](https://github.com/naturerobots/move_base_flex/tree/noetic).

# Move Base Flex: A Highly Flexible Navigation Framework:

Expand Down

0 comments on commit dd7b125

Please sign in to comment.