Skip to content

Commit

Permalink
allow user to create MarlinRobotArm
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Dec 20, 2023
1 parent 18f3e1c commit 444eb86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/marginallyclever/ro3/Registry.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public static void start() {
Factory.Category<Node> nodule = nodeFactory.getRoot().add("Node", null);
nodule.add("DHParameter", DHParameter::new);
nodule.add("HingeJoint", HingeJoint::new);
nodule.add("MarlinRobotArm", MarlinRobotArm::new);
nodule.add("Material", Material::new);
nodule.add("MeshInstance", MeshInstance::new);
Factory.Category<Node> pose = nodule.add("Pose", Pose::new);
Expand Down

0 comments on commit 444eb86

Please sign in to comment.