Skip to content

Commit

Permalink
[cmakelists.txt] Add controller.py to node
Browse files Browse the repository at this point in the history
  • Loading branch information
urastogi885 committed May 9, 2020
1 parent 3e92292 commit 2567715
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ include_directories(
include
${catkin_INCLUDE_DIRS})

#install(PROGRAMS
# scripts/planner.py
# DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
#)

# Build algo and main
# add_executable(a-star-turtlebot scripts/keyboard.cpp)
# target_link_libraries(a-star-turtlebot ${catkin_LIBRARIES})
install(PROGRAMS
scripts/controller.py
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

0 comments on commit 2567715

Please sign in to comment.