Skip to content

Commit

Permalink
pylint v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed May 15, 2024
1 parent aa33784 commit 10a5459
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rb_ws/src/buggy/scripts/serial/ros_to_bnyahaj.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
import threading
from threading import Lock

import rospy
import argparse
import sys

#Allows import of world and pose from auton directory
sys.path.append("/rb_ws/src/buggy/scripts/auton")
from world import World
from pose import Pose


import rospy
#Ros Message Imports
from std_msgs.msg import Float64, Bool, Int8, UInt8
from nav_msgs.msg import Odometry as ROSOdom
Expand Down

0 comments on commit 10a5459

Please sign in to comment.