Skip to content

Commit a7c07c3

Browse files
committed
Apply common code.
1 parent 39f40e8 commit a7c07c3

19 files changed

+6
-120
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Assets/MGS-Machinery/Readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
SequenceTelescopicArm : Sequence telescopic arm, drive from first
5454
joint to last joint.
5555

56-
SynchroMechanism : Synchronous mechanisms, drive multi mechanisms at
56+
Synchronizer : Synchronous mechanisms, drive multi mechanisms at
5757
the same time.
5858

59-
DifferentialMechanism : Differential mechanisms, drive multi
59+
Transmission : Differential mechanisms, drive multi
6060
mechanisms by ratio velocity at the same time.
6161

6262
MeDriver : Universal mechanism driver.
Binary file not shown.

Assets/MGS-Machinery/Scripts/Mechanism/DifferentialMechanism.cs

-45
This file was deleted.

Assets/MGS-Machinery/Scripts/Mechanism/DifferentialMechanism.cs.meta

-12
This file was deleted.

Assets/MGS-Machinery/Scripts/Mechanism/SynchroMechanism.cs

-45
This file was deleted.

Assets/MGS-Machinery/Scripts/Mechanism/SynchroMechanism.cs.meta

-12
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
- RockerRivet : Rivet of roker, keep the same position(world space) as the target joint.
2929
- TelescopicJoint : Telescopic joint.
3030
- SequenceTelescopicArm : Sequence telescopic arm, drive from first joint to last joint.
31-
- SynchroMechanism : Synchronous mechanisms, drive multi mechanisms at the same time.
32-
- DifferentialMechanism : Differential mechanisms, drive multi mechanisms by ratio velocity at the same time.
31+
- Synchronizer : Synchronous mechanisms, drive multi mechanisms at the same time.
32+
- Transmission : Differential mechanisms, drive multi mechanisms by ratio velocity at the same time.
3333
- MeDriver : Universal mechanism driver.
3434

3535
## Demo

README_ZH.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
- RockerRivet:摇杆铆钉,始终与目标关节位置(世界坐标)相同。
2929
- TelescopicJoint:伸缩关节。
3030
- SequenceTelescopicArm:序列伸缩臂。
31-
- SynchroMechanism:同步机构,同时驱动多个机构等速运转。
32-
- DifferentialMechanism:差速机构,同时驱动多个机构差速运转。
31+
- Synchronizer:同步机构,同时驱动多个机构等速运转。
32+
- Transmission:差速机构,同时驱动多个机构差速运转。
3333
- MeDriver:通用机构驱动器。
3434

3535
## 案例

0 commit comments

Comments
 (0)