Skip to content

Commit 1e56dbc

Browse files
committed
Add upstream/deprecation notice
Signed-off-by: SuperJappie08 <36795178+SuperJappie08@users.noreply.github.com>
1 parent 83f497e commit 1e56dbc

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ repos:
3838
- id: fix-byte-order-marker
3939

4040
- repo: https://github.com/codespell-project/codespell
41-
rev: v2.4.1
41+
rev: v2.4.2
4242
hooks:
4343
- id: codespell
4444

4545
# Python hooks
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.20.0
47+
rev: v3.21.2
4848
hooks:
4949
- id: pyupgrade
5050
args: [--py36-plus]
@@ -87,7 +87,7 @@ repos:
8787
stages: [commit-msg]
8888

8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: 0.34.0
90+
rev: 0.37.0
9191
hooks:
9292
- id: check-github-workflows
9393
args: ["--verbose"]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ A launch extension for [ros2_control](control.ros.org).
44
This packages provides a launch action for spawning controllers.
55
It is compatible with Humble, Jazzy, Kilted and Rolling.
66

7+
> [!IMPORTANT]
8+
> This package has been upstreamed to [`ros-controls/ros2_control`](https://github.com/ros-controls/ros2_control/tree/master/launch_ros2_control).
9+
> This repository has been deprecated in favour of the new upstream version.
10+
711
Examples for the <i title="XML, YAML, and Python">3 major launch file types</i>, can be found in the [examples folder](examples/).
812

913
## <span title="XML/YAML tag">`spawn_contoller`/`spawn-controller`</span> (<span title="Internal Python Action 🐍">`SpawnControllers`</span>)

0 commit comments

Comments
 (0)