From 5e0f9e503cedb37fd9e5db706102b3b3fc288c22 Mon Sep 17 00:00:00 2001 From: HuanWeng Date: Thu, 26 Nov 2020 13:38:59 -0600 Subject: [PATCH] Update README.md Add another project built on our library. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 097e7ba..e5fda04 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,7 @@ Some unofficial versions in other languages are being developed: * [C++ version](https://github.com/Le0nX/ModernRoboticsCpp) * [Julia version](https://github.com/ferrolho/ModernRoboticsBook.jl) +Some libraries built on ours: +* [tf_rbdl](https://github.com/junhyeokahn/tf_rbdl#tf_rbdl), which refactors the Python version using the package `tensorflow`. + Any contribution is welcomed but the maintenance team for this library here doesn't vouch for the reliability of those projects.