com.neuronrobotics.bowlerstudio.scripting.JythonHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BowlerScriptingKernel Show documentation
Show all versions of BowlerScriptingKernel Show documentation
A command line utility for accsing the bowler framework.
package com.neuronrobotics.bowlerstudio.scripting;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.util.ArrayList;
import java.util.Properties;
import javafx.scene.control.Tab;
import org.python.core.PyObject;
import org.python.util.PythonInterpreter;
import com.neuronrobotics.sdk.common.BowlerAbstractDevice;
import com.neuronrobotics.sdk.common.DeviceManager;
import com.neuronrobotics.sdk.common.Log;
import eu.mihosoft.vrl.v3d.CSG;
public class JythonHelper implements IScriptingLanguage{
PythonInterpreter interp;
@Override
public Object inlineScriptRun(String code, ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy