Next we build the body of the robot

//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)