rosserial_msgs¶
Contents:
Summary¶
-
rosserial_msgs
¶ Version: 0.7.1
Description: Messages for automatic topic configuration using rosserial.
Maintainers: - Paul Bouchier <paul DOT bouchier AT gmail DOT com>
- Mike Purvis <mpurvis AT clearpathrobotics DOT com>
Licenses: - BSD
Urls: - website<http://ros.org/wiki/rosserial_msgs>
Authors: - Michael Ferguson
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
-
rosserial_msgs/RequestMessageInfo
¶ Field (Request): - type (string) –
Field (Response): - md5 (string) –
- definition (string) –
Full message datatype, eg “std_msgs/String”
# Full message datatype, eg "std_msgs/String" string type --- # If found, return md5 string of system's version of the message, and # textual definition. If not found, both strings are to be empty. string md5 string definition
-
rosserial_msgs/RequestServiceInfo
¶ Field (Request): - service (string) –
Field (Response): - service_md5 (string) –
- request_md5 (string) –
- response_md5 (string) –
service name
# service name string service --- string service_md5 string request_md5 string response_md5
-
rosserial_msgs/RequestParam
¶ Field (Request): - name (string) –
Field (Response): - ints[] (int32) –
- floats[] (float32) –
- strings[] (string) –
string name --- int32[] ints float32[] floats string[] strings