roslib
Preparing search index...
ITransportFactory
Type Alias ITransportFactory
ITransportFactory
:
(
url
:
string
)
=>
Promise
<
ITransport
>
Invoked when the roslib needs a new transport, such as when (re)connecting to the rosbridge server.
Type Declaration
(
url
:
string
)
:
Promise
<
ITransport
>
Parameters
url
:
string
Returns
Promise
<
ITransport
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
roslib
Loading...
Invoked when the roslib needs a new transport, such as when (re)connecting to the rosbridge server.