Class OdometryMessage
This represents an estimate of a position and velocity in free space.
The pose in this message should be specified in the coordinate frame given by header.frame_id.
The twist in this message should be specified in the coordinate frame given by the child_frame_id
See: http://docs.ros.org/melodic/api/nav_msgs/html/msg/Odometry.html
Inheritance
System.Object
OdometryMessage
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZO.ROS.MessageTypes.Nav
Assembly: Unity.ZeroSim.dll
Syntax
public class OdometryMessage : ZOROSMessageInterface
Constructors
| Improve this Doc View SourceOdometryMessage()
Declaration
public OdometryMessage()
OdometryMessage(HeaderMessage, String, PoseWithCovarianceMessage, TwistWithCovarianceMessage)
Declaration
public OdometryMessage(HeaderMessage header, string child_frame_id, PoseWithCovarianceMessage pose, TwistWithCovarianceMessage twist)
Parameters
Type | Name | Description |
---|---|---|
HeaderMessage | header | |
System.String | child_frame_id | |
PoseWithCovarianceMessage | pose | |
TwistWithCovarianceMessage | twist |
Properties
| Improve this Doc View Sourcechild_frame_id
Declaration
public string child_frame_id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
header
Declaration
public HeaderMessage header { get; set; }
Property Value
Type | Description |
---|---|
HeaderMessage |
MessageType
Declaration
[JsonIgnore]
public string MessageType { get; }
Property Value
Type | Description |
---|---|
System.String |
pose
Declaration
public PoseWithCovarianceMessage pose { get; set; }
Property Value
Type | Description |
---|---|
PoseWithCovarianceMessage |
twist
Declaration
public TwistWithCovarianceMessage twist { get; set; }
Property Value
Type | Description |
---|---|
TwistWithCovarianceMessage |
Methods
| Improve this Doc View SourceUpdate()
Declaration
public void Update()