BowlerKernel
DhLinkType.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.addons.kinematics;
2 
3 public enum DhLinkType {
4 
7  // This is used to denote a link that does not change the configuration of the robot when it moves.
8  // This can include grippers, wheels and cameras
9  TOOL;
10 
11 }