From 887c19f26c10a335952c39eba54c5647803178ce Mon Sep 17 00:00:00 2001 From: Jenny Barry Date: Tue, 12 May 2026 09:10:18 -0400 Subject: [PATCH 1/2] Update README for two weeks past migration --- README.md | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3a20a36..2bcec2f 100644 --- a/README.md +++ b/README.md @@ -3,23 +3,6 @@ ![Python Support](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue) ![ROS Support](https://img.shields.io/badge/ROS-humble%20%7C%20jazzy-blue) -# Repository Migration Notice - -> [!IMPORTANT] -> This repository has moved to the **RAI-Opensource** GitHub organization! -> -> Current status: **Migrated**. -> - Migration target org: https://github.com/RAI-Opensource -> - Previous target org: https://github.com/bdaiinstitute -> -> What to do now: -> - Update your git remote: -> ```bash -> git remote set-url origin https://github.com/RAI-Opensource/proto2ros -> ``` -> - If you maintain downstream docs/scripts, update links from this repository to the new org. - - ## Overview `proto2ros` helps maintain an interoperability layer between Protobuf dependent and ROS 2 aware code by generating equivalent ROS 2 message definitions given source Protobuf message definitions, as well bi-directional conversion APIs in relevant languages such as C++ and Python. To date, Protobuf syntax versions 2 and 3 are supported but only syntax version 3 has been extensively tested. @@ -36,3 +19,12 @@ This repository contains the following packages: ## Next steps See [contribution guidelines](CONTRIBUTING.md)! + +## Migration Notice + +On April 28, 2026 this repository moved to the **RAI-Opensource** GitHub organization. If you are still pulling from the previous bdaiinstitute GitHub organization, please update your git remote: + ```bash + git remote set-url origin https://github.com/RAI-Opensource/proto2ros + ``` + +If you maintain downstream docs/scripts, update links from this repository to the new org. From 2f09d48066c775f1c76393c3f9b323457b2bc22c Mon Sep 17 00:00:00 2001 From: Jenny Barry Date: Tue, 12 May 2026 09:11:52 -0400 Subject: [PATCH 2/2] Put migration notice above contributing --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2bcec2f..c7d60fc 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,6 @@ This repository contains the following packages: | [`proto2ros`](proto2ros) | Machinery for ROS 2 equivalent message generation and conversion code generation. | | [`proto2ros_tests`](proto2ros_tests) | End-to-end tests for `proto2ros` generated messages and message conversion APIs. | -## Next steps - -See [contribution guidelines](CONTRIBUTING.md)! - ## Migration Notice On April 28, 2026 this repository moved to the **RAI-Opensource** GitHub organization. If you are still pulling from the previous bdaiinstitute GitHub organization, please update your git remote: @@ -28,3 +24,8 @@ On April 28, 2026 this repository moved to the **RAI-Opensource** GitHub organiz ``` If you maintain downstream docs/scripts, update links from this repository to the new org. + + +## Next steps + +See [contribution guidelines](CONTRIBUTING.md)!