Skip to content

Commit 8b98952

Browse files
authored
Update README for two weeks past migration (#19)
* Update README for two weeks past migration * Put migration notice above contributing
1 parent 4c41483 commit 8b98952

1 file changed

Lines changed: 10 additions & 17 deletions

File tree

README.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,6 @@
33
![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)
44
![ROS Support](https://img.shields.io/badge/ROS-humble%20%7C%20jazzy-blue)
55

6-
# Repository Migration Notice
7-
8-
> [!IMPORTANT]
9-
> This repository has moved to the **RAI-Opensource** GitHub organization!
10-
>
11-
> Current status: **Migrated**.
12-
> - Migration target org: https://github.com/RAI-Opensource
13-
> - Previous target org: https://github.com/bdaiinstitute
14-
>
15-
> What to do now:
16-
> - Update your git remote:
17-
> ```bash
18-
> git remote set-url origin https://github.com/RAI-Opensource/proto2ros
19-
> ```
20-
> - If you maintain downstream docs/scripts, update links from this repository to the new org.
21-
22-
236
## Overview
247

258
`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.
@@ -33,6 +16,16 @@ This repository contains the following packages:
3316
| [`proto2ros`](proto2ros) | Machinery for ROS 2 equivalent message generation and conversion code generation. |
3417
| [`proto2ros_tests`](proto2ros_tests) | End-to-end tests for `proto2ros` generated messages and message conversion APIs. |
3518

19+
## Migration Notice
20+
21+
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:
22+
```bash
23+
git remote set-url origin https://github.com/RAI-Opensource/proto2ros
24+
```
25+
26+
If you maintain downstream docs/scripts, update links from this repository to the new org.
27+
28+
3629
## Next steps
3730

3831
See [contribution guidelines](CONTRIBUTING.md)!

0 commit comments

Comments
 (0)