Share via


JointCommand Members

Microsoft Robotics Class Reference

The JointCommand type exposes the following members.

Constructors

  Name Description
Public method JointCommand
Initializes a new instance of the JointCommand class

Methods

  Name Description
Public method Clone
Create a clone of this JointCommand instance.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property IsPositionHoldingEnabled
Gets or sets a value indicating whether the joint has been commanded resist positional disturbances.
Public property IsWaitingForCompletion
Gets or sets a value indicating whether WaitForCompletion was set in most recently issued command.
Public property MaximumSpeedInRadiansPerSecond
Gets or sets a value indicating the desired maximum speed of the most recent command. of the joint.
Public property TargetAccelerationInRadiansPerSecondSecond
Gets or sets target acceleration of most recent command.
Public property TargetAngleInRadians
Gets or sets the target angle of the most recent command.

See Also

JointCommand Class

Microsoft.Robotics.Services.SingleAxisJoint Namespace