Merge pull request #33 from mhessler97/patch-1

Added another unofficial version of the library.
This commit is contained in:
HuanWeng 2021-06-01 09:49:33 -05:00 committed by GitHub
commit 4a3d25ae0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ The primary purpose of the provided software is to be easy to read and education
Some unofficial versions in other languages are being developed:
* [C++ version](https://github.com/Le0nX/ModernRoboticsCpp)
* [Julia version](https://github.com/ferrolho/ModernRoboticsBook.jl)
* [Nim version](https://github.com/Nimbotics/ModernRoboticsNim)
Some libraries built on ours:
* [tf_rbdl](https://github.com/junhyeokahn/tf_rbdl#tf_rbdl), which refactors the Python version using the package `tensorflow`.