Skip to content

Commit

Permalink
fixed error in lqr dp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokaz committed Apr 28, 2024
1 parent 04feda0 commit bc20152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self):
def state_cb(self, msg):
self.state = odometrymsg_to_state(msg)

self.guidance_cb(self, msg):
def guidance_cb(self, msg):
self.x_ref = odometrymsg_to_state(msg)[:3]

def controller_callback(self):
Expand Down

0 comments on commit bc20152

Please sign in to comment.