You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -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
+
<aid='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)
0 commit comments