Skip to content

Commit

Permalink
pylint *sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
saransh323 committed Nov 25, 2024
1 parent c34e0bb commit 24d29fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rb_ws/src/buggy/buggy/buggy_state_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def convert_SC_state(self, msg):
Takes in ROS message in nav_msgs/Odometry format
Assumes that the SC namespace is using ECEF coordinates and quaternion orientation
"""

converted_msg = Odometry()
converted_msg.header = msg.header

Expand Down Expand Up @@ -144,7 +144,7 @@ def convert_NAND_state(self, msg):
converted_msg.twist.twist.angular.z = msg.twist.twist.angular.z # rad/s, heading change rate

return converted_msg

def convert_NAND_other_state(self, msg):
""" Converts other/raw_state in SC namespace (NAND data) to clean state units and structure """
converted_msg = Odometry()
Expand Down

0 comments on commit 24d29fb

Please sign in to comment.