|
1 | 1 | # Spatial Maths for Python
|
2 | 2 |
|
3 |
| -[](https://github.com/bdaiinstitute/robotics-toolbox-python) |
| 3 | +[](https://github.com/petercorke/robotics-toolbox-python) |
4 | 4 | [](https://qcr.github.io)
|
5 | 5 |
|
6 | 6 | [](https://badge.fury.io/py/spatialmath-python)
|
|
20 | 20 | <td style="border:0px">
|
21 | 21 | <img src="https://github.com/bdaiinstitute/spatialmath-python/raw/master/docs/figs/CartesianSnakes_LogoW.png" width="200"></td>
|
22 | 22 | <td style="border:0px">
|
23 |
| -A Python implementation of the <a href="https://github.com/bdaiinstitute/spatial-math">Spatial Math Toolbox for MATLAB<sup>®</sup></a> |
| 23 | +A Python implementation of the <a href="https://github.com/petercorke/spatial-math">Spatial Math Toolbox for MATLAB<sup>®</sup></a> |
24 | 24 | <ul>
|
25 | 25 | <li><a href="https://github.com/bdaiinstitute/spatialmath-python">GitHub repository </a></li>
|
26 | 26 | <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
|
80 | 80 |
|
81 | 81 | # Citing
|
82 | 82 |
|
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. |
84 | 84 |
|
85 | 85 | If the toolbox helped you in your research, please cite
|
86 | 86 |
|
@@ -447,6 +447,6 @@ Similarly when we assign an element or slice of the symbolic matrix to a numeric
|
447 | 447 |
|
448 | 448 | ## History & Contributors
|
449 | 449 |
|
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). |
451 | 451 |
|
452 | 452 | The package is now a collaboration with [Boston Dynamics AI Institute](https://theaiinstitute.com/).
|
0 commit comments