Skip to content

Commit

Permalink
Added yaw rate to controller.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhrenov authored Apr 3, 2024
1 parent 9168155 commit ad65c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb_ws/src/buggy/scripts/auton/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, start_index, buggy_name) -> None:

@abstractmethod
def compute_control(
self, current_pose: Pose, trajectory: Trajectory, current_speed: float
self, current_pose: Pose, trajectory: Trajectory, current_speed: float, yaw_rate: float
):
"""
Computes the desired control output given the current state and reference trajectory
Expand Down

0 comments on commit ad65c5d

Please sign in to comment.