Open ufrhaidar opened 2 years ago
Could you update the documentation of the TFClient to show how to cancel a specific goal? I've been using this.TfClient.currentGoal.cancel(); to cancel a specific goal or this.TfClient.actionClient.cancel(); to cancel all goals.
TFClient
this.TfClient.currentGoal.cancel();
this.TfClient.actionClient.cancel();
Waiting for https://github.com/RobotWebTools/roslibjs/pull/562 to be merged.
Could you update the documentation of the
TFClient
to show how to cancel a specific goal? I've been usingthis.TfClient.currentGoal.cancel();
to cancel a specific goal orthis.TfClient.actionClient.cancel();
to cancel all goals.