roslib
Preparing search index...
RosbridgePublishMessage
Interface RosbridgePublishMessage<TMessage>
https://github.com/RobotWebTools/rosbridge_suite/blob/ros2/ROSBRIDGE_PROTOCOL.md
interface
RosbridgePublishMessage
<
TMessage
=
unknown
>
{
id
?:
string
;
msg
:
TMessage
;
op
:
"publish"
;
topic
:
string
;
}
Type Parameters
TMessage
=
unknown
Hierarchy (
View Summary
)
RosbridgeMessageBase
RosbridgePublishMessage
Index
Properties
id?
msg
op
topic
Properties
Optional
id
id
?:
string
msg
msg
:
TMessage
op
op
:
"publish"
topic
topic
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
msg
op
topic
roslib
Loading...
https://github.com/RobotWebTools/rosbridge_suite/blob/ros2/ROSBRIDGE_PROTOCOL.md