jsk-ros-pkg / jsk_3rdparty

42 stars 60 forks source link

[rostwitter] use sub and not delete #446

Closed knorth55 closed 1 year ago

knorth55 commented 1 year ago

this PR change to use sub instead of self.sub. with this chage, sub will always be removed when callback exits. this prevents subscribing the topic forever.