From d30887153ac6d9338ebaef62bd6508e04244d224 Mon Sep 17 00:00:00 2001 From: Sebastian Castro <4603398+sea-bass@users.noreply.github.com> Date: Sat, 11 Jan 2025 18:44:14 -0500 Subject: [PATCH 1/3] Add `py_trees_ros_viewer` to Jazzy --- humble/distribution.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/humble/distribution.yaml b/humble/distribution.yaml index de4b272f2a359..abf47a38865dd 100644 --- a/humble/distribution.yaml +++ b/humble/distribution.yaml @@ -10,7 +10,7 @@ release_platforms: repositories: aandd_ekew_driver_py: doc: - type: git + type: gitf url: https://github.com/TechMagicKK/aandd_ekew_driver_py.git version: humble release: @@ -6864,6 +6864,13 @@ repositories: url: https://github.com/splintered-reality/py_trees_ros_interfaces.git version: release/2.1.x status: maintained + py_trees_ros_viewer: + source: + test_pull_requests: true + type: git + url: https://github.com/splintered-reality/py_trees_ros_viewer.git + version: devel + status: maintained pybind11_json_vendor: doc: type: git From e8ecffb1c97c7ea6c8c366ca46f3c329201c3043 Mon Sep 17 00:00:00 2001 From: Sebastian Castro <4603398+sea-bass@users.noreply.github.com> Date: Sat, 11 Jan 2025 18:45:14 -0500 Subject: [PATCH 2/3] Fix typo --- humble/distribution.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humble/distribution.yaml b/humble/distribution.yaml index abf47a38865dd..7b3f4dd0db991 100644 --- a/humble/distribution.yaml +++ b/humble/distribution.yaml @@ -10,7 +10,7 @@ release_platforms: repositories: aandd_ekew_driver_py: doc: - type: gitf + type: git url: https://github.com/TechMagicKK/aandd_ekew_driver_py.git version: humble release: From 626c5506724ab92262246ca23509d1e52f9ecfd0 Mon Sep 17 00:00:00 2001 From: Sebastian Castro <4603398+sea-bass@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:21:58 -0500 Subject: [PATCH 3/3] Update distribution.yaml --- humble/distribution.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/humble/distribution.yaml b/humble/distribution.yaml index 7b3f4dd0db991..2569c8f4855ed 100644 --- a/humble/distribution.yaml +++ b/humble/distribution.yaml @@ -6864,6 +6864,13 @@ repositories: url: https://github.com/splintered-reality/py_trees_ros_interfaces.git version: release/2.1.x status: maintained + py_trees_ros_tutorials: + source: + test_pull_requests: true + type: git + url: https://github.com/splintered-reality/py_trees_ros_tutorials.git + version: devel + status: developed py_trees_ros_viewer: source: test_pull_requests: true