new Param(options)
A ROS parameter.
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
Properties
|
- Source:
Methods
delete(callbackopt, failedCallbackopt)
Delete this parameter on the ROS server.
Parameters:
Name | Type | Attributes | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
callback |
function |
<optional> |
The callback function when the service call succeeded. |
||||||
failedCallback |
function |
<optional> |
The callback function when the service call failed. Properties
|
- Source:
get(callback, failedCallbackopt)
Fetch the value of the param.
Parameters:
Name | Type | Attributes | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
callback |
function | Function with the following params: Properties
|
|||||||
failedCallback |
function |
<optional> |
Function when the service call failed with the following params: Properties
|
- Source:
set(value, callbackopt, failedCallbackopt)
Set the value of the param in ROS.
Parameters:
Name | Type | Attributes | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
value |
Object | The value to set param to. |
|||||||
callback |
function |
<optional> |
The callback function. |
||||||
failedCallback |
function |
<optional> |
The callback function when the service call failed. Properties
|
- Source: