Skip to content

Instantly share code, notes, and snippets.

View NotOctogonapus's full-sized avatar

NotOctogonapus

View GitHub Profile
@NotOctogonapus
NotOctogonapus / DefaultDhSolver.groovy
Last active November 29, 2018 20:13
DhTestBot copy of TrobotArmGroup_copy2
import java.util.ArrayList;
import com.neuronrobotics.sdk.addons.kinematics.DHChain;
import com.neuronrobotics.sdk.addons.kinematics.DHLink;
import com.neuronrobotics.sdk.addons.kinematics.DhInverseSolver;
import com.neuronrobotics.sdk.addons.kinematics.math.TransformNR;
import com.neuronrobotics.sdk.common.Log;
import Jama.Matrix;
return new DhInverseSolver() {
@NotOctogonapus
NotOctogonapus / DefaultDhSolver.groovy
Last active March 2, 2019 16:31
InputArmBase_copy copy of InputArmBase
import java.util.ArrayList;
import com.neuronrobotics.sdk.addons.kinematics.DHChain;
import com.neuronrobotics.sdk.addons.kinematics.DHLink;
import com.neuronrobotics.sdk.addons.kinematics.DhInverseSolver;
import com.neuronrobotics.sdk.addons.kinematics.math.TransformNR;
import com.neuronrobotics.sdk.common.Log;
import Jama.Matrix;
import com.neuronrobotics.kinematicschef.InverseKinematicsEngine
@NotOctogonapus
NotOctogonapus / test_push_gist.groovy
Last active January 19, 2019 17:38
test pushing gist
// test2
// edit2
@NotOctogonapus
NotOctogonapus / helloWorld.groovy
Created December 9, 2018 21:26 — forked from madhephaestus/.gitignore
BowlerStudio Hello World
// Have BowlerStudio speak messagess
BowlerKernel.speak("Welcome to Bowler Studio")
@NotOctogonapus
NotOctogonapus / test-from-kotlin
Created December 10, 2018 17:21
testing scratchpad publishing from kotlin
// test scratchpad from Kotlin
@NotOctogonapus
NotOctogonapus / testing scratchpad pt 2
Last active December 10, 2018 17:23
testing scratchpad pt 2 desc
test pt 2
@NotOctogonapus
NotOctogonapus / test pt 3
Created December 10, 2018 17:27
test pt 3 desc
test from kotlin pt 3
@NotOctogonapus
NotOctogonapus / test 4
Created December 10, 2018 17:27
test 4 desc
test 4
@NotOctogonapus
NotOctogonapus / test 5
Created December 10, 2018 17:42
test 5 d
test 5
@NotOctogonapus
NotOctogonapus / 3d window testing
Created December 12, 2018 14:26
3d window testing
def out = new Cube(5).toCSG()
out.name = "out cube"
return out