Skip to content

Commit

Permalink
wrong slash
Browse files Browse the repository at this point in the history
  • Loading branch information
TiaSinghania committed Jan 9, 2025
1 parent 9ab7370 commit f4af527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb_ws/src/buggy/buggy/serial/ros_to_bnyahaj.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, teensy_name):

self.comms = Comms("/dev/" + teensy_name)
namespace = self.get_namespace()
if namespace == "\SC":
if namespace == "/SC":
self.self_name = "SC"
else:
self.self_name = "NAND"
Expand Down

0 comments on commit f4af527

Please sign in to comment.