Skip to content

Commit 4ccc0bf

Browse files
Flovajaagut
andauthored
Update bitbots_world_model/bitbots_ball_filter/bitbots_ball_filter/ball_filter.py
Co-authored-by: Jan Gutsche <34797331+jaagut@users.noreply.github.com>
1 parent 6a59a42 commit 4ccc0bf

File tree

1 file changed

+3
-3
lines changed
  • bitbots_world_model/bitbots_ball_filter/bitbots_ball_filter

1 file changed

+3
-3
lines changed

bitbots_world_model/bitbots_ball_filter/bitbots_ball_filter/ball_filter.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ def main(args=None) -> None:
264264
rclpy.init(args=args)
265265

266266
node = BallFilter()
267-
ex = EventsExecutor()
268-
ex.add_node(node)
267+
executor = EventsExecutor()
268+
executor.add_node(node)
269269
try:
270-
ex.spin()
270+
executor.spin()
271271
except KeyboardInterrupt:
272272
pass
273273
node.destroy_node()

0 commit comments

Comments
 (0)