Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
	modified:   docs/README_cn.md
  • Loading branch information
han-xudong committed Aug 17, 2024
1 parent c811a29 commit 8e621d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Description

PyDHgripper is a Python library that allows you to control the DH gripper with Python. The DH gripper is a kind of robot gripper. It is widely used in the field of robot control. This project is based on the Modbus protocol of the DH gripper. The types of DH gripper controlled with this library includes AG-95, DH-3, and PGE series.
PyDHgripper is a Python library that allows you to control the DH gripper with Python. The DH gripper is a kind of robot gripper. It is widely used in the field of robot control. This project is based on the Modbus protocol of the DH gripper. The types of DH gripper controlled with this library includes AG-95, DH-3, RGD, and PGE series.

## Hardware Requirements

Expand Down Expand Up @@ -39,7 +39,7 @@ sudo usermod -aG dialout {userName}
reboot
```

Here are three types of DH grippers that can be controlled with `pyDHgripper`. For example, to control the AG-95 gripper:
Several types of DH grippers can be controlled with `pyDHgripper`. For example, to control the AG-95 gripper:

```python
from pyDHgripper import AG95
Expand Down Expand Up @@ -83,7 +83,7 @@ For more functions, please refer to the source code.

## Documentation

Here `pyDHgripper` provide user manuals for the DH grippers, including AG-95, DH-3, and PGE series.
Here `pyDHgripper` provide user manuals for the DH grippers, including AG-95, DH-3, RGD, and PGE series.

[AG Gripper Short Manual (Modbus-RTU)](docs/AG_Gripper_Short_Manual_Modbus-RTU_v2.3.pdf)

Expand Down
8 changes: 5 additions & 3 deletions docs/README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 描述

PyDHgripper是一个Python库,允许你用Python控制DH夹爪。DH夹爪是一种广泛应用于机器人控制领域的机器人夹爪。该项目基于Modbus通信协议,可以控制的DH夹爪类型包括AG-95、DH-3和PGE系列
PyDHgripper是一个Python库,允许你用Python控制DH夹爪。DH夹爪是一种广泛应用于机器人控制领域的机器人夹爪。该项目基于Modbus通信协议,可以控制的DH夹爪类型包括AG-95、DH-3、RGD和PGE系列

## 硬件要求

Expand Down Expand Up @@ -38,7 +38,7 @@ sudo usermod -aG dialout {userName}
reboot
```

这里有三种可以用 `pyDHgripper`控制的DH夹爪。例如,要控制AG-95夹爪:
多种DH夹爪可以用 `pyDHgripper`控制。例如,要控制AG-95夹爪:

```python
from pyDHgripper import AG95
Expand Down Expand Up @@ -82,12 +82,14 @@ gripper.set_vel(val='{VELOCITY}')

## 文档

`pyDHgripper`提供了多个夹爪的操作说明,包括AG-95、DH-3和PGE系列:
`pyDHgripper`提供了多个夹爪的操作说明,包括AG-95、DH-3、RGD和PGE系列:

[AG系列操作说明书](AG系列操作说明书_MODBUS_v2.6.pdf)

[DH-3操作说明书](DH-3操作说明书_CAN_v1.1.pdf)

[RGD系列产品操作手册](RGD系列产品操作手册_v2.1.pdf)

[PGE系列驱控一体式产品操作手册](PGE系列驱控一体式产品操作手册_v3.2.pdf)

## 许可证和致谢
Expand Down

0 comments on commit 8e621d2

Please sign in to comment.