From 052a0e255e29a182f4e68d0aee38681261cf209b Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Wed, 23 Jul 2025 11:03:33 +0900 Subject: [PATCH] Add related links to README (#7) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ba10c36..b5a8232 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ URDF_NAME=openarm_bimanual.urdf xacro ~/ros2_ws/src/openarm_description/urdf/robot/v10.urdf.xacro arm_type:=v10 bimanual:=true > $URDF_NAME ``` +## Related links + +- 📚 Read the [documentation](https://docs.openarm.dev/software/description) +- 💬 Join the community on [Discord](https://discord.gg/FsZaZ4z3We) +- 📬 Contact us through + ## License Licensed under the Apache License 2.0. See `LICENSE.txt` for details.