rosapi¶
Contents:
Summary¶
-
rosapi¶ Version: 0.7.13
Description: Provides service calls for getting ros meta-information, like list of topics, services, params, etc.
Maintainers: - Russell Toris <rctoris AT wpi DOT edu>
- Jihoon Lee <jihoonlee DOT in AT gmail DOT com>
Licenses: - BSD
Urls: - website<http://ros.org/wiki/rosapi>
- bugtracker<https://github.com/RobotWebTools/rosbridge_suite/issues>
- repository<https://github.com/RobotWebTools/rosbridge_suite>
Authors: - Jonathan Mace <jonathan DOT c DOT mace AT gmail DOT com>
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
rosapi/Subscribersrosapi/GetTimerosapi/DeleteParamrosapi/GetParamNamesrosapi/ServiceTyperosapi/SetParamrosapi/ServiceHostrosapi/GetParamrosapi/Publishersrosapi/ServiceResponseDetailsrosapi/TopicsForTyperosapi/ServiceProvidersrosapi/SearchParamrosapi/ServiceRequestDetailsrosapi/Nodesrosapi/Servicesrosapi/TopicTyperosapi/ServicesForTyperosapi/ServiceNoderosapi/MessageDetailsrosapi/Topicsrosapi/HasParam
-
rosapi/Subscribers¶ Field (Request): - topic (string) –
Field (Response): - subscribers[] (string) –
string topic --- string[] subscribers
-
rosapi/GetTime¶ Field (Response): - time (time) –
--- time time
-
rosapi/DeleteParam¶ Field (Request): - name (string) –
string name ---
-
rosapi/GetParamNames¶ Field (Response): - names[] (string) –
--- string[] names
-
rosapi/ServiceType¶ Field (Request): - service (string) –
Field (Response): - type (string) –
string service --- string type
-
rosapi/SetParam¶ Field (Request): - name (string) –
- value (string) –
string name string value ---
-
rosapi/ServiceHost¶ Field (Request): - service (string) –
Field (Response): - host (string) –
string service --- string host
-
rosapi/GetParam¶ Field (Request): - name (string) –
- default (string) –
Field (Response): - value (string) –
string name string default --- string value
-
rosapi/Publishers¶ Field (Request): - topic (string) –
Field (Response): - publishers[] (string) –
string topic --- string[] publishers
-
rosapi/ServiceResponseDetails¶ Field (Request): - type (string) –
Field (Response): - typedefs[] (rosapi/TypeDef) –
string type --- TypeDef[] typedefs
-
rosapi/TopicsForType¶ Field (Request): - type (string) –
Field (Response): - topics[] (string) –
string type --- string[] topics
-
rosapi/ServiceProviders¶ Field (Request): - service (string) –
Field (Response): - providers[] (string) –
string service --- string[] providers
-
rosapi/SearchParam¶ Field (Request): - name (string) –
Field (Response): - global_name (string) –
string name --- string global_name
-
rosapi/ServiceRequestDetails¶ Field (Request): - type (string) –
Field (Response): - typedefs[] (rosapi/TypeDef) –
string type --- TypeDef[] typedefs
-
rosapi/Nodes¶ Field (Response): - nodes[] (string) –
--- string[] nodes
-
rosapi/Services¶ Field (Response): - services[] (string) –
--- string[] services
-
rosapi/TopicType¶ Field (Request): - topic (string) –
Field (Response): - type (string) –
string topic --- string type
-
rosapi/ServicesForType¶ Field (Request): - type (string) –
Field (Response): - services[] (string) –
string type --- string[] services
-
rosapi/ServiceNode¶ Field (Request): - service (string) –
Field (Response): - node (string) –
string service --- string node
-
rosapi/MessageDetails¶ Field (Request): - type (string) –
Field (Response): - typedefs[] (rosapi/TypeDef) –
string type --- TypeDef[] typedefs
-
rosapi/Topics¶ Field (Response): - topics[] (string) –
--- string[] topics
-
rosapi/HasParam¶ Field (Request): - name (string) –
Field (Response): - exists (bool) –
string name --- bool exists