Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokaz committed Mar 29, 2024
1 parent afa60ca commit e264c20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self):
controller_period = 0.1
self.controller_timer_ = self.create_timer(controller_period, self.controller_callback)

test_oneMeterAhead()
self.test_oneMeterAhead()

self.get_logger().info("lqr_controller_node started")

Expand Down

0 comments on commit e264c20

Please sign in to comment.