|
1 | 1 | # Repository Migration Notice |
2 | 2 |
|
3 | 3 | > [!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! |
5 | 5 | > |
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> |
8 | 10 | > |
9 | 11 | > What to do now: |
10 | 12 | > |
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: |
13 | 14 | > |
14 | 15 | > ```bash |
15 | | -> git remote set-url origin <new-repository-url> |
| 16 | +> git remote set-url origin https://github.com/RAI-Opensource/spot_wrapper |
16 | 17 | > ``` |
17 | 18 | > |
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. |
19 | 20 | > |
20 | 21 |
|
21 | 22 | # Spot Wrapper |
22 | 23 |
|
23 | 24 |  |
24 | 25 | [](https://github.com/astral-sh/ruff) |
25 | 26 | [](https://github.com/psf/black) |
26 | | -[](https://github.com/bdaiinstitute/spot_wrapper/actions) |
27 | | -[](https://coveralls.io/github/bdaiinstitute/spot_wrapper?branch=main) |
| 27 | +[](https://github.com/rai-opensource/spot_wrapper/actions) |
| 28 | +[](https://coveralls.io/github/rai-opensource/spot_wrapper?branch=main) |
28 | 29 | [](LICENSE) |
29 | 30 |
|
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. |
31 | 32 |
|
32 | 33 | This package currently corresponds to `spot-sdk` release 5.0.1. The minimum supported version of Python this package supports is 3.10. |
33 | 34 |
|
|
0 commit comments