Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…oftware into sc
  • Loading branch information
TiaSinghania committed Jan 23, 2025
2 parents e6c6c06 + 003bbf3 commit cd50861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb_ws/src/buggy/scripts/debug/debug_steer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DebugController(Node):
def __init__(self) -> None:
super().__init__("debug_steer")
self.steer_publisher = self.create_publisher(
Float64, "/buggy/input/steering", 10)
Float64, "/input/steering", 10)
self.rate = 1000 # Hz
self.tick_count = 0
self.steer_cmd = 0.0
Expand Down

0 comments on commit cd50861

Please sign in to comment.