From e1e964e311f445c782b5cc0334fbd003819c05a5 Mon Sep 17 00:00:00 2001 From: Pierre Rouanet Date: Thu, 28 May 2026 16:44:58 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3df7cb9..4dab5a6 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ Rustypot is a communication library for Dynamixel/Feetech motors. It is notably To add new servo, please refer to the [Servo documentation](./src/servo/README.md). +## Wizard + +If you want to quickly setup/check motors configuration, you can directly use a terminal UI build on top of rustypot: https://github.com/pollen-robotics/rustypot_wizard + ## APIs It exposes two APIs: From e3ca6b31740f58203029bc373be5b5d013967b50 Mon Sep 17 00:00:00 2001 From: Pierre Rouanet Date: Thu, 28 May 2026 17:31:54 +0200 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dab5a6..94a2d5f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To add new servo, please refer to the [Servo documentation](./src/servo/README.m ## Wizard -If you want to quickly setup/check motors configuration, you can directly use a terminal UI build on top of rustypot: https://github.com/pollen-robotics/rustypot_wizard +If you want to quickly setup/check motors configuration, you can directly use a terminal UI built on top of rustypot: https://github.com/pollen-robotics/rustypot_wizard ## APIs