BowlerKernel
java-bowler
src
main
java
com
neuronrobotics
sdk
addons
kinematics
DhLinkType.java
Go to the documentation of this file.
1
package
com.neuronrobotics.sdk.addons.kinematics;
2
3
public
enum
DhLinkType
{
4
5
ROTORY
,
6
PRISMATIC
,
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
}
com.neuronrobotics.sdk.addons.kinematics.DhLinkType
Definition:
DhLinkType.java:3
com.neuronrobotics.sdk.addons.kinematics.DhLinkType.PRISMATIC
PRISMATIC
Definition:
DhLinkType.java:6
com.neuronrobotics.sdk.addons.kinematics.DhLinkType.TOOL
TOOL
Definition:
DhLinkType.java:9
com.neuronrobotics.sdk.addons.kinematics.DhLinkType.ROTORY
ROTORY
Definition:
DhLinkType.java:5
Generated by
1.9.1