Created
November 21, 2021 01:49
-
-
Save gbrlb/deb29c3c8a4059d920b72e38db3fc686 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flowchart TD | |
L0[a. Main Chassis] | |
L05[b. Upper Chassis] | |
L01[c. Steering Module<br>Support] | |
L012[d. Hydraulic<br>Cylinder Rod] | |
L011[e. Steering Module] | |
L0111[f. Suspension Module] | |
L01111[g. Wheel] | |
L0 -- fix joint --> L05 | |
L0 -- fix joint --> L01 | |
subgraph FR[ ] | |
L01 -- prismatic joint --> L012 | |
L012 -- mimic joint --> L011 | |
L01 -- revoolute joint --> L011 | |
L011 -- prismatic joint --> L0111 | |
L0111 -- continuous joint--> L01111 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"theme": "neutral"
}