The Robot Application Programming Interface Delegate Project
|
PositionSample message delivers the position of the Agent. More...
Public Member Functions | |
PositionSample () | |
PositionSample (PositionSample other) | |
boolean | equals (Object o) |
int | hashCode () |
Object | copy_from (Object src) |
This is the implementation of the Copyable interface. | |
String | toString () |
String | toString (String desc, int indent) |
Static Public Member Functions | |
static Object | create () |
Public Attributes | |
gov.nasa.rapid.idl.dds.rapid.Transform3D | pose = (gov.nasa.rapid.idl.dds.rapid.Transform3D) gov.nasa.rapid.idl.dds.rapid.Transform3D.create() |
3D pose of the agent. | |
gov.nasa.rapid.idl.dds.rapid.Vec3f | velocity = (gov.nasa.rapid.idl.dds.rapid.Vec3f) gov.nasa.rapid.idl.dds.rapid.Vec3f.create() |
Velocity vector. | |
gov.nasa.rapid.idl.dds.rapid.ValueSequence64 | values = (gov.nasa.rapid.idl.dds.rapid.ValueSequence64) gov.nasa.rapid.idl.dds.rapid.ValueSequence64.create() |
Any Agent-specific information needed. |
Corresponding PositionConfig sets up the coordinate frame.
PositionSample | ( | ) |
PositionSample | ( | PositionSample | other | ) |
Object copy_from | ( | Object | src | ) |
This method will perform a deep copy of src
This method could be placed into PositionSampleTypeSupport
rather than here by using the -noCopyable
option to rtiddsgen.
src | The Object which contains the data to be copied. |
this
. NullPointerException | If src is null. |
ClassCastException | If src is not the same type as this . |
Reimplemented from Message.
static Object create | ( | ) | [static] |
boolean equals | ( | Object | o | ) |
int hashCode | ( | ) |
String toString | ( | String | desc, |
int | indent | ||
) |
String toString | ( | ) |
Reimplemented from Message.
gov.nasa.rapid.idl.dds.rapid.Transform3D pose = (gov.nasa.rapid.idl.dds.rapid.Transform3D) gov.nasa.rapid.idl.dds.rapid.Transform3D.create() |
gov.nasa.rapid.idl.dds.rapid.ValueSequence64 values = (gov.nasa.rapid.idl.dds.rapid.ValueSequence64) gov.nasa.rapid.idl.dds.rapid.ValueSequence64.create() |
gov.nasa.rapid.idl.dds.rapid.Vec3f velocity = (gov.nasa.rapid.idl.dds.rapid.Vec3f) gov.nasa.rapid.idl.dds.rapid.Vec3f.create() |