You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,35 @@ gantt
88
88
Fabrication of iterative prototype :fab, 2025-08-01, 2w
89
89
```
90
90
91
+
92
+
91
93
## How to contribute
92
94
93
95
If you want to contribute to the project, please refer to the [contribution guidelines]([./CONTRIBUTING.md](https://diffcheckorg.github.io/diffCheck/contribute.html)).
96
+
97
+
## Logic
98
+
The logic of the workflow is currently as follows:
99
+
100
+
```mermaid
101
+
stateDiagram-v2
102
+
state "[breps to assemble]" as s1
103
+
state "scan of latest element placed" as s2
104
+
state "get pose of i-th brep" as s3
105
+
state "get pose of i-1-th brep" as s4
106
+
state "compute pose of i-1-th element from scan" as s5
0 commit comments