Delete this parameter on the ROS server.
The callback function.
OptionalfailedCallback: (error: string) => void = console.errorThe callback function when the service call failed or the parameter deletion was unsuccessful.
Fetch the value of the param.
The callback function.
OptionalfailedCallback: (error: string) => void = console.errorThe callback function when the service call failed or the parameter retrieval was unsuccessful.
Set the value of the param in ROS.
The value to set param to.
Optionalcallback: (message: SetParamResponse) => voidThe callback function.
OptionalfailedCallback: (error: string) => void = console.errorThe callback function when the service call failed or the parameter setting was unsuccessful.
A ROS parameter.