Méthode | Description | |
---|---|---|
AreLimitsCorrect ( ) : bool | ||
Create ( GameObject linkObject ) : RosSharp.Urdf.UrdfJoint | ||
GetPosition ( ) : float |
Méthode | Description | |
---|---|---|
ExportLimitData ( ) : RosSharp.Urdf.Joint.Limit | ||
ExportSpecificJointData ( RosSharp.Urdf.Joint joint ) : RosSharp.Urdf.Joint | ||
ImportJointData ( RosSharp.Urdf.Joint joint ) : void | ||
OnUpdateJointState ( float deltaState ) : void |
public static Create ( GameObject linkObject ) : RosSharp.Urdf.UrdfJoint | ||
linkObject | GameObject | |
Résultat | RosSharp.Urdf.UrdfJoint |
protected ExportLimitData ( ) : RosSharp.Urdf.Joint.Limit | ||
Résultat | RosSharp.Urdf.Joint.Limit |
protected ExportSpecificJointData ( RosSharp.Urdf.Joint joint ) : RosSharp.Urdf.Joint | ||
joint | RosSharp.Urdf.Joint | |
Résultat | RosSharp.Urdf.Joint |
protected ImportJointData ( RosSharp.Urdf.Joint joint ) : void | ||
joint | RosSharp.Urdf.Joint | |
Résultat | void |
protected OnUpdateJointState ( float deltaState ) : void | ||
deltaState | float | |
Résultat | void |