Skip to content

Commit bd7c608

Browse files
pre commit step
1 parent 7772d18 commit bd7c608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example_python/generate_parameter_module_example/minimal_publisher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737

3838
class MinimalParam(rclpy.node.Node):
39+
3940
def __init__(self):
4041
super().__init__('admittance_controller')
4142
self.timer = self.create_timer(1, self.timer_callback)

0 commit comments

Comments
 (0)