From e3217f82123627205d506fd76fe98dd9c1c87f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=AB=8B=E5=86=9B?= Date: Tue, 29 Dec 2020 17:37:13 +0800 Subject: [PATCH] doc: update README --- README.md | 3 ++- scripts/pythonAPI/{mycobot 3.py => mycobot3.py} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename scripts/pythonAPI/{mycobot 3.py => mycobot3.py} (100%) diff --git a/README.md b/README.md index edbe8a1..26041ff 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ ### 1.1 Pre-Requriements -For using this package, the [pymycobot]() library should be installed first.(demo comes with) +For using this package, the [api]() library should be installed first.(demo comes with) +If you want to use api alone, you can look here [https://github.com/elephantrobotics/myCobotROS/mian/script/pythonAPI/README.md](https://github.com/elephantrobotics/myCobotROS/mian/script/pythonAPI/README.md) ### 1.2 Package Download and Install Install ros package in your src folder of your Catkin workspace. diff --git a/scripts/pythonAPI/mycobot 3.py b/scripts/pythonAPI/mycobot3.py similarity index 100% rename from scripts/pythonAPI/mycobot 3.py rename to scripts/pythonAPI/mycobot3.py