Skip to content

Commit

Permalink
Updated sequence diagram.
Browse files Browse the repository at this point in the history
  • Loading branch information
senthurayyappan committed Dec 20, 2024
1 parent e7d427a commit ba57008
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/developing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sequence
# Sequence Diagram

<body>
<pre class="mermaid">
Expand All @@ -22,11 +22,10 @@
Onshape-->>Client: Return Assembly Data (JSON)
Client-->>User: Deliver Assembly Data

User->>Client: Initiate URDF Export Workflow
Client->>Robot: Parse Assembly Data for URDF
Robot->>Client: Generate URDF File
User->>Robot: Initiate URDF Export Workflow
Robot-->>Onshape: Parse Assembly Data for URDF
Robot-->>User: Deliver Robot model (URDF)

Client-->>User: Deliver URDF File
User->>User: Use URDF for Simulation or Control

</body>

0 comments on commit ba57008

Please sign in to comment.