Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed May 20, 2024
1 parent 391b261 commit 0fd663e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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 @@ -239,7 +239,7 @@ def loop(self):

rospy.init_node("ros_bnyahaj")
if self_name == "SC" and other_name is None:
rospy.loerr(
rospy.logwarn(
"Not reading NAND Odometry messages, double check roslaunch files for ros_to_bnyahaj"
)
elif other_name is None:
Expand Down
4 changes: 4 additions & 0 deletions rb_ws/src/buggy/scripts/visualization/telematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
from microstrain_inertial_msgs.msg import GNSSFixInfo

class Telematics:
"""
Converts subscribers and publishers that need to be reformated, so that they are readible.
"""

def __init__(self):
"""Generate all the subscribers and publishers that need to be reformatted.
"""
Expand Down

0 comments on commit 0fd663e

Please sign in to comment.