Skip to content

Commit bbd972f

Browse files
committed
Merge branch 'future' of github.com:petercorke/robotics-toolbox-python into future
2 parents f3bc139 + dd08432 commit bbd972f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,21 @@ Or you can run them, and experiment with them, at [mybinder.org](https://mybinde
236236

237237
The toolbox is incredibly useful for developing and prototyping algorithms for research, thanks to the exhaustive set of well documented and mature robotic functions exposed through clean and painless APIs. Additionally, the ease at which a user can visualize their algorithm supports a rapid prototyping paradigm.
238238

239+
Check out our ICRA 2021 paper on [IEEE Xplore](https://ieeexplore.ieee.org/document/9561366) or get the PDF from [Peter's website](https://petercorke.com/download/31/python-tools/1296/python_toolbox_icra_2020-5.pdf).
240+
241+
If the toolbox helped you in your research, please cite
242+
243+
```
244+
@inproceedings{rtb,
245+
title={Not your grandmother’s toolbox--the Robotics Toolbox reinvented for Python},
246+
author={Corke, Peter and Haviland, Jesse},
247+
booktitle={2021 IEEE International Conference on Robotics and Automation (ICRA)},
248+
pages={11357--11363},
249+
year={2021},
250+
organization={IEEE}
251+
}
252+
```
253+
239254
### Publication List
240255

241256
J. Haviland, N. Sünderhauf and P. Corke, "**A Holistic Approach to Reactive Mobile Manipulation**," in _IEEE Robotics and Automation Letters_, doi: 10.1109/LRA.2022.3146554. In the video, the robot is controlled using the Robotics toolbox for Python and features a recording from the [Swift](https://github.com/jhavl/swift) Simulator.

0 commit comments

Comments
 (0)