We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f601814 commit 893cab2Copy full SHA for 893cab2
makeKinematic.groovy
@@ -1,6 +1,6 @@
1
import javafx.scene.paint.Color;
2
3
-def base =DeviceManager.getSpecificDevice( "HephaestusWorkCell",{
+def base =args!=null?args:DeviceManager.getSpecificDevice( "HephaestusWorkCell",{
4
//If the device does not exist, prompt for the connection
5
6
MobileBase m = BowlerStudio.loadMobileBaseFromGit(
0 commit comments