add inertia and mesh utils

This commit is contained in:
Brian Delhaisse
2019-08-07 00:56:59 +02:00
parent 2f16ef1105
commit dff47947cc
4 changed files with 1372 additions and 654 deletions
+18
View File
@@ -194,6 +194,24 @@ License
PyRoboLearn is currently released under the `GNU GPLv3 <https://choosealicense.com/licenses/gpl-3.0/>`_ license.
Citation
--------
.. code-block:: latex
@misc{delhaisse2019pyrobolearn,
author = {Delhaisse, Brian and Xin, Songyan and Rozo, Leonel, and Caldwell, Darwin},
title = {PyRoboLearn: A Python Framework for Robot Learning Practitioners},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/robotlearn/pyrobolearn}},
year=2019,
}
If you use a specific learning model, algorithm, robot, controller, and so on, please cite the corresponding paper. The reference(s) can usually be found in the class documentation (at the end), and sometimes in the README file in the corresponding folder.
Acknowledgements
----------------