roslibjs icon indicating copy to clipboard operation
roslibjs copied to clipboard

SimpleActionServer should expose dispose()

Open aez opened this issue 6 years ago • 1 comments

There is currently no way to tear down a SimpleActionServer instance. A dispose() method seems like a reasonable thing to add to the API.

aez avatar Jun 20 '19 23:06 aez

Indeed, it should be relatively easy to implement. In the action client it's implemented here: https://github.com/RobotWebTools/roslibjs/blob/f0d6d6a6dcaadb8abacb47a5a82b126af79f84e8/src/actionlib/ActionClient.js#L135

Rayman avatar Jun 21 '19 07:06 Rayman