Skip to content

Commit ab1453a

Browse files
committed
Revert erenouius blanket replace of "github.com/petercorke" with "github.com/bdaiinstitute"
1 parent c1315c9 commit ab1453a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Spatial Maths for Python
22

3-
[![A Python Robotics Package](https://raw.githubusercontent.com/petercorke/robotics-toolbox-python/master/.github/svg/py_collection.min.svg)](https://github.com/bdaiinstitute/robotics-toolbox-python)
3+
[![A Python Robotics Package](https://raw.githubusercontent.com/petercorke/robotics-toolbox-python/master/.github/svg/py_collection.min.svg)](https://github.com/petercorke/robotics-toolbox-python)
44
[![QUT Centre for Robotics Open Source](https://github.com/qcr/qcr.github.io/raw/master/misc/badge.svg)](https://qcr.github.io)
55

66
[![PyPI version](https://badge.fury.io/py/spatialmath-python.svg)](https://badge.fury.io/py/spatialmath-python)
@@ -20,7 +20,7 @@
2020
<td style="border:0px">
2121
<img src="https://github.com/bdaiinstitute/spatialmath-python/raw/master/docs/figs/CartesianSnakes_LogoW.png" width="200"></td>
2222
<td style="border:0px">
23-
A Python implementation of the <a href="https://github.com/bdaiinstitute/spatial-math">Spatial Math Toolbox for MATLAB<sup>&reg;</sup></a>
23+
A Python implementation of the <a href="https://github.com/petercorke/spatial-math">Spatial Math Toolbox for MATLAB<sup>&reg;</sup></a>
2424
<ul>
2525
<li><a href="https://github.com/bdaiinstitute/spatialmath-python">GitHub repository </a></li>
2626
<li><a href="https://bdaiinstitute.github.io/spatialmath-python">Documentation</a></li>
@@ -80,7 +80,7 @@ The class, method and functions names largely mirror those of the MATLAB toolbox
8080

8181
# Citing
8282

83-
Check out our ICRA 2021 paper on [IEEE Xplore](https://ieeexplore.ieee.org/document/9561366) or get the PDF from [Peter's website](https://bit.ly/icra_rtb). This describes the [Robotics Toolbox for Python](https://github.com/bdaiinstitute/robotics-toolbox-python) as well Spatial Maths.
83+
Check out our ICRA 2021 paper on [IEEE Xplore](https://ieeexplore.ieee.org/document/9561366) or get the PDF from [Peter's website](https://bit.ly/icra_rtb). This describes the [Robotics Toolbox for Python](https://github.com/petercorke/robotics-toolbox-python) as well Spatial Maths.
8484

8585
If the toolbox helped you in your research, please cite
8686

@@ -447,6 +447,6 @@ Similarly when we assign an element or slice of the symbolic matrix to a numeric
447447

448448
## History & Contributors
449449

450-
This package was originally created by [Peter Corke](https://github.com/bdaiinstitute) and [Jesse Haviland](https://github.com/jhavl) and was inspired by the [Spatial Math Toolbox for MATLAB](https://github.com/bdaiinstitute/spatialmath-matlab). It supports the textbook [Robotics, Vision & Control in Python 3e](https://github.com/bdaiinstitute/RVC3-python).
450+
This package was originally created by [Peter Corke](https://github.com/petercorke) and [Jesse Haviland](https://github.com/jhavl) and was inspired by the [Spatial Math Toolbox for MATLAB](https://github.com/petercorke/spatialmath-matlab). It supports the textbook [Robotics, Vision & Control in Python 3e](https://github.com/petercorke/RVC3-python).
451451

452452
The package is now a collaboration with [Boston Dynamics AI Institute](https://theaiinstitute.com/).

docs/source/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,9 +718,9 @@ Relationship to MATLAB tools
718718
----------------------------
719719

720720
This package replicates, as much as possible, the functionality of the `Spatial
721-
Math Toolbox <https://github.com/bdaiinstitute/spatial-math>`__ for MATLAB®
721+
Math Toolbox <https://github.com/petercorke/spatial-math>`__ for MATLAB®
722722
which underpins the `Robotics Toolbox
723-
<https://github.com/bdaiinstitute/robotics-toolbox-matlab>`__ for MATLAB®. It
723+
<https://github.com/petercorke/robotics-toolbox-matlab>`__ for MATLAB®. It
724724
comprises:
725725

726726
* the *classic* functions (which date back to the origin of the Robotics Toolbox

tests/base/test_quaternions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of the SpatialMath toolbox for Python
2-
# https://github.com/bdaiinstitute/spatialmath-python
2+
# https://github.com/petercorke/spatialmath-python
33
#
44
# MIT License
55
#

0 commit comments

Comments
 (0)