Skip to content

Instantly share code, notes, and snippets.

@yaqwsx
Created September 29, 2021 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaqwsx/bd4aa3cd4fe33c51cc7695148e97e4f0 to your computer and use it in GitHub Desktop.
Save yaqwsx/bd4aa3cd4fe33c51cc7695148e97e4f0 to your computer and use it in GitHub Desktop.
{
"modules": {
"1": {
"type": "universal",
"alpha": 0,
"beta": 0,
"gamma": 0
},
"2": {
"type": "pad",
"width": 10,
"height": 10
},
"3": {
"type": null,
"components": [
...
],
"joints": [
...
]
}
},
"moduleJoints": [
{
"from": 1,
"to": 2,
"fromConn": "AX+",
"toConn": "4,3",
"orientation": "N"
}
],
"spaceJoints": [
{
"pos": {
"x": 0,
"y": 1,
"z": 2
...
},
"module": 1,
"component": "AX+",
"join": {
"type": "rotational",
"from": 1,
"to": 2,
"pos": 0
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment