Update README.md

This commit is contained in:
HuanWeng 2019-03-04 09:59:08 -06:00 committed by GitHub
parent f26566eb4c
commit fa4e1b562a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Each function has a commented section above it explaining the inputs required fo
The primary purpose of the provided software is to be easy to read and educational, reinforcing the concepts in the book. The code is optimized neither for efficiency nor robustness.
Some unofficial versions in other languages are being developed:
* [C++ version] (https://github.com/Le0nX/ModernRoboticsCpp)
* [Julia version] (https://github.com/ferrolho/ModernRoboticsBook.jl)
* [C++ version](https://github.com/Le0nX/ModernRoboticsCpp)
* [Julia version](https://github.com/ferrolho/ModernRoboticsBook.jl)
Any contribution is welcomed but the maintenance team for this library here doesn't vouch for the reliability of those projects.