From b7361ca643abe4b732240855b9da80e6e4ac9bec Mon Sep 17 00:00:00 2001 From: HuanWeng Date: Mon, 4 Mar 2019 09:57:08 -0600 Subject: [PATCH] Refer the Julia version --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 510bd51..27ac0c2 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,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. -An unofficial C++ version is developing in [this repository](https://github.com/Le0nX/ModernRoboticsCpp). Any contribution is welcomed but the maintenance team for this library here doesn't vouch for the reliability of that project. \ No newline at end of file +Some unofficial versions in other languages are being developed: +* [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.