Skip to content

Commit

Permalink
finished for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Dec 29, 2024
1 parent f495ddc commit fdf7a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rb_ws/src/buggy/buggy/controller/controller_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from nav_msgs.msg import Odometry

sys.path.append("/rb_ws/src/buggy/buggy")
from util.trajectory_old import Trajectory
from util.trajectory import Trajectory
from controller.stanley_controller import StanleyController

class Controller(Node):
Expand Down
2 changes: 1 addition & 1 deletion rb_ws/src/buggy/buggy/controller/controller_superclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


sys.path.append("/rb_ws/src/buggy/buggy")
from rb_ws.src.buggy.buggy.util.trajectory_old import Trajectory
from util.trajectory import Trajectory

class Controller(ABC):
"""
Expand Down

0 comments on commit fdf7a3a

Please sign in to comment.