Skip to content

Commit

Permalink
Fixed pylinter
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Feb 28, 2024
1 parent b58ddbb commit 9c707c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb_ws/src/buggy/scripts/auton/stanley_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def compute_control(
front_x = x + StanleyController.WHEELBASE * np.cos(heading)
front_y = y + StanleyController.WHEELBASE * np.sin(heading)

super.updateTrajectoryIndexes(current_pose, trajectory)
super.updateTrajectoryIndexes(Pose(front_x, front_y, heading), trajectory)

# Calculate heading error

Expand Down

0 comments on commit 9c707c7

Please sign in to comment.