Skip to content

Commit

Permalink
ensure rktl_sim nodes don't import themselves
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrm1 committed Mar 2, 2024
1 parent 1d0e31b commit d7372ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/rktl_sim/rktl_sim/sim_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@


# local libraries
from rktl_sim.nodes import simulator
from rktl_msgs.msg import MatchStatus, ControlCommand, ControlEffort


Expand Down
1 change: 0 additions & 1 deletion src/rktl_sim/rktl_sim/vis_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@


# Local library
from rktl_sim.nodes import visualizer
from rktl_msgs.msg import Path, BezierPathList
from rktl_planner import BezierPath

Expand Down

0 comments on commit d7372ce

Please sign in to comment.