ros2 / demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo: It should be self._timer not self._timer_

vinaym815 opened this issue · comments

The timer being created and destroyed are different.

self._timer_ = self.create_timer(1.0, self.publish)

Yes, good call. Can you please submit a pull request with that fix? We'll be happy to review it.