OptionalangularThres?: numberThe angular threshold for the TF republisher.
OptionalfixedFrame?: stringThe fixed frame.
Optionalrate?: numberThe rate for the TF republisher.
The ROSLIB.Ros connection handle.
OptionalserverName?: stringThe name of the tf2_web_republisher server.
OptionaltopicTimeout?: numberThe timeout parameter for the TF republisher.
OptionaltransThres?: numberThe translation threshold for the TF republisher.
OptionalupdateDelay?: numberThe time (in ms) to wait after a new subscription to update the TF republisher's list of TFs.
Unsubscribe and unadvertise all topics associated with this TFClient.
Process the service response and subscribe to the tf republisher topic.
The service response containing the topic name.
Process the incoming TF message and send them out using the callback functions.
The TF message from the server.
Subscribe to the given TF frame.
The TF frame to subscribe to.
Function with the following params:
Unsubscribe from the given TF frame.
The TF frame to unsubscribe from.
Optionalcallback: (transform: Transform) => voidThe callback function to remove.
Create and send a new goal (or service request) to the tf2_web_republisher based on the current list of TFs.
A TF Client that listens to TFs from tf2_web_republisher.