Skip to content

Commit

Permalink
Updated rktl_planner path
Browse files Browse the repository at this point in the history
  • Loading branch information
sixfootsix50 committed Mar 2, 2024
1 parent d160af0 commit d3e8807
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rktl_planner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
tests_require=['pytest'],
entry_points={
'console_scripts': [
'bezier_path_server = rktl_planner.nodes.bezier_path_server:main',
'path_follower = rktl_planner.nodes.path_follower:main',
'path_planner = rktl_planner.nodes.path_planner:main',
'patrol_planner = rktl_planner.nodes.patrol_planner:main'
'bezier_path_server = rktl_planner.nodes.bezier_path_server.py:main',
'path_follower = rktl_planner.nodes.path_follower.py:main',
'path_planner = rktl_planner.nodes.path_planner.py:main',
'patrol_planner = rktl_planner.nodes.patrol_planner.py:main'
],
},
)

0 comments on commit d3e8807

Please sign in to comment.