Skip to content

Commit

Permalink
Wassup!
Browse files Browse the repository at this point in the history
Sincerely,
Evan
  • Loading branch information
BruceMcRooster committed Sep 25, 2024
1 parent f6a47b2 commit c3dc870
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rb_ws/src/buggy/scripts/debug/debug_steer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ def sin_steer(self, tick_count):
def constant_steer(self, _):
return 42.0

def even_faster_steer(self, tick_count):
return 50 * np.sin(1/((2 * np.pi) * tick_count/500))

#Creates a loop based on tick counter
def loop(self):
rate = rospy.Rate(self.rate)
Expand Down

0 comments on commit c3dc870

Please sign in to comment.