mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
get actionlib servers
This commit is contained in:
Vendored
+10
@@ -66,6 +66,16 @@ declare namespace ROSLIB {
|
||||
*/
|
||||
callOnConnection(message:any):void;
|
||||
|
||||
/**
|
||||
* Retrieves list of actionlib servers in ROS as an array.
|
||||
*
|
||||
* @param callback function with params:
|
||||
* * action_servers - Array of actionlib servers names
|
||||
* @param failedCallback - the callback function when the ros call failed (optional). Params:
|
||||
* * error - the error message reported by ROS
|
||||
*/
|
||||
getActionServers(callback:(action_servers:string[]) => void, failedCallback?:(error:any)=>void):void;
|
||||
|
||||
/**
|
||||
* Retrieves list of topics in ROS as an array.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user