Skip to content

Commit

Permalink
removed dependence on python path
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Jan 11, 2025
1 parent 37741c8 commit a380631
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rb_ws/src/buggy/scripts/controller/controller_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

import threading
import numpy as np
import sys
import rclpy
from rclpy.node import Node

from std_msgs.msg import Float32, Float64, Bool
from nav_msgs.msg import Odometry
from buggy.msg import TrajectoryMsg


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

Expand Down

0 comments on commit a380631

Please sign in to comment.