Share via


IRobotCreate Members

Microsoft Robotics Class Reference

The IRobotCreate type exposes the following members.

Constructors

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

Methods

  Name Description
Public method Clone
Clones IRobotCreate
(Overrides DifferentialDriveEntity. . :: . .Clone() () () ().)
Public method CopyTo
Copies the data member values of the current IRobotCreate to the specified target object
(Overrides DifferentialDriveEntity. . :: . .CopyTo(IDssSerializable).)
Public method Deserialize
Deserializes IRobotCreate
(Overrides DifferentialDriveEntity. . :: . .Deserialize(BinaryReader).)
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 Serialize
Serializes the data member values of the current IRobotCreate to the specified writer
(Overrides DifferentialDriveEntity. . :: . .Serialize(BinaryWriter).)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property AdvanceButtonPressed
Indicates that the Advance button is pressed.
Public property BumperLeft
Indicates that the left bumper is in contact with another object.
Public property BumperRight
Indicates that the right bumper is in contact with another object.
Public property Bumpers
Shapes for each bumper
Public property CasterWheelShape
Caster wheel physics shape
(Inherited from DifferentialDriveEntity.)
Public property ChassisShape
Chassis physics shapes
(Inherited from DifferentialDriveEntity.)
Public property ChildCount
Number of children, used in serialization and deserialization of VisualEntities
(Inherited from VisualEntity.)
Public property CliffFrontLeft
The analog value of the front left cliff sensor.
Public property CliffFrontRight
The analog value of the front left cliff sensor.
Public property CliffLeft
The analog value of the left cliff sensor.
Public property CliffRight
The analog value of the right cliff sensor.
Public property EmbeddedResourceAssemblies
List of assemblies contain embedded resources this entity needs to be properly loaded
(Inherited from VisualEntity.)
Public property Flags
Flags which define the rendering and behavior of this entity.
(Inherited from VisualEntity.)
Public property frontWheelShape
front wheel physics shape
Public property IsEnabled
True if drive mechanism is enabled
(Inherited from DifferentialDriveEntity.)
Public property LeftWheel
Left wheel child entity
(Inherited from DifferentialDriveEntity.)
Public property MeshRotation
Gets or sets the rotation of the entity meshes
(Inherited from VisualEntity.)
Public property MeshScale
Gets or sets the scale of the entity meshes
(Inherited from VisualEntity.)
Public property MeshTranslation
Gets or sets the translation of the entity meshes
(Inherited from VisualEntity.)
Public property MotorTorqueScaling
Scaling factor to apply to motor torque requests
(Inherited from DifferentialDriveEntity.)
Public property ParentJoint
Gets the joint that connects this entity to its parent. Null if either this or parent do not have physics entity.
(Inherited from VisualEntity.)
Public property PlayButtonPressed
Indicates that the Play button is pressed.
Public property ReferenceFrame
Specifies the meaning of the entity's position This is used for serialization and to help with joining child entities. It is not meant to be changed outside of the simulation engine.
(Inherited from VisualEntity.)
Public property RightWheel
Right wheel child entity
(Inherited from DifferentialDriveEntity.)
Public property RotateDegreesAngleThreshold
Threshold, in radians, for stopping rotation
(Inherited from DifferentialDriveEntity.)
Public property ServiceContract
The contract for a service associated with this entity.
(Inherited from VisualEntity.)
Public property State
State
(Inherited from Entity.)
Public property TimeoutSeconds
The timeout for DriveDistance and RotateDegrees commands in seconds.
(Inherited from DifferentialDriveEntity.)

See Also

IRobotCreate Class

Microsoft.Robotics.Simulation.Engine.Proxy Namespace