Skip to content

Commit ce27c1b

Browse files
update readme post migration (#197)
1 parent 4d871f3 commit ce27c1b

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
# Repository Migration Notice
22

33
> [!IMPORTANT]
4-
> This repository is moving to the **RAI-Opensource** GitHub organization in **about 2 weeks from April 9, 2026 (UTC)**.
4+
> This repository has moved to the **RAI-Opensource** GitHub organization!
55
>
6-
> Current status: **pre-migration**.
7-
> Migration target org: <https://github.com/RAI-Opensource>
6+
> Current status: **Migrated**.
7+
>
8+
> - Migration target org: <https://github.com/RAI-Opensource>
9+
> - Previous target org: <https://github.com/bdaiinstitute>
810
>
911
> What to do now:
1012
>
11-
> - Watch this repository for the final cutover update and destination repository link.
12-
> - Plan to update your git remote after the move:
13+
> - Update your git remote:
1314
>
1415
> ```bash
15-
> git remote set-url origin <new-repository-url>
16+
> git remote set-url origin https://github.com/RAI-Opensource/spot_wrapper
1617
> ```
1718
>
18-
> - If you maintain downstream docs/scripts, prepare to update links from this repository to the new org.
19+
> - If you maintain downstream docs/scripts, update links from this repository to the new org.
1920
>
2021
2122
# Spot Wrapper
2223
2324
![Python](https://img.shields.io/badge/python-3.10-blue)
2425
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
2526
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
26-
[![CI](https://github.com/bdaiinstitute/spot_wrapper/workflows/CI/badge.svg)](https://github.com/bdaiinstitute/spot_wrapper/actions)
27-
[![Coverage Status](https://coveralls.io/repos/github/bdaiinstitute/spot_wrapper/badge.svg?branch=main)](https://coveralls.io/github/bdaiinstitute/spot_wrapper?branch=main)
27+
[![CI](https://github.com/rai-opensource/spot_wrapper/workflows/CI/badge.svg)](https://github.com/rai-opensource/spot_wrapper/actions)
28+
[![Coverage Status](https://coveralls.io/repos/github/rai-opensource/spot_wrapper/badge.svg?branch=main)](https://coveralls.io/github/rai-opensource/spot_wrapper?branch=main)
2829
[![LICENSE](https://img.shields.io/badge/license-MIT-purple)](LICENSE)
2930
30-
This Python package is a wrapper around the [Boston Dynamics Spot SDK](https://dev.bostondynamics.com), intended as a united point of entry to the SDK for use with the [spot_ros](https://github.com/heuristicus/spot_ros) and [spot_ros2](https://github.com/bdaiinstitute/spot_ros2) packages.
31+
This Python package is a wrapper around the [Boston Dynamics Spot SDK](https://dev.bostondynamics.com), intended as a united point of entry to the SDK for use with the [spot_ros](https://github.com/heuristicus/spot_ros) and [spot_ros2](https://github.com/rai-opensource/spot_ros2) packages.
3132
3233
This package currently corresponds to `spot-sdk` release 5.0.1. The minimum supported version of Python this package supports is 3.10.
3334

0 commit comments

Comments
 (0)