Interface ZOROSActionMessageInterface
Common interface for all ROS Action message types
Assembly: Unity.ZeroSim.dll
Syntax
public interface ZOROSActionMessageInterface : ZOROSMessageInterface
Properties
|
Improve this Doc
View Source
FeedbackMessageType
Declaration
string FeedbackMessageType { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GoalMessageType
Declaration
string GoalMessageType { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MessageType
Declaration
string MessageType { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ResultMessageType
Declaration
string ResultMessageType { get; }
Property Value
Type |
Description |
System.String |
|