Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MoynaChen committed Oct 17, 2019
1 parent 158c80b commit 16d3483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.3)
project(tello_driver)
project(tello_ros)

## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
Expand Down Expand Up @@ -64,8 +64,8 @@ include_directories(
#add_executable(test_h264_sub src/test_h264_sub.cpp)
#target_link_libraries(test_h264_sub ${catkin_LIBRARIES} ${OpenCV_LIBS})

#add_executable(tello_control src/tello_control.py)
#target_link_libraries(tello_control ${catkin_LIBRARIES})
#add_executable(tello_ros src/tello_control.py)
#target_link_libraries(tello_ros ${catkin_LIBRARIES})


#############
Expand Down
Empty file added git
Empty file.

0 comments on commit 16d3483

Please sign in to comment.