Next we build the body of the robot
This file contains 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
//Run the first script with a new cad file location | |
def downArgs = ["https://github.com/madhephaestus/HowToBuildABowlerRobot.git", | |
"BuildBody.groovy"// right click on the 3d objects in the screen and ead source to see how this is done | |
] | |
ScriptingEngine.gitScriptRun("https://gist.github.com/20a257b104eba5069293f4f7d9cc7456.git", "basicKinematicsCad.groovy", downArgs) |