Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokaz committed Mar 29, 2024
1 parent e264c20 commit 6da9914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self):

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

def test_oneMeterAhead():
def test_oneMeterAhead(self):
print("Sleeping 3 secs to get odom state")
sleep(3)
self.x_ref = [self.state[0] + 1, self.state[1], self.state[2]]
Expand Down

0 comments on commit 6da9914

Please sign in to comment.