Skip to content

Commit dc9e953

Browse files
committed
Fix typo in ex04.
1 parent ed78e84 commit dc9e953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_examples/ex04_ros_interop.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def tick(self):
7171

7272

7373
rclpy.init()
74-
node = Node("ex04_ros_interopt")
74+
node = Node("ex04_ros_interop")
7575

7676
factory = BehaviorTreeFactory()
7777
factory.register(GetRosTransform, node)

0 commit comments

Comments
 (0)