Skip to content

Commit 92f6199

Browse files
authored
Migration notice added to README (#178)
1 parent 0937b64 commit 92f6199

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,29 @@
1313
[![PyPI - Downloads](https://img.shields.io/pypi/dw/spatialmath-python)](https://pypistats.org/packages/spatialmath-python)
1414
[![GitHub stars](https://img.shields.io/github/stars/bdaiinstitute/spatialmath-python.svg?style=social&label=Star)](https://GitHub.com/bdaiinstitute/spatialmath-python/stargazers/)
1515

16+
# Repository Migration Notice
17+
18+
> [!IMPORTANT]
19+
> This repository is moving to the **RAI-Opensource** GitHub organization in **about 2 weeks from April 9, 2026 (UTC)**.
20+
>
21+
> The `github.io` page is now at <https://spatialmath-python.rai-inst.com/>. The old link (`https://bdaiinstitute.github.io/spatialmath-python`) will continue to redirect until repository migration and **then will break**.
22+
>
23+
> Current status: **pre-migration**.
24+
> Migration target org: <https://github.com/RAI-Opensource/spatialmath-python>
25+
>
26+
> What to do now:
27+
>
28+
> - Immediately: Update any links of `https://bdaiinstitute.github.io/spatialmath-python` to <https://spatialmath-python.rai-inst.com/>
29+
>
30+
>
31+
> - Watch this repository for the final cutover update and destination repository link.
32+
> - Plan to update your git remote after the move:
33+
>
34+
> ```bash
35+
> git remote set-url origin https://github.com/rai-opensource/spatialmath-python.git
36+
> ```
37+
>
38+
>
1639
1740
1841
<table style="border:0px">
@@ -23,7 +46,7 @@
2346
A Python implementation of the <a href="https://github.com/petercorke/spatial-math">Spatial Math Toolbox for MATLAB<sup>&reg;</sup></a>
2447
<ul>
2548
<li><a href="https://github.com/bdaiinstitute/spatialmath-python">GitHub repository </a></li>
26-
<li><a href="https://bdaiinstitute.github.io/spatialmath-python">Documentation</a></li>
49+
<li><a href="https://https://spatialmath-python.rai-inst.com">Documentation</a></li>
2750
<li><a href=https://github.com/bdaiinstitute/spatialmath-python/discussions/categories/changes>Recent changes</a>
2851
<li><a href="https://github.com/bdaiinstitute/spatialmath-python/wiki">Wiki (examples and details)</a></li>
2952
<li><a href="installation#">Installation</a></li>
@@ -32,6 +55,7 @@ A Python implementation of the <a href="https://github.com/petercorke/spatial-ma
3255
</tr>
3356
</table>
3457
58+
3559
Spatial mathematics capability underpins all of robotics and robotic vision where we need to describe the position, orientation or pose of objects in 2D or 3D spaces.
3660
3761

0 commit comments

Comments
 (0)