Skip to content

Commit

Permalink
Merge pull request #62 from ros-sports/mergify/bp/humble/pr-60
Browse files Browse the repository at this point in the history
Update readme (backport #60)
  • Loading branch information
ijnek committed Jun 28, 2023
2 parents 4edc86d + e81a3ce commit b4d5238
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,8 @@

ROS2 Package to interface RoboCup Standard Platform League's Game Controller.

[![Build and Test (foxy)](https://github.com/ros-sports/gc_spl/actions/workflows/build_and_test_foxy.yaml/badge.svg?branch=foxy)](https://github.com/ros-sports/gc_spl/actions/workflows/build_and_test_foxy.yaml?query=branch:foxy)
[![Build and Test (galactic)](https://github.com/ros-sports/gc_spl/actions/workflows/build_and_test_galactic.yaml/badge.svg?branch=galactic)](https://github.com/ros-sports/gc_spl/actions/workflows/build_and_test_galactic.yaml?query=branch:galactic)
[![Build and Test (humble)](https://github.com/ros-sports/gc_spl/actions/workflows/build_and_test_humble.yaml/badge.svg?branch=humble)](https://github.com/ros-sports/gc_spl/actions/workflows/build_and_test_humble.yaml?query=branch:humble)
[![Build and Test (rolling)](https://github.com/ros-sports/gc_spl/actions/workflows/build_and_test_rolling.yaml/badge.svg?branch=rolling)](https://github.com/ros-sports/gc_spl/actions/workflows/build_and_test_rolling.yaml?query=branch:rolling)
[![Build and Test (dev)](https://github.com/ros-sports/gc_spl/actions/workflows/build_and_test_dev.yaml/badge.svg?branch=dev)](https://github.com/ros-sports/gc_spl/actions/workflows/build_and_test_dev.yaml?query=branch:dev)

[![Build and Test (humble)](../../actions/workflows/build_and_test_humble.yaml/badge.svg?branch=humble)](../../actions/workflows/build_and_test_humble.yaml?query=branch:humble)
[![Build and Test (iron)](../../actions/workflows/build_and_test_iron.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_iron.yaml?query=branch:rolling)
[![Build and Test (rolling)](../../actions/workflows/build_and_test_rolling.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_rolling.yaml?query=branch:rolling)

For more information, see our [Documentation](https://gamecontroller-spl.readthedocs.io/)

# Branches

Note that this repository has an **unusual branching strategy**.
The default branch is the **dev** branch.

The **dev** branch is unreleased, and should work with SPL GameController's master branch.
When a new game controller release is made (eg. 2023, GermanOpen2023), the package should be backported to active distros (eg. rolling, humble, etc.) and released.

That way, teams don't have to be on the most recent distro to use a package against a recent GameController!

0 comments on commit b4d5238

Please sign in to comment.