Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Apr 3, 2024
1 parent a6b9c7c commit e4593b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb_ws/src/buggy/scripts/serial/ros_to_bnyahaj.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, self_name, other_name, teensy_name):
rospy.Subscriber(self_name + "/debug/sanity_warning", Int8, self.set_alarm)


if other_name is None:
if other_name is None:
self.odom_publisher = rospy.Publisher(self_name + "/nav/odom", ROSOdom, queue_size=1)
else:
self.odom_publisher = rospy.Publisher(other_name + "/nav/odom", ROSOdom, queue_size=1)
Expand Down

0 comments on commit e4593b7

Please sign in to comment.