|
1 | 1 | # Spatial Maths for Python
|
2 | 2 |
|
| 3 | +[](https://github.com/petercorke/robotics-toolbox-python) |
| 4 | +[](https://qcr.github.io) |
| 5 | + |
3 | 6 | [](https://badge.fury.io/py/spatialmath-python)
|
4 | 7 | [](https://anaconda.org/conda-forge/spatialmath-python)
|
5 | 8 | 
|
6 | 9 | [](https://opensource.org/licenses/MIT)
|
7 |
| -[](https://qcr.github.io) |
8 | 10 |
|
9 | 11 | [](https://github.com/petercorke/spatialmath-python/actions?query=workflow%3Abuild)
|
10 | 12 | [](https://codecov.io/gh/petercorke/spatialmath-python)
|
@@ -77,6 +79,40 @@ The class, method and functions names largely mirror those of the MATLAB toolbox
|
77 | 79 |
|
78 | 80 | 
|
79 | 81 |
|
| 82 | +# Citing |
| 83 | + |
| 84 | +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. |
| 85 | + |
| 86 | +If the toolbox helped you in your research, please cite |
| 87 | + |
| 88 | +``` |
| 89 | +@inproceedings{rtb, |
| 90 | + title={Not your grandmother’s toolbox--the Robotics Toolbox reinvented for Python}, |
| 91 | + author={Corke, Peter and Haviland, Jesse}, |
| 92 | + booktitle={2021 IEEE International Conference on Robotics and Automation (ICRA)}, |
| 93 | + pages={11357--11363}, |
| 94 | + year={2021}, |
| 95 | + organization={IEEE} |
| 96 | +} |
| 97 | +``` |
| 98 | + |
| 99 | +<br> |
| 100 | + |
| 101 | +<a id='6'></a> |
| 102 | + |
| 103 | +## Using the Toolbox in your Open Source Code? |
| 104 | + |
| 105 | +If you are using the Toolbox in your open source code, feel free to add our badge to your readme! |
| 106 | + |
| 107 | +[](https://github.com/petercorke/spatialmath-python) |
| 108 | + |
| 109 | +Simply copy the following |
| 110 | + |
| 111 | +``` |
| 112 | +[](https://github.com/petercorke/spatialmath-python) |
| 113 | +``` |
| 114 | + |
| 115 | + |
80 | 116 | # Installation
|
81 | 117 |
|
82 | 118 | ## Using pip
|
|
0 commit comments